Accenture / adop-platform-management

Apache License 2.0
60 stars 60 forks source link

Adding loader for groovy additional classes [WIP] #43

Open dsingh07 opened 7 years ago

dsingh07 commented 7 years ago

This platform extension type will enable platform users to extend the Jenkins service by loading in a repository of groovy classes, which will be re-useable in Jenkins jobs into the Job DSL additional classpath, which can then be copied into the job's workspace.

As an example, if we want to introduce more Pluggable SCM classes for various SCM providers.

This PR has a dependency on https://github.com/Accenture/adop-platform-extension-specification/pull/3

dsingh07 commented 7 years ago

Pending actions: