-
New Feature
-
Resolution: Fixed
-
Major
-
None
Configurations for Jenkins plugins have an attribute "plugin" to enable compatiblity checks with more recent versions.
Right now there is no way to access information on installed plugins and their versions from as DSL command. It might help adding a map containing configuration information to the parameters returned by JobManagement, like it is currently done for environment variables.
I would require to change the getParameters() signatue from Map<String,String> to Map<String,Object>.
The benefit would be that it would enable the DSL to generate configurations for different (possibly incompatible) versions of a plugin depending on the currently installed version or it could fail the build if a job configuration is installed for a plugin that is not yet installed.
- is blocking
-
JENKINS-18251 Add support for "Do not fail build if archiving returns nothing" option of archiveArtifacts publisher
-
- Closed
-