call supporting file
This commit is contained in:
parent
2788aef8a4
commit
41a5a14c59
@ -1,12 +1,14 @@
|
||||
#!groovy
|
||||
|
||||
def label = podTemplates.podLabel()
|
||||
def pt = shell.parse(new File('vars/podTemplates.groovy'))
|
||||
|
||||
def label = pt.podLabel()
|
||||
def repositoryCreds = "harbor-repository-creds"
|
||||
|
||||
podTemplate(
|
||||
label: label,
|
||||
name: "pipeline-worker",
|
||||
yaml: podTemplates.podYaml(
|
||||
yaml: pt.podYaml(
|
||||
kaniko: true,
|
||||
alpine: true,
|
||||
),
|
||||
|
Reference in New Issue
Block a user