another attempt using libraries
This commit is contained in:
parent
512a3fc9ff
commit
33f5714a1d
@ -1,15 +1,12 @@
|
|||||||
#!groovy
|
#!groovy
|
||||||
|
|
||||||
GroovyShell shell = new GroovyShell()
|
def label = podLabel()
|
||||||
def pt = shell.parse(new File('vars/podTemplates.groovy'))
|
|
||||||
|
|
||||||
def label = pt.podLabel()
|
|
||||||
def repositoryCreds = "harbor-repository-creds"
|
def repositoryCreds = "harbor-repository-creds"
|
||||||
|
|
||||||
podTemplate(
|
podTemplate(
|
||||||
label: label,
|
label: label,
|
||||||
name: "pipeline-worker",
|
name: "pipeline-worker",
|
||||||
yaml: pt.podYaml(
|
yaml: podYaml(
|
||||||
kaniko: true,
|
kaniko: true,
|
||||||
alpine: true,
|
alpine: true,
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user