Skip to content

Commit

Permalink
Edit stage label
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroon-Khel committed Jan 6, 2025
1 parent 056b6a2 commit 5a3d454
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipelines/build/common/openjdk_build_pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@ class Build {

// Kick off the sign_temurin_jsf job to sign the SBOM
private void jsfSignSBOM() {
context.stage('SBOM Sign') {
context.stage('SBOM JSF Sign') {

context.println "Running build_sign_sbom_libraries to build the SBOM libraries"
def buildSBOMLibrariesJob = context.build job: 'build_sign_sbom_libraries',
Expand Down Expand Up @@ -2486,7 +2486,7 @@ def buildScriptsAssemble(
context.println "openjdk_build_pipeline: Running GPG signing process"
jsfSignSBOM()
gpgSign()

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

0 comments on commit 5a3d454

Please sign in to comment.