Skip to content

Commit d39bbf4

Browse files
committed
Update to master temurin-build
Signed-off-by: Sophia Guo <[email protected]>
1 parent e1d4410 commit d39bbf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/post-build/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def sbomSign() {
2929
cleanWs()
3030
docker.image('adoptopenjdk/centos7_build_image').inside {
3131
checkout scm
32-
checkout([$class: 'GitSCM', branches: [[name: 'post']], doGenerateSubmoduleConfigurations: false, extensions: [[$class: 'RelativeTargetDirectory', relativeTargetDir: "sbomSign"]], submoduleCfg: [], userRemoteConfigs: [[url: "https://github.com/sophia-guo/openjdk-build.git"]]])
32+
checkout([$class: 'GitSCM', branches: [[name: 'master']], doGenerateSubmoduleConfigurations: false, extensions: [[$class: 'RelativeTargetDirectory', relativeTargetDir: "sbomSign"]], submoduleCfg: [], userRemoteConfigs: [[url: "https://github.com/adoptium/temurin-build.git"]]])
3333
copyArtifacts excludes: '**/OpenJDK*-sbom*metadata.json',
3434
filter: '**/OpenJDK*-sbom*.json',
3535
fingerprintArtifacts: true,

0 commit comments

Comments
 (0)