From 512a3fc9ff7c7433d47a7e04ddc03df4e40a6126 Mon Sep 17 00:00:00 2001 From: The_Spider Date: Thu, 6 Jan 2022 11:23:36 -0600 Subject: [PATCH] . --- build-rcon.jenkins | 1 + 1 file changed, 1 insertion(+) diff --git a/build-rcon.jenkins b/build-rcon.jenkins index 6eb0a98..cd731ad 100644 --- a/build-rcon.jenkins +++ b/build-rcon.jenkins @@ -1,5 +1,6 @@ #!groovy +GroovyShell shell = new GroovyShell() def pt = shell.parse(new File('vars/podTemplates.groovy')) def label = pt.podLabel()