From 75ceb21fc44566ff2a0b25cd38d48ed15b1b0efb Mon Sep 17 00:00:00 2001 From: Oleg Skrypnyuk Date: Wed, 20 May 2026 15:58:08 +0200 Subject: [PATCH] Change pod creation method in Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 10b40f4..131f972 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,7 @@ def cibsevenVersion = "" pipeline { agent { kubernetes { - yaml BuildPodCreator.cibStandardPod() + yaml BuildPodCreator.fromScratch(this) .withMavenJdk17Container() .withKanikoContainer() .asYaml()