diff --git a/pipelines/build/common/openjdk_build_pipeline.groovy b/pipelines/build/common/openjdk_build_pipeline.groovy index cfab10a3c..f62a19bda 100644 --- a/pipelines/build/common/openjdk_build_pipeline.groovy +++ b/pipelines/build/common/openjdk_build_pipeline.groovy @@ -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) {