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

Commit 12d7fc5

Browse files
author
Jonathan Chauncey
committed
make sure this can run on all slaves not just slave8
1 parent 4ed32cf commit 12d7fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/Jenkinsfile.azure.kubernetes

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
node(env.NODE? env.NODE : 'slave8') {
1+
node(env.NODE? env.NODE : 'slave') {
22
withCredentials([
33
[$class: 'UsernamePasswordMultiBinding', credentialsId: "7a3620b2-9937-4a08-9551-ca3d0e84c503", usernameVariable: 'REGISTRY_USERNAME', passwordVariable: 'REGISTRY_PASSWORD'],
44
[$class: 'UsernamePasswordMultiBinding', credentialsId: '3b482378-9b9a-4784-b890-940b9bf0b234', usernameVariable: 'CLIENT_ID', passwordVariable: 'CLIENT_SECRET'],

0 commit comments

Comments
 (0)