Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
michelu89 committed Feb 5, 2024
1 parent e85c4fa commit 5459ebb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pipeline {
// This file is required to sign the binaries for Windows and MacOs, see https://wiki.eclipse.org/IT_Infrastructure_Doc#Sign_my_Jar.2Fplugins.2FWindows_exe.2FmacOS_App_files.3F

environment {
GITHUB_TOKEN = credentials('github-bot')
GITHUB_TOKEN = credentials('github-bot-token')
}

stages {
Expand Down Expand Up @@ -37,6 +37,7 @@ pipeline {
-H "Authorization: Bearer <YOUR-TOKEN>" \\
-H "X-GitHub-Api-Version: 2022-11-28" \\
https://api.github.com/repos/${repo}/releases/tags/${tagName}
"""
def releaseId = sh(script: """
curl -s -L \\
Expand Down

0 comments on commit 5459ebb

Please sign in to comment.