Multibranch pipleline - Can't configure Poll SCM in a pipeline configuration

Hello,
I’m trying to trigger a build that is supposed to run a Jenkinsfile that handles checkout, merge, and then performs some Jira actions.

My problem is that when hovering over the ‘Poll SCM’ checkbox, It’s impossible to check it and shows a ‘No Entry’ sign :no_entry_sign:

Also, there is no Poll SCM on the configuration of the multi-branch pipeline, only for the pipeline within…

Would appreciate some help with that :slight_smile:

Multi-branch pipelines are inherently polling so there is no need to manually specify polling. All you need is for your SCM to notify Jenkins when new commits are pushed to it.

1 Like