-
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
-
[JENKINS-62445] Add and check JCasC compatibility for timestamper plugin
Description |
Original:
It would be great if XXXXX was compatible with [Jenkins Configuration as Code|https://github.com/jenkinsci/configuration-as-code-plugin]. 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. |
New:
It would be great if XXXXX was compatible with [Jenkins Configuration as Code|https://github.com/jenkinsci/configuration-as-code-plugin]. 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. |
Assignee | New: Basil Crow [ basil ] | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Fixed but Unreleased [ 10203 ] |
Released As | New: 1.11.4 | |
Status | Original: Fixed but Unreleased [ 10203 ] | New: Resolved [ 5 ] |
Link | New: This issue is related to JENKINS-67723 [ JENKINS-67723 ] |
I tried to visit that link, but it yields a 404 error.