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()