Skip to content

Commit 09fab9e

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 0d854f1 commit 09fab9e

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
@@ -31,10 +31,6 @@ def withMavenWorkspace(Closure body) {
3131

3232
pipeline {
3333
agent none
34-
triggers {
35-
// Run at least once per week, in case of snapshot updates.
36-
cron '@weekly'
37-
}
3834
options {
3935
buildDiscarder logRotator(daysToKeepStr: '10', numToKeepStr: '3')
4036
disableConcurrentBuilds(abortPrevious: true)

0 commit comments

Comments
 (0)