diff --git a/Jenkinsfile.d/core/package b/Jenkinsfile.d/core/package index 14ccbb5..a604169 100644 --- a/Jenkinsfile.d/core/package +++ b/Jenkinsfile.d/core/package @@ -83,7 +83,7 @@ pipeline { GPG_FILE = 'jenkins-release.gpg' GPG_PASSPHRASE = credentials('release-gpg-passphrase') PACKAGING_GIT_REPOSITORY = 'git@github.com:jenkinsci/packaging.git' - PACKAGING_GIT_BRANCH = 'master' + PACKAGING_GIT_BRANCH = 'stable-2.387' SIGN_KEYSTORE_FILENAME = 'jenkins.pfx' SIGN_STOREPASS = credentials('signing-cert-pass') WAR_FILENAME = 'jenkins.war' diff --git a/profile.d/stable b/profile.d/stable index 81d703a..45dbe45 100644 --- a/profile.d/stable +++ b/profile.d/stable @@ -2,7 +2,7 @@ # WARNING: Any variables defined here, override those defined from the Jenkinsfile # # -RELEASE_GIT_BRANCH=master +RELEASE_GIT_BRANCH=stable-2.387 RELEASE_GIT_REPOSITORY=git@github.com:jenkinsci/jenkins.git GIT_EMAIL=66998184+jenkins-release-bot@users.noreply.github.com GIT_NAME="Jenkins Release Bot" @@ -15,3 +15,4 @@ SIGN_ALIAS=jenkins # Used by jenkinsci/packaging RELEASELINE=-stable +JENKINS_VERSION=2.387.1