From e6ab1461e4df96fe6d2eff768e47e811ef414407 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 16 Jun 2023 15:05:52 +0200 Subject: [PATCH] Enable SCM polling. --- Jenkinsfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 00d5855..c49cd8c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,6 +7,10 @@ node { pipeline { agent none + triggers { + pollSCM 'H/10 * * * *' + } + options { disableConcurrentBuilds() buildDiscarder(logRotator(numToKeepStr: '14'))