From b6a7ed88b815f6b9392db5027ab3a5b664f32191 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Thu, 18 Jan 2024 07:25:52 -0600 Subject: [PATCH] Update syntax for new runInPod method The `runInPod` method can no longer be called without any arguments. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index cbde8ef..df404a4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -43,7 +43,7 @@ def fedora = (kver =~ /\.fc([0-9]+)\./)[0][1] def registry = 'git.pyrocufflink.net' def full_name = "${registry}/containerimages/gasket-driver:${kver}" if (!check_container_image(kver)) { - buildContainerImage2.runInPod { + buildContainerImage2.runInPod(pi: false) { container('buildah') { buildContainerImage2.withBuildahCreds(registry) { stage('Build') {