Skip to content

Commit

Permalink
Signing verifier job
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <[email protected]>
  • Loading branch information
andrew-m-leonard committed Nov 29, 2023
1 parent 4a62e1d commit 17d30f0
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 @@ -925,7 +925,7 @@ class Build {
}

// Execute sign verification job
def signVerifyJob = context.build job: 'build-scripts/release/sign_verification',
context.build job: 'build-scripts/release/sign_verification',
propagate: true,
parameters: [
context.string(name: 'UPSTREAM_JOB_NUMBER', value: "${env.BUILD_NUMBER}"),
Expand Down

0 comments on commit 17d30f0

Please sign in to comment.