Skip to content

Commit ed11ef9

Browse files
committed
Do not run dependency update job on cron
since we do not publish ORM snapshots anymore for this branch there is nothing to rebuild... Job can still be triggered manually
1 parent 4c3e6d2 commit ed11ef9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ci/dependency-update/Jenkinsfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ String qualify(String radical) {
6565

6666
pipeline {
6767
agent none
68-
triggers {
69-
// Run at least once per week, in case of snapshot updates.
70-
cron '@weekly'
71-
}
7268
parameters {
7369
// choice parameter doesn't have a default, but the first value should be treated as a default, if it wasn't specified manually.
7470
// Make sure tp update axis and settings() when adding new choice parameter.

0 commit comments

Comments
 (0)