Skip to content

Commit

Permalink
Run the GPG sign job after the SBOM sign
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroon-Khel committed Jan 6, 2025
1 parent 72d61d5 commit 056b6a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pipelines/build/common/openjdk_build_pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -2484,8 +2484,9 @@ def buildScriptsAssemble(
if (!env.JOB_NAME.contains('pr-tester') && context.JENKINS_URL.contains('adopt')) {
try {
context.println "openjdk_build_pipeline: Running GPG signing process"
gpgSign()
jsfSignSBOM()
gpgSign()

} catch (Exception e) {
context.println(e.message)
currentBuild.result = 'FAILURE'
Expand Down

0 comments on commit 056b6a2

Please sign in to comment.