Skip to content

Commit

Permalink
Fix Incorrect Repo Slug
Browse files Browse the repository at this point in the history
  • Loading branch information
dullage committed May 22, 2020
1 parent c9c0333 commit 47d9b14
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 @@ -17,7 +17,7 @@ pipeline {
stage('Release') {
when { branch 'master' }
environment {
GIT_REPO_SLUG = 'Dullage/tahskr-server'
GIT_REPO_SLUG = 'Dullage/JiraWidget'
GITHUB_TOKEN = credentials('github_token')
}
steps {
Expand Down

0 comments on commit 47d9b14

Please sign in to comment.