Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
make sure this can run on all slaves not just slave8
Browse files Browse the repository at this point in the history
  • Loading branch information
jchauncey committed Jan 9, 2018
1 parent 4ed32cf commit 12d7fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/Jenkinsfile.azure.kubernetes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node(env.NODE? env.NODE : 'slave8') {
node(env.NODE? env.NODE : 'slave') {
withCredentials([
[$class: 'UsernamePasswordMultiBinding', credentialsId: "7a3620b2-9937-4a08-9551-ca3d0e84c503", usernameVariable: 'REGISTRY_USERNAME', passwordVariable: 'REGISTRY_PASSWORD'],
[$class: 'UsernamePasswordMultiBinding', credentialsId: '3b482378-9b9a-4784-b890-940b9bf0b234', usernameVariable: 'CLIENT_ID', passwordVariable: 'CLIENT_SECRET'],
Expand Down

0 comments on commit 12d7fc5

Please sign in to comment.