Skip to content

Commit

Permalink
fix: windows deployment
Browse files Browse the repository at this point in the history
The Jenkinsfile expects the version number of the previous release(s)
in the Windows script, not the current one. This version number is
used to indicate which of the old Windows versions can be updated to
the current one. This is now fixed, re-enabling the Windows update
mechanism.
  • Loading branch information
sdirix authored Dec 18, 2023
1 parent 1ef4baf commit 3dcf36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ spec:
container('jnlp') {
script {
uploadInstaller('windows')
copyInstallerAndUpdateLatestYml('windows', 'CDTCloudBlueprint', 'exe', 'latest.yml', '1.43.1')
copyInstallerAndUpdateLatestYml('windows', 'CDTCloudBlueprint', 'exe', 'latest.yml', '1.40.1')
}
}
}
Expand Down

0 comments on commit 3dcf36a

Please sign in to comment.