fabric8io / osio-pipeline

DSL and utility functions in groovy for running Jenkins OSIO Pipeline
13 stars 17 forks source link

Add plugins api to provide plugins configuration #126

Closed piyush-garg closed 5 years ago

piyush-garg commented 5 years ago

This will add an api plugins which can be used to provide configuration related to plugins

Like you can provide

plugins analytics: ["disabled" : true] to disable analytics

Fixes #74

piyush-garg commented 5 years ago

I haven't tested it but lgtm! Are there tests that we can add?

I have tested with 3-4 scenarios all working fine

sthaha commented 5 years ago

@piyush-garg are you going to update the doc as well?

piyush-garg commented 5 years ago

@piyush-garg are going to update the doc as well?

Yes adding that