indicate that packaging is not CentOS7-only in Jenkinsfile
This commit is contained in:
parent
eaedbe8267
commit
ae101c5faa
|
@ -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') {
|
||||
|
|
Loading…
Reference in New Issue