feat(build): add CentOS 8 to build pipeline.

This commit is contained in:
Matthieu Kermagoret 2020-06-09 16:01:15 +02:00
parent ca19ff1222
commit d89c969daa
1 changed files with 6 additions and 0 deletions

View File

@ -29,6 +29,12 @@ try {
sh 'setup_centreon_build.sh'
sh './centreon-build/jobs/vmware/vmware-package.sh centos7'
}
},
'centos8': {
node {
sh 'setup_centreon_build.sh'
sh './centreon-build/jobs/vmware/vmware-package.sh centos8'
}
}
if ((currentBuild.result ?: 'SUCCESS') != 'SUCCESS') {
error('Package stage failure.');