Skip to content

Commit a973250

Browse files
committed
debug(package) test PR jenkinsci/packaging#718
Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
1 parent 4e14c6d commit a973250

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile.d/core/package

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ pipeline {
9494
GPG_PASSPHRASE = credentials('release-gpg-passphrase-2026')
9595
// Using HTTPS with no credentials - https://github.com/jenkins-infra/helpdesk/issues/4909 - need a GH app if rate limited or need to write things to git
9696
PACKAGING_GIT_REPOSITORY = 'https://github.com/jenkinsci/packaging.git'
97-
PACKAGING_GIT_BRANCH = 'master'
97+
// TODO: move back to 'master' branch once test is finished in https://github.com/jenkins-infra/release/pull/829
98+
PACKAGING_GIT_BRANCH = 'feat/jenkins-gpg-key-2026'
9899
SIGN_KEYSTORE_FILENAME = 'jenkins.pfx'
99100
SIGN_STOREPASS = credentials('signing-cert-pass-2023')
100101
WAR_FILENAME = 'jenkins.war'

0 commit comments

Comments
 (0)