-
Notifications
You must be signed in to change notification settings - Fork 22
/
security
28 lines (25 loc) · 963 Bytes
/
security
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#
# WARNING: Any variables defined here, override those defined from the Jenkinsfile
#
# RELEASE_GIT_BRANCH is provided at run time
#
[email protected]:jenkinsci-cert/jenkins.git
#
# JENKINS_VERSION is provided at run time
#
GIT_NAME="Jenkins Release Bot"
GPG_KEYNAME="63667EE74BBA1F0A08A698725BA31D57EF5975CA"
GPG_VAULT_NAME="jenkins-release-pgp-2023"
MAVEN_REPOSITORY_URL=https://repo.jenkins-ci.org
MAVEN_PUBLIC_JENKINS_REPOSITORY_MIRROR_URL='https://repo.jenkins-ci.org/public/'
SIGN_ALIAS=jenkins
### Git Staging Promotion Settings
#
[email protected]:jenkinsci/jenkins.git
RELEASE_GIT_PRODUCTION_BRANCH=master
### Maven Staging Promotion Settings
#
# Remark: Version to be promoted will be the latest version pushed to the maven repository
# as retrieved from ./utils/getJenkinsVersion.py
MAVEN_REPOSITORY_PRODUCTION_NAME=releases