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