Skip to content

Commit c0445e2

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 ce4fe64 commit c0445e2

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
@@ -97,10 +97,6 @@ String qualify(String radical) {
9797

9898
pipeline {
9999
agent none
100-
triggers {
101-
// Run at least once per week, in case of snapshot updates.
102-
cron '@weekly'
103-
}
104100
parameters {
105101
// choice parameter doesn't have a default, but the first value should be treated as a default, if it wasn't specified manually.
106102
// Make sure tp update axis and settings() when adding new choice parameter.

0 commit comments

Comments
 (0)