ci: Fix NoSuchMethodError
All checks were successful
RPMs/gasket-driver/pipeline/head This commit looks good
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:
2
ci/Jenkinsfile
vendored
2
ci/Jenkinsfile
vendored
@@ -45,7 +45,7 @@ try {
|
|||||||
|
|
||||||
stage("Sign f${fedoraVersion}/${arch}") {
|
stage("Sign f${fedoraVersion}/${arch}") {
|
||||||
when(BRANCH_NAME == 'main') {
|
when(BRANCH_NAME == 'main') {
|
||||||
withEnvironment([
|
withEnv([
|
||||||
"GNUPGHOME=${env.WORKSPACE_TMP}/gnupg",
|
"GNUPGHOME=${env.WORKSPACE_TMP}/gnupg",
|
||||||
]) {
|
]) {
|
||||||
withCredentials([
|
withCredentials([
|
||||||
|
|||||||
Reference in New Issue
Block a user