mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-29 08:34:46 +02:00
fix perm
This commit is contained in:
parent
b813067adf
commit
fa8650f15b
2
connectors/vmware/Jenkinsfile
vendored
2
connectors/vmware/Jenkinsfile
vendored
@ -59,7 +59,7 @@ try {
|
|||||||
//sh './centreon-build/jobs/vmware/vmware-delivery.sh'
|
//sh './centreon-build/jobs/vmware/vmware-delivery.sh'
|
||||||
withCredentials([usernamePassword(credentialsId: 'nexus-credentials', passwordVariable: 'NEXUS_PASSWORD', usernameVariable: 'NEXUS_USERNAME')]) {
|
withCredentials([usernamePassword(credentialsId: 'nexus-credentials', passwordVariable: 'NEXUS_PASSWORD', usernameVariable: 'NEXUS_USERNAME')]) {
|
||||||
checkout scm
|
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…
x
Reference in New Issue
Block a user