From 70297de8d7a83103b4b28644e340f8f9994c81cd Mon Sep 17 00:00:00 2001 From: tuntoja <58987095+tuntoja@users.noreply.github.com> Date: Tue, 15 Mar 2022 09:00:04 +0100 Subject: [PATCH] add-unstash-el8 (#10853) --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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') {