We have a branch in projectA called CICD. This branch we want to be triggered automatically after the master branch has built. However we do not want user branches of the CICD to be triggered automatically.
Is it possible to avoid configuring a trigger if the branch is not CICD? This is probably not possible, but would be very useful. triggers { upstream 'projectA/master' when { branch 'CICD' } } -- 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 jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/49a6e5dc-1aa4-4f38-864e-4266f33b42dbn%40googlegroups.com.