Skip to content

Commit

Permalink
#87 GitHub token correction
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoraboeuf committed Aug 26, 2021
1 parent 7251784 commit 245ef7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ pipeline {
branch 'release/*'
}
environment {
GITHUB = credentials('GITHUB_NEMEROSA_JENKINS2')
GITHUB = credentials('JENKINS_GITHUB_TOKEN')
}
steps {
sh '''
./gradlew githubRelease --stacktrace --console plain \\
-PgitHubToken=${GITHUB_PSW} \\
-PgitHubToken=${GITHUB} \\
-PgitHubCommit=${GIT_COMMIT}
'''
}
Expand Down

0 comments on commit 245ef7e

Please sign in to comment.