mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 08:04:36 +02:00
test
This commit is contained in:
parent
1524be7bf6
commit
e617a7c59d
2
connectors/vmware/Jenkinsfile
vendored
2
connectors/vmware/Jenkinsfile
vendored
@ -60,7 +60,7 @@ try {
|
||||
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"
|
||||
sh 'BULLSEYEPACKAGES=`echo *.deb`'
|
||||
sh 'BULLSEYEPACKAGES=`echo ../*.deb`'
|
||||
sh 'curl -u $NEXUS_USERNAME:$NEXUS_PASSWORD -H "Content-Type: multipart/form-data" --data-binary "@./$BULLSEYEPACKAGES" https://apt.centreon.com/repository/22.04/'
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user