Skip to content

Commit

Permalink
Update to master temurin-build
Browse files Browse the repository at this point in the history
Signed-off-by: Sophia Guo <[email protected]>
  • Loading branch information
sophia-guo committed Aug 9, 2023
1 parent e1d4410 commit d39bbf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/post-build/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def sbomSign() {
cleanWs()
docker.image('adoptopenjdk/centos7_build_image').inside {
checkout scm
checkout([$class: 'GitSCM', branches: [[name: 'post']], doGenerateSubmoduleConfigurations: false, extensions: [[$class: 'RelativeTargetDirectory', relativeTargetDir: "sbomSign"]], submoduleCfg: [], userRemoteConfigs: [[url: "https://github.com/sophia-guo/openjdk-build.git"]]])
checkout([$class: 'GitSCM', branches: [[name: 'master']], doGenerateSubmoduleConfigurations: false, extensions: [[$class: 'RelativeTargetDirectory', relativeTargetDir: "sbomSign"]], submoduleCfg: [], userRemoteConfigs: [[url: "https://github.com/adoptium/temurin-build.git"]]])
copyArtifacts excludes: '**/OpenJDK*-sbom*metadata.json',
filter: '**/OpenJDK*-sbom*.json',
fingerprintArtifacts: true,
Expand Down

0 comments on commit d39bbf4

Please sign in to comment.