Avoid launch pipeline multibranch on create

Hello,

When I create a pipeline multibranch on Jenkins, the pipeline check out the related branch on git and launch the pipeline for each branch.

This behaivor doesnt fit to me becouse I need the ‘check out the related branch’ but I dont want the Jenkins execute the pipeline automatilly.

The point is I need the pipeline Will be executed automatilly when I do push on the brach, on git.

I mean, Jenkins only have yo execute the pipeline when I do push on git( git have a webhook yo Jenkins).

Thanks in advance

I found the solution