From 1b1bd829f1718a4803993f82226871e6eba3a7a3 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 23 Nov 2025 18:19:30 -0600 Subject: [PATCH] ci: Fix NoSuchMethodError That's the problem with having conditional stages that don't execute for test builds... --- ci/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index 5620927..77e1559 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -45,7 +45,7 @@ try { stage("Sign f${fedoraVersion}/${arch}") { when(BRANCH_NAME == 'main') { - withEnvironment([ + withEnv([ "GNUPGHOME=${env.WORKSPACE_TMP}/gnupg", ]) { withCredentials([