diff --git a/Jenkinsfile b/Jenkinsfile index 4fb1de9..2246b93 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -30,14 +30,20 @@ spec: - name: python image: docker.local/ci/python:latest imagePullPolicy: Always - command: ["cat"] + command: + - sleep + args: + - 99d - name: helm image: docker.local/ci/helm:latest imagePullPolicy: Always env: - name: KUBECONFIG value: /home/jenkins/agent/workspace/gitea-bme_covidok-backend_master/ci/kube.config - command: ["cat"] + command: + - sleep + args: + - 99d ''') { node(POD_LABEL) {