updates library name

This commit is contained in:
Hyatt 2022-01-06 11:38:58 -06:00
parent 6b3c9b6cfc
commit f2fe5970bd
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,
), ),