diff --git a/Jenkinsfile b/Jenkinsfile index e45099c..2d5947f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,8 +1,8 @@ pipeline { agent { - label 'dind-agent' kubernetes { + label 'dind-agent' cloud 'k8s-config' } }