fix perm
This commit is contained in:
parent
b813067adf
commit
fa8650f15b
|
@ -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
|
||||
sh './ci/scripts/vmware-deliver-deb-package.sh "$NEXUS_USERNAME" "$NEXUS_PASSWORD" "$VERSION"'
|
||||
sh './ci/scripts/vmware-deliver-deb-package.sh $NEXUS_USERNAME $NEXUS_PASSWORD'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue