On Saturday, April 29, 2017 at 5:06:32 PM UTC-4, Kaido Kert wrote: > > When i configure a pipeline multibranch build item, there is a Build > Configuration: Mode dropdown in the UI, which frustratingly only offers 1 > option: Jenkinsfile. > I'm guessing there is some plugin or mechanism to get more choices, such > as pasted in script into this dropdown, but how ? >
There is a multibranch defaults plugin which lets you pick a script from managed configuration files to apply regardless of the contents of the repository. CloudBees Jenkins Enterprise includes another option¹ for which there is no direct OSS equivalent that I know of. ¹ https://www.cloudbees.com/blog/new-angle-pipeline-code -- 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/9d12667e-4943-4cbe-9c95-ed670721fe1c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
