updates library name
This commit is contained in:
parent
6b3c9b6cfc
commit
f2fe5970bd
@ -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,
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user