-
New Feature
-
Resolution: Fixed
-
Major
-
None
-
-
2.72
It would be great if email-ext was compatible with Jenkins Configuration as Code.
This way the plugin could be configured at Jenkins startup with a single yaml file.
There is already a bunch of PRs filed on other plugins doing the same, for example how it was done for kubernetes plugin:
https://github.com/cloudbees/kube-agent-management-plugin/pull/128/files
Basically the purpose is:
- Review CasC support, and implement it if not already in place.
- Review symbols and YAML format so that it's "nice". Example: avoid the unclassified group.
- Create automated tests to validate the support.
Thank you.
I started to look into this at one point and thought it would be good to switch to using the credentials plugin before working on JCasC support. That is still currently my plan.