ci: Fix NoSuchMethodError
All checks were successful
RPMs/gasket-driver/pipeline/head This commit looks good

That's the problem with having conditional stages that don't execute for
test builds...
This commit is contained in:
2025-11-23 18:19:30 -06:00
parent 71bb2e8de5
commit 1b1bd829f1

2
ci/Jenkinsfile vendored
View File

@@ -45,7 +45,7 @@ try {
stage("Sign f${fedoraVersion}/${arch}") {
when(BRANCH_NAME == 'main') {
withEnvironment([
withEnv([
"GNUPGHOME=${env.WORKSPACE_TMP}/gnupg",
]) {
withCredentials([