Issue Type: New Feature New Feature
Assignee: Justin Ryan
Components: job-dsl-plugin
Created: 13/Jun/13 3:12 PM
Description:

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.

Project: Jenkins
Priority: Major Major
Reporter: Jens Hausherr
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to