Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
ci: remove duplicate Delivery stage
Browse files Browse the repository at this point in the history
  • Loading branch information
tuntoja committed May 18, 2022
1 parent e8dc4cf commit 925c2ed
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -119,17 +119,3 @@ if ((env.BUILD == 'RELEASE') || (env.BUILD == 'CI') || (env.BUILD == 'QA') ) {
}
}
}

if ((env.BUILD == 'RELEASE') || (env.BUILD == 'CI') || (env.BUILD == 'QA') ) {
stage('Delivery') {
node {
sh 'setup_centreon_build.sh'
unstash 'rpms-centos7'
unstash 'rpms-alma8'
sh "./centreon-build/jobs/ha/${serie}/ha-delivery.sh"
}
if ((currentBuild.result ?: 'SUCCESS') != 'SUCCESS') {
error('Delivery stage failure.');
}
}
}

0 comments on commit 925c2ed

Please sign in to comment.