Stephen, I'm really interested in the Literate plugin! Like I mentioned to you and Jesse before (through Cloudbees support vis-a-vis my work), it's futile for us unless we can keep devs from creating FreestyleBuilds. IIRC the project types perform a permission check against Item.BUILD, so it seems like we'd need to either:
- Override the project types to also check for a more specialized permission (e.g. FreestyleBuild.BUILD) OR the existing Item.BUILD, for backwards compatibility - Write a custom ACL and override checkPermission to deny permission to the verboten types The first option is a lot more work but reusable. The second option is a good internal hack but has very limited reuse. What do you think? Maybe there's a much better option? ☺ Cheers, Christian On Monday, March 10, 2014 6:44:41 PM UTC-4, Stephen Connolly wrote: > > I think you need to see where I am going and play with it... you'll be > pleasantly surprised... whereas arguing here will not help you see my full > vision > -- 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]. For more options, visit https://groups.google.com/d/optout.
