From 32779dc731badb4b58e40a5c075d06066cb9ac33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gyulai=20D=C3=A1niel?= Date: Thu, 5 Nov 2020 06:45:59 -0500 Subject: [PATCH] Change command of python and helm in Jenkinsfile --- Jenkinsfile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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) {