diff --git a/Jenkinsfile b/Jenkinsfile index 5d64aed6ad4..9ca884624a0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -200,7 +200,7 @@ try { unstash 'tar-sources' unstash 'api-doc' unstash 'rpms-centos7' - //unstash 'rpms-centos8' + unstash 'rpms-alma8' sh "./centreon-build/jobs/web/${serie}/mon-web-delivery.sh" } if ((currentBuild.result ?: 'SUCCESS') != 'SUCCESS') { @@ -216,7 +216,7 @@ try { unstash 'tar-sources' unstash 'api-doc' unstash 'rpms-centos7' - //unstash 'rpms-centos8' + unstash 'rpms-alma8' sh "./centreon-build/jobs/web/${serie}/mon-web-delivery.sh" } if ((currentBuild.result ?: 'SUCCESS') != 'SUCCESS') { @@ -354,7 +354,7 @@ try { unstash 'tar-sources' unstash 'api-doc' unstash 'rpms-centos7' - //unstash 'rpms-centos8' + unstash 'rpms-alma8' sh "./centreon-build/jobs/web/${serie}/mon-web-delivery.sh" } if ((currentBuild.result ?: 'SUCCESS') != 'SUCCESS') {