Enable SCM polling.

This commit is contained in:
Mark Paluch
2023-06-16 15:05:52 +02:00
parent 6c03f247e8
commit e6ab1461e4

4
Jenkinsfile vendored
View File

@@ -7,6 +7,10 @@ node {
pipeline {
agent none
triggers {
pollSCM 'H/10 * * * *'
}
options {
disableConcurrentBuilds()
buildDiscarder(logRotator(numToKeepStr: '14'))