diff --git a/Jenkinsfile b/Jenkinsfile index 9f32a22..fbc9944 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,9 +7,6 @@ pipeline { JAVA_TOOL_OPTIONS = '-Duser.home=/var/maven' } agent any - triggers { - pollSCM "* * * * *" - } options { timestamps() ansiColor("xterm")