If your Jenkinsfile is in the same repo, using declarative pipeline you can 
have triggers in the pipeline to do this:

pipeline {
 triggers {
        pollSCM('*/5 * * * *')
 }
...
}

It works for me using subversion.

Bill

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/d2c1e7db-e1f7-441d-a3f0-4403bb3875a9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to