diff --git a/Jenkinsfile b/Jenkinsfile index 57f41bb..3c07671 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,9 @@ pipeline { agent { + kubernetes { label 'dind-agent' cloud 'k8s-config' + } } stages {