attemptin to call template correctly
This commit is contained in:
parent
f3619d3ac3
commit
1fa7cfea5a
@ -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,
|
||||
),
|
||||
|
Reference in New Issue
Block a user