Update Jenkinsfile

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

View File

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