Skip to content

Commit 374f44b

Browse files
committed
Drop periodic pipelineTriggers from Jenkinsfile
The parent "multi-branch pipeline" already does SCM polling, so this is simply unnecessary.
1 parent a986fdc commit 374f44b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Jenkinsfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
properties([
22
buildDiscarder(logRotator(daysToKeepStr: '14')),
33
disableConcurrentBuilds(),
4-
pipelineTriggers([
5-
cron('H H * * *'),
6-
]),
74
])
85

96
node {

0 commit comments

Comments
 (0)