From 4b8b73648262748467fe0ba77e5a2aec727bfa3a Mon Sep 17 00:00:00 2001 From: ork Date: Tue, 17 Nov 2020 17:56:41 +0200 Subject: [PATCH] use updated podTemplate docker-python --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 651cfb70447..8cca8bcf906 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ git_deploy_user_token = "iguazio-prod-git-user-token" git_deploy_user_private_key = "iguazio-prod-git-user-private-key" git_mlrun_ui_project = "ui" -podTemplate(label: "${git_project}-${label}", inheritFrom: "jnlp-docker-golang-python37") { +podTemplate(label: "${git_project}-${label}", inheritFrom: "docker-python") { node("${git_project}-${label}") { pipelinex = library(identifier: 'pipelinex@development', retriever: modernSCM( [$class : 'GitSCMSource',