Skip to content

Commit

Permalink
Update Jenkins with new git credential key
Browse files Browse the repository at this point in the history
  • Loading branch information
derekso authored Aug 29, 2021
1 parent 13c52a2 commit 3db8529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pipeline {
DEPLOY_GITREPO_URL = "github.com/your_name/spring-petclinic-helmchart.git"
DEPLOY_GITREPO_BRANCH = "main"
DEPLOY_GITREPO_USER = "your_name"
DEPLOY_GITREPO_TOKEN = credentials('spring-petclinic-helmchart-git-token')
DEPLOY_GITREPO_TOKEN = credentials('my-github')
}
agent {
kubernetes {
Expand Down

0 comments on commit 3db8529

Please sign in to comment.