Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
michelu89 committed May 8, 2024
1 parent c6c50d7 commit b90d66e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ pipeline {
script {
sh "mkdir -p signed_dir"
sh "curl -o signed_dir/aspect-model-editor-v${env.version}-win.exe -F file=@unpack_dir/aspect-model-editor-v${env.version}-win.exe https://cbi.eclipse.org/authenticode/sign"
sh "zip -r aspect-model-editor-v${env.version}-win-signed.zip signed_dir"
}
}
}
Expand All @@ -62,7 +61,7 @@ pipeline {
script {
def repo = "eclipse-esmf/esmf-aspect-model-editor"
def tagName = "v${env.version}"
def fileName = "aspect-model-editor-v${env.version}-win-signed.zip"
def fileName = "signed_dir/aspect-model-editor-v${env.version}-win.exe"
def releaseId = ""

def tagExists = sh(script: """
Expand Down

0 comments on commit b90d66e

Please sign in to comment.