Dear folks,

I have a limited resources Jenkins server and a bunch of multi-branch 
pipelines which are poll from GitLab repositories (scripted jenkins 
pipeline ).

Then I've noticed that my Jenkins usually crash by run out of memory when 
someone click on scan multi-branch and its triggers build multiple 
pipelines at the same time.

My desired is only trigger automatically build the pipeline for only new 
added branch.
Right now I have master, hot-fix, release, support, develop and loads of 
features branches.
(The feature branches are frequently added)   

Then I searched for a solution, '*Suppress automatic scm triggering'  *might 
help me. But it will block only the specific branch that we've set in the 
Jenkins's configuration rather than build new whatever added branch (it can 
be feature, support or any custom created branches). I don't want to strict 
the build with a specific branch.

So I came here for find the best approach for this issue. Any suggestions 
are welcomed

Thanks!

-- 
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/ff8a4edb-604c-4bdc-bd13-28b62ed2c44en%40googlegroups.com.

Reply via email to