diff --git a/deployment/cicd/Jenkinsfile b/deployment/cicd/Jenkinsfile index 5f65464..8f5dba7 100644 --- a/deployment/cicd/Jenkinsfile +++ b/deployment/cicd/Jenkinsfile @@ -7,6 +7,7 @@ def getImageTag() { } podTemplate( + cloud: 'k8s', label: "${PIPELINE_ID}", serviceAccount: 'jenkins', slaveConnectTimeout: 300,