Update Jenkinsfile

This commit is contained in:
Zakaria Guennoune 2022-04-14 10:43:38 +02:00 committed by GitHub
parent c345d42749
commit 8806b05d5f
1 changed files with 3 additions and 1 deletions

View File

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