Update Jenkinsfile

This commit is contained in:
Zakaria Guennoune 2022-04-14 11:34:53 +02:00 committed by GitHub
parent 8946dc6ad6
commit 42e835b820
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ try {
//sh './centreon-build/jobs/vmware/vmware-delivery.sh'
withCredentials([usernamePassword(credentialsId: 'nexus-credentials', passwordVariable: 'NEXUS_PASSWORD', usernameVariable: 'NEXUS_USERNAME')]) {
checkout scm
ls -lart
sh 'ls -lart'
sh './centreon-vmware/ci/scripts/vmware-deliver-deb-package.sh $NEXUS_USERNAME $NEXUS_PASSWORD $VERSION'
}
}