mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-23 21:55:16 +02:00
indicate that packaging is not CentOS7-only in Jenkinsfile
This commit is contained in:
parent
eaedbe8267
commit
ae101c5faa
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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…
x
Reference in New Issue
Block a user