Skip to content

Commit

Permalink
Fixing Jenkinsfile agent label
Browse files Browse the repository at this point in the history
  • Loading branch information
thegridman committed Dec 13, 2019
1 parent d3b165b commit 9072864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def archiveAndCleanup() {

pipeline {
agent {
label 'Kubernetes'
label 'go1.12'
}
environment {
HTTP_PROXY = credentials('coherence-operator-http-proxy')
Expand Down

0 comments on commit 9072864

Please sign in to comment.