From eaadccb230904680aa71b434a748a08bc6842881 Mon Sep 17 00:00:00 2001 From: Sophia Guo Date: Fri, 28 Jul 2023 10:57:35 -0400 Subject: [PATCH] Update to master temurin-build Signed-off-by: Sophia Guo --- tools/post-build/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/post-build/Jenkinsfile b/tools/post-build/Jenkinsfile index a1ed10b6a..df95566c8 100644 --- a/tools/post-build/Jenkinsfile +++ b/tools/post-build/Jenkinsfile @@ -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,