Use correct github authentication.
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -25,8 +25,8 @@ pipeline {
|
||||
options { timeout(time: 4, unit: 'HOURS') }
|
||||
|
||||
environment {
|
||||
GIT_USERNAME = credentials('spring-data-release-git-username')
|
||||
GIT_PASSWORD = credentials('3a20bcaa-d8ad-48e3-901d-9fbc941376ee')
|
||||
GITHUB = credentials('3a20bcaa-d8ad-48e3-901d-9fbc941376ee')
|
||||
GITHUB_TOKEN = credentials('7b3ebbea-7001-479b-8578-b8c464dab973')
|
||||
DEPLOYMENT_API_KEY = credentials('repo_spring_io-jenkins-release-token')
|
||||
STAGING_PROFILE_ID = credentials('spring-data-release-deployment-maven-central-staging-profile-id')
|
||||
MAVEN_SIGNING_KEYRING = credentials('spring-signing-secring.gpg')
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
git.username=${GIT_USERNAME}
|
||||
git.username=${GITHUB_USR}
|
||||
git.author=Spring Builds
|
||||
git.email=builds@springframework.org
|
||||
git.password=${GIT_PASSWORD}
|
||||
git.password=${GITHUB_TOKEN}
|
||||
|
||||
git.gpg.keyname=6743E1BD
|
||||
git.gpg.passphrase=${GIT_SIGNING_KEY_PASSWORD}
|
||||
|
||||
Reference in New Issue
Block a user