Skip to content

Commit

Permalink
Update Cleanup to also run weekly without changes on master
Browse files Browse the repository at this point in the history
  • Loading branch information
jfaltermeier committed Jun 7, 2023
1 parent 410a519 commit 0543328
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ spec:
container('jnlp') {
script {
uploadInstaller('windows')
copyInstallerAndUpdateLatestYml('windows', 'TheiaBlueprint', 'exe', 'latest.yml', '1.36.0')
copyInstallerAndUpdateLatestYml('windows', 'TheiaBlueprint', 'exe', 'latest.yml', '1.36.0,1.37.0')
}
}
}
Expand Down
1 change: 1 addition & 0 deletions cleanup/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ pipeline {
agent {
label 'windows'
}
triggers { cron('@weekly') }
options {
timeout(time: 1, unit: 'HOURS')
disableConcurrentBuilds()
Expand Down

0 comments on commit 0543328

Please sign in to comment.