Skip to content

Commit 58ed8cb

Browse files
ci: Update generated source code (#11)
Generated SDK source code using: - Generator version 3.12.2 - Specification version 0.0.26 - Automation (cloudant-sdks) version 536c0f1
1 parent cfae8da commit 58ed8cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pipeline {
88
skipDefaultCheckout()
99
}
1010
environment {
11-
GH_CREDS = credentials('github-token')
11+
GH_CREDS = credentials('gh-sdks-automation')
1212
}
1313
stages {
1414
stage('Checkout') {
@@ -19,7 +19,7 @@ pipeline {
1919
checkoutResult = checkout scm
2020
commitHash = "${checkoutResult.GIT_COMMIT[0..6]}"
2121
sh """
22-
git config user.email 'ricellis@users.noreply.github.com'
22+
git config user.email '71659186+cloudant-sdks-automation@users.noreply.github.com'
2323
git config user.name 'cloudant-sdks-automation'
2424
git config credential.username '${env.GH_CREDS_USR}'
2525
git config credential.helper '!f() { echo password=\$GH_CREDS_PSW; echo; }; f'

0 commit comments

Comments
 (0)