Hi folks using jenkins-job-builder, I was just looking around for better additions to the jenkins-job-builder for multibranch workflows (see https://jenkins.io/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/) and stumbled into the following: https://github.com/abnamrocoesd/jenkins-job-builder/commits/master Which seems to have: https://github.com/abnamrocoesd/jenkins-job-builder/commit/26d0c923d1efee1ca28490ed38e43a2360b257d0 That one seems to be what I am looking for in terms of support and I"m wondering if anyone has started to upstream something similar. Basically I'd like to be able to configure jenkins from jjb yaml files to specify that the multi-branch repos and such without having to go through the jenkins UI to do so (for all the known reasons). Anyone else been working on this? (since I would assume I can't be the only one, ha) PS: https://review.openstack.org/#/c/323744/ seems similar but not exactly the same as the above commit. -Josh