Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
add-unstash-el8 (#10853)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuntoja authored and chgautier committed Mar 16, 2022
1 parent 90ff58c commit 70297de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand All @@ -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') {
Expand Down Expand Up @@ -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') {
Expand Down

0 comments on commit 70297de

Please sign in to comment.