diff --git a/Jenkinsfile-container b/Jenkinsfile-container index 161c44a..201fe06 100644 --- a/Jenkinsfile-container +++ b/Jenkinsfile-container @@ -1,6 +1,10 @@ pipeline { agent none + triggers { + pollSCM 'H/10 * * * *' + } + options { disableConcurrentBuilds() buildDiscarder(logRotator(numToKeepStr: '14'))