diff --git a/vars/jenkinsPipelineSkeleton.groovy b/vars/jenkinsPipelineSkeleton.groovy index 2cb8641..e6829ee 100644 --- a/vars/jenkinsPipelineSkeleton.groovy +++ b/vars/jenkinsPipelineSkeleton.groovy @@ -2,7 +2,7 @@ def call(String projectName, Map config) { pipeline { agent { kubernetes { - yaml k8sPodTemplate(config.namespace ?: 'default', config.useCustomDocker, config.imagePullPolicy) + yaml k8sPodTemplate(config.namespace ?: 'default', config.useCustomDocker, config.pullAlways) } } stages {