attemptin to call template correctly

This commit is contained in:
2022-01-06 11:13:03 -06:00
parent f3619d3ac3
commit 1fa7cfea5a

View File

@ -1,12 +1,12 @@
#!groovy
def label = podLabel()
def label = PodTemplates.podLabel()
def repositoryCreds = "harbor-repository-creds"
podTemplate(
label: label,
name: "pipeline-worker",
yaml: podYaml(
yaml: podTemplates.podYaml(
kaniko: true,
alpine: true,
),