From f2fe5970bdb05dbbda3c0351770e37c01d45c351 Mon Sep 17 00:00:00 2001 From: The_Spider Date: Thu, 6 Jan 2022 11:38:58 -0600 Subject: [PATCH] updates library name --- build-rcon.jenkins | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-rcon.jenkins b/build-rcon.jenkins index f8f896e..e75246c 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, ),