From 1fa7cfea5a8292c2e8a74fe2a1e4b304ca36b3e3 Mon Sep 17 00:00:00 2001 From: The_Spider Date: Thu, 6 Jan 2022 11:13:03 -0600 Subject: [PATCH] attemptin to call template correctly --- build-rcon.jenkins | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-rcon.jenkins b/build-rcon.jenkins index f8f896e..0ce2900 100644 --- a/build-rcon.jenkins +++ b/build-rcon.jenkins @@ -1,12 +1,12 @@ #!groovy -def label = podLabel() +def label = PodTemplates.podLabel() def repositoryCreds = "harbor-repository-creds" podTemplate( label: label, name: "pipeline-worker", - yaml: podYaml( + yaml: podTemplates.podYaml( kaniko: true, alpine: true, ),