-
New Feature
-
Resolution: Fixed
-
Major
-
None
-
-
1.11.4
It would be great if XXXXX 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 ec2 plugin:
https://github.com/jenkinsci/ec2-plugin/blob/master/src/test/java/hudson/plugins/ec2/ConfigurationAsCodeTest.java
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.
- is related to
-
JENKINS-67723 Programmatically set Timestamper plugin "Enabled for all Pipeline builds" option
- Reopened