vsphere-cloud-plugin PRs awaiting review

2017-06-27 Thread Jordan Coll
Hey, vsphere-cloud-plugin has quite a few PRs that haven't been reviewed for some months. Many of them are fairly trivial. Any chance someone could take a look at them? Thanks, Jordan -- You received this message because you are subscribed

Re: Ownership plugin - automatically assigning ownership in multibranch projects

2017-03-27 Thread Jordan Coll
I said before in IRC, Ownership plugin offers extension points like > OwnershipHelperLocator and ItemOwnershipPolicy, which allow customizing > the management flow. Probably you do not even need BranchProperty to > implement the feature you want. > > Hopefully it helps, > Oleg >

Ownership plugin - automatically assigning ownership in multibranch projects

2017-03-24 Thread Jordan Coll
Hey, I'm trying to provide a way to control automatic assignment of job ownership and/or item specific security for branch jobs in MultiBranchProjects. At first I thought I could allow this by applying a JobOwnerJobProperty in a Pipeline `properties` step. But, if I understand correctly, this