Loading Jenkinsfile +13 −9 Original line number Diff line number Diff line Loading @@ -57,14 +57,14 @@ pipeline { updateGitlabCommitStatus name: 'Validate', state: 'success' } } stage('Version processing') { steps{ updateGitlabCommitStatus name: 'Version processing', state: 'pending' sh 'echo Version processing stage' sh 'bash ./scripts/generate-config.sh ./apis' updateGitlabCommitStatus name: 'Version processing', state: 'success' } } //stage('Version processing') { // steps{ // updateGitlabCommitStatus name: 'Version processing', state: 'pending' // sh 'echo Version processing stage' // sh 'bash ./scripts/generate-config.sh ./apis' // updateGitlabCommitStatus name: 'Version processing', state: 'success' // } //} //stage('Deploy to FTP') { // steps{ // sh 'echo DEPLOY stage' Loading @@ -74,6 +74,10 @@ pipeline { post { always { sh 'echo Version processing stage' sh 'bash ./scripts/generate-config.sh ./apis' } success { archiveArtifacts artifacts: 'api-versions.txt', onlyIfSuccessful: true Loading Loading
Jenkinsfile +13 −9 Original line number Diff line number Diff line Loading @@ -57,14 +57,14 @@ pipeline { updateGitlabCommitStatus name: 'Validate', state: 'success' } } stage('Version processing') { steps{ updateGitlabCommitStatus name: 'Version processing', state: 'pending' sh 'echo Version processing stage' sh 'bash ./scripts/generate-config.sh ./apis' updateGitlabCommitStatus name: 'Version processing', state: 'success' } } //stage('Version processing') { // steps{ // updateGitlabCommitStatus name: 'Version processing', state: 'pending' // sh 'echo Version processing stage' // sh 'bash ./scripts/generate-config.sh ./apis' // updateGitlabCommitStatus name: 'Version processing', state: 'success' // } //} //stage('Deploy to FTP') { // steps{ // sh 'echo DEPLOY stage' Loading @@ -74,6 +74,10 @@ pipeline { post { always { sh 'echo Version processing stage' sh 'bash ./scripts/generate-config.sh ./apis' } success { archiveArtifacts artifacts: 'api-versions.txt', onlyIfSuccessful: true Loading