Skip to content

Commit

Permalink
avoid sign_temurin_gpg in non-adopt pipelines (adoptium#983)
Browse files Browse the repository at this point in the history
This is to avoid not adoptium pipelines pick the sign_temurin_gpg

Co-authored-by: Martijn Verburg <[email protected]>
  • Loading branch information
2 people authored and AdamBrousseau committed May 3, 2024
1 parent bcb552e commit 5d1aa46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/build/common/openjdk_build_pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -2551,7 +2551,7 @@ class Build {
throw new Exception("[ERROR] Installer job timeout (${buildTimeouts.INSTALLER_JOBS_TIMEOUT} HOURS) has been reached OR the downstream installer job failed. Exiting...")
}
}
if (!env.JOB_NAME.contains('pr-tester')) {
if (!env.JOB_NAME.contains('pr-tester') && JENKINS_URL.contains('adopt')) {
try {
gpgSign()
} catch (Exception e) {
Expand Down

0 comments on commit 5d1aa46

Please sign in to comment.