From ae101c5faac07b62c4b863681f6c78c01583999b Mon Sep 17 00:00:00 2001 From: Matthieu Kermagoret Date: Wed, 7 Nov 2018 13:55:01 +0100 Subject: [PATCH] indicate that packaging is not CentOS7-only in Jenkinsfile --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4caa1418c..0e5297c49 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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') {