I’ve got triggering of Multibranches working using a user API token (from the users config page) and curl. You can’t set job specific tokens on multibranch. e.g. Curl -x POST http://jenkins:8080/test-multibranch/job/master/build -u user:0123456789abcedf0123456789abcdef
From: Rainer Hörbe Sent: 14 August 2017 21:22 To: Jenkins Users Subject: Re: How to setup multibranch project with external triggers I tried this with the python-jenkins library. Same problem. Pripeline jobs builds can be triggered, but multibranch jobs fail. I tried also 2 variants with the API, the buildByToken as anonymous user and the default API path for authenticated uses. -- 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/d9a163a9-0c15-49a3-8a7c-e11eccd238b2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- 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/5992deff.41bd1c0a.1ee7b.82cb%40mx.google.com. For more options, visit https://groups.google.com/d/optout.
