This commit is contained in:
2022-01-06 11:23:36 -06:00
parent 41a5a14c59
commit 512a3fc9ff

View File

@ -1,5 +1,6 @@
#!groovy #!groovy
GroovyShell shell = new GroovyShell()
def pt = shell.parse(new File('vars/podTemplates.groovy')) def pt = shell.parse(new File('vars/podTemplates.groovy'))
def label = pt.podLabel() def label = pt.podLabel()