attemptin to call template correctly

This commit is contained in:
Hyatt 2022-01-06 11:13:03 -06:00
parent f3619d3ac3
commit 1fa7cfea5a
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

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