mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-24 22:25:02 +02:00
Update Jenkinsfile (#3530)
This commit is contained in:
parent
7b8e678c56
commit
c8a487173a
6
centreon-plugins/Jenkinsfile
vendored
6
centreon-plugins/Jenkinsfile
vendored
@ -35,9 +35,9 @@ stage('RPM Packaging') {
|
||||
sh 'setup_centreon_build.sh'
|
||||
sh './centreon-build/jobs/plugins/plugins-package.sh'
|
||||
archiveArtifacts artifacts: 'rpms-centos7.tar.gz'
|
||||
//archiveArtifacts artifacts: 'rpms-centos8.tar.gz'
|
||||
archiveArtifacts artifacts: 'rpms-alma8.tar.gz'
|
||||
stash name: "rpms-centos7", includes: 'output-centos7/noarch/*.rpm'
|
||||
//stash name: "rpms-centos8", includes: 'output-centos8/noarch/*.rpm'
|
||||
stash name: "rpms-alma8", includes: 'output-alma8/noarch/*.rpm'
|
||||
sh 'rm -rf output'
|
||||
}
|
||||
}
|
||||
@ -51,7 +51,7 @@ stage('RPM Delivery') {
|
||||
node {
|
||||
sh 'setup_centreon_build.sh'
|
||||
unstash 'rpms-centos7'
|
||||
//unstash 'rpms-centos8'
|
||||
unstash 'rpms-alma8'
|
||||
sh './centreon-build/jobs/plugins/plugins-delivery.sh'
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user