Update Jenkinsfile

This commit is contained in:
Zakaria Guennoune 2022-04-14 11:16:42 +02:00 committed by GitHub
parent c4578c7dd5
commit 6eb3e4a352
1 changed files with 3 additions and 0 deletions

View File

@ -58,6 +58,9 @@ try {
unstash "rpms-alma8"
sh './centreon-build/jobs/vmware/vmware-delivery.sh'
withCredentials([usernamePassword(credentialsId: 'nexus-credentials', passwordVariable: 'NEXUS_PASSWORD', usernameVariable: 'NEXUS_USERNAME')]) {
dir('centreon-vmware') {
checkout scm
}
sh './ci/scripts/vmware-deliver-deb-package.sh $NEXUS_USERNAME $NEXUS_PASSWORD $VERSION'
}
}