configuration-as-code-plugin
configuration-as-code-plugin copied to clipboard
Jenkins Configuration as Code Plugin
jenkins core 2.231 removed jsr305 which broke JCasC, as a quick fix we've added the dependency in jcasc (https://github.com/jenkinsci/configuration-as-code-plugin/pull/1359) but we should really remove it. _Note: ensure testing is done...
### Feature Request Make `ConfigurationAsCode` management link extensible. Add the ability to: * Extend/Override the behaviour of existent actions * Add new actions * Hide the _"Replace configuration source with"_...
### Your checklist for this issue 🚨 Please review the [guidelines for contributing](../blob/master/docs/CONTRIBUTING.md) to this repository. - [x] Jenkins version: 2.204.2 - [x] Plugin version: Configuration as Code: 1.35 UpdateSites...
### Feature Request I'm in the process of migrating our Jenkins installation to use Configuration as Code. We have some prior work in the form of a repo that uses...
This feature provides a solution to allow users to upgrade their Jenkins Configuration-as-Code config file. After discussions in [HOSTING-875](https://issues.jenkins-ci.org/projects/HOSTING/issues/HOSTING-875), this feature will put into the core plugin. ### Your checklist...
Jenkins core has an engine for defining system properties on the flight (SystemProperties in the code or just non-final static fields). It would be great to support such engine in...
I would expect with a yaml: ``` jenkins: systemMessages: "Jenkins configured automatically by Jenkins Configuration as Code Plugin\n\n" ``` I'll get a warning from dryrun saying the file is not...
we now support folder as a configuration source, what I'm missing is git repository + branch as a location. it would allow e.g. multiple teams to share common configuration and...
### Your checklist for this issue 🚨 Please review the [guidelines for contributing](../blob/master/docs/CONTRIBUTING.md) to this repository. - [x] Link to any upstream changes that might be required (for example Jenkins...
From live data model we can generate JSON schema, but we could as well generate IDE-specific grammar files to make yaml edition easier with auto-completion error detection. - [ ]...