Skip to content

Commit

Permalink
avoid sign_temurin_gpg in non-adopt pipelines (#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 <martijnverburg@gmail.com>
  • Loading branch information
mahdipub and karianna authored Apr 4, 2024
1 parent 39a0328 commit 15c83ae
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 @@ -2154,7 +2154,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 15c83ae

Please sign in to comment.