Skip to content

Commit 9072864

Browse files
committed
Fixing Jenkinsfile agent label
1 parent d3b165b commit 9072864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def archiveAndCleanup() {
2828

2929
pipeline {
3030
agent {
31-
label 'Kubernetes'
31+
label 'go1.12'
3232
}
3333
environment {
3434
HTTP_PROXY = credentials('coherence-operator-http-proxy')

0 commit comments

Comments
 (0)