Skip to content

Commit

Permalink
Fix Metadata Update on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jfaltermeier committed Jul 5, 2023
1 parent 003ab06 commit 022878d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,11 @@ spec:
steps {
unstash 'win'
container('theia-dev') {
script {
signInstaller('exe', 'windows')
updateMetadata('TheiaBlueprint.exe', 'latest.yml', 'windows', 1200)
withCredentials([string(credentialsId: "github-bot-token", variable: 'GITHUB_TOKEN')]) {
script {
signInstaller('exe', 'windows')
updateMetadata('TheiaBlueprint.exe', 'latest.yml', 'windows', 1200)
}
}
}
container('jnlp') {
Expand Down

0 comments on commit 022878d

Please sign in to comment.