-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathsecurity
34 lines (30 loc) · 1.06 KB
/
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
29
30
31
32
33
34
#
# WARNING: Any variables defined here, override those defined from the Jenkinsfile
#
# RELEASE_GIT_BRANCH is provided at run time
#
RELEASE_GIT_REPOSITORY=git@github.com:jenkinsci-cert/jenkins.git
#
# JENKINS_VERSION is provided at run time
#
GIT_EMAIL=66998184+jenkins-release-bot@users.noreply.github.com
GIT_NAME="Jenkins Release Bot"
GPG_KEYNAME=62A9756BFD780C377CF24BA8FCEF32E745F2C3D5
GPG_VAULT_NAME=jenkins-release-pgp
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
#
RELEASE_GIT_PRODUCTION_REPOSITORY=git@github.com: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
# Most settings above are unused
RELEASE_GIT_BRANCH=security-master
MAVEN_REPOSITORY_NAME=codsworth
JENKINS_VERSION=2.356
RELEASELINE=