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 69f09d1 commit a33fb6f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ pipeline {
def repo = "eclipse-esmf/esmf-aspect-model-editor-backend"
def releaseId = "v5.2.1"
def fileName = "signed.exe"
https://uploads.github.com/repos/OWNER/REPO/releases/RELEASE_ID/assets?name=FILE_NAME

def uploadUrl = "https://uploads.github.com/repos/${repo}/releases/tags/${releaseId}/assets?name=${fileName}" as Object
def uploadUrl = "https://uploads.github.com/repos/${repo}/releases/tags/${releaseId}/assets?name=${fileName}"

sh """
curl -L \
Expand Down

0 comments on commit a33fb6f

Please sign in to comment.