Skip to content

Commit 245ef7e

Browse files
committed
#87 GitHub token correction
1 parent 7251784 commit 245ef7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ pipeline {
5454
branch 'release/*'
5555
}
5656
environment {
57-
GITHUB = credentials('GITHUB_NEMEROSA_JENKINS2')
57+
GITHUB = credentials('JENKINS_GITHUB_TOKEN')
5858
}
5959
steps {
6060
sh '''
6161
./gradlew githubRelease --stacktrace --console plain \\
62-
-PgitHubToken=${GITHUB_PSW} \\
62+
-PgitHubToken=${GITHUB} \\
6363
-PgitHubCommit=${GIT_COMMIT}
6464
'''
6565
}

0 commit comments

Comments
 (0)