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