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.

Contributed on behalf of STMicroelectronics
  • Loading branch information
sdirix committed Dec 18, 2023
1 parent 1ef4baf commit f571493
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 f571493

Please sign in to comment.