bndr / gojenkins

Jenkins API Client in Go. Looking for maintainers to move this project forward.
Apache License 2.0
863 stars 443 forks source link

How I create a simple Multibranch pipeline item? #257

Open zaalgol opened 2 years ago

zaalgol commented 2 years ago

I need to create a new Multibranch pipeline item. How to do it?

There is no reference in the API to Multibranch pipeline option.

Thanks

limeiyang commented 2 years ago

I also want to know how to create a new Multibranch pipeline item. Did you solve it ?

Thanks

zaalgol commented 1 year ago

I created manually. downloaded as a xml (or json), and every time I need, I create a request with the downloaded file (beside the needed changes for the specific pipeline)