This commit is contained in:
Hyatt 2022-01-06 11:23:36 -06:00
parent 41a5a14c59
commit 512a3fc9ff
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

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