From 891affdadd8411ae24673c6438c69bef59c21609 Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Sat, 11 Feb 2023 11:10:39 +0100 Subject: [PATCH] Init 2.387.1 (#323) * Init 2.387.1 Co-authored-by: Tim Jacomb <21194782+timja@users.noreply.github.com> --------- Co-authored-by: Tim Jacomb <21194782+timja@users.noreply.github.com> --- Jenkinsfile.d/core/package | 2 +- profile.d/stable | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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