indicate that packaging is not CentOS7-only in Jenkinsfile

This commit is contained in:
Matthieu Kermagoret 2018-11-07 13:55:01 +01:00
parent 0af5e07374
commit 02df4123d1

View File

@ -13,10 +13,10 @@ stage('Source') {
try {
stage('Package') {
parallel 'centos7': {
parallel 'all': {
node {
sh 'setup_centreon_build.sh'
sh './centreon-build/jobs/plugins/plugins-package.sh centos7'
sh './centreon-build/jobs/plugins/plugins-package.sh'
}
}
if ((currentBuild.result ?: 'SUCCESS') != 'SUCCESS') {