We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfae8da commit 58ed8cbCopy full SHA for 58ed8cb
1 file changed
Jenkinsfile
@@ -8,7 +8,7 @@ pipeline {
8
skipDefaultCheckout()
9
}
10
environment {
11
- GH_CREDS = credentials('github-token')
+ GH_CREDS = credentials('gh-sdks-automation')
12
13
stages {
14
stage('Checkout') {
@@ -19,7 +19,7 @@ pipeline {
19
checkoutResult = checkout scm
20
commitHash = "${checkoutResult.GIT_COMMIT[0..6]}"
21
sh """
22
- git config user.email 'ricellis@users.noreply.github.com'
+ git config user.email '71659186+cloudant-sdks-automation@users.noreply.github.com'
23
git config user.name 'cloudant-sdks-automation'
24
git config credential.username '${env.GH_CREDS_USR}'
25
git config credential.helper '!f() { echo password=\$GH_CREDS_PSW; echo; }; f'
0 commit comments