diff --git a/Jenkinsfile b/Jenkinsfile index f4824e9..d1c1b87 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,8 @@ pipeline { agent any triggers { - cron('H/2 * * * 1-5') + //cron('H/2 * * * 1-5') + pollSCM('H/2 * * * 1-5') } tools { maven 'Maven3'