Skip to content

Commit

Permalink
Init 2.387.1 (#323)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
NotMyFault and timja authored Feb 11, 2023
1 parent 902df23 commit 891affd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile.d/core/package
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
3 changes: 2 additions & 1 deletion profile.d/stable
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -15,3 +15,4 @@ SIGN_ALIAS=jenkins

# Used by jenkinsci/packaging
RELEASELINE=-stable
JENKINS_VERSION=2.387.1

0 comments on commit 891affd

Please sign in to comment.