Skip to content

Commit

Permalink
avoid sign_temurin_gpg in non-adopt pipelines
Browse files Browse the repository at this point in the history
This is to avoid not adoptium pipelines pick the sign_temurin_gpg
  • Loading branch information
mahdipub committed Mar 27, 2024
1 parent d966e61 commit 5c9150f
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 @@ -2125,7 +2125,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 5c9150f

Please sign in to comment.