We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a986fdc commit 374f44bCopy full SHA for 374f44b
Jenkinsfile
@@ -1,9 +1,6 @@
1
properties([
2
buildDiscarder(logRotator(daysToKeepStr: '14')),
3
disableConcurrentBuilds(),
4
- pipelineTriggers([
5
- cron('H H * * *'),
6
- ]),
7
])
8
9
node {
0 commit comments