chore: Update names of creds in Jenkins (#21293)

pull/19201/merge
Cody Shepherd 2021-04-27 08:52:19 -07:00 committed by GitHub
parent e234aa7ff0
commit 213082441e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -18,7 +18,7 @@ pipeline {
withDockerContainer(image: "jsternberg/changelog") {
withCredentials(
[[$class: "UsernamePasswordMultiBinding",
credentialsId: "hercules-username-password",
credentialsId: "team-edge-influx-github-username-token",
usernameVariable: "GITHUB_USER",
passwordVariable: "GITHUB_TOKEN"]]) {
script {
@ -31,7 +31,7 @@ pipeline {
}
}
sshagent(credentials: ['jenkins-hercules-ssh']) {
sshagent(credentials: ['team-edge-influx-github-ssh']) {
sh """
set -e
if ! git diff --quiet; then