It would be a nice feature to have the ability to add some text to each parameter separator section which would mean each section could have a section heading.
Code changed in jenkins
User: Michael Chmielewski
Path:
src/main/java/jenkins/plugins/parameter_separator/ParameterSeparatorDefinition.java
src/main/java/jenkins/plugins/parameter_separator/ParameterSeparatorValue.java
src/main/resources/jenkins/plugins/parameter_separator/ParameterSeparatorDefinition/config.jelly
src/main/resources/jenkins/plugins/parameter_separator/ParameterSeparatorDefinition/global.jelly
src/main/resources/jenkins/plugins/parameter_separator/ParameterSeparatorDefinition/index.jelly http://jenkins-ci.org/commit/parameter-separator-plugin/438312e65f6c52c54cf3850be06c7ed058fc2045
Log: JENKINS-23530: First cut at allowing a section header.
SCM/JIRA link daemon
added a comment - Code changed in jenkins
User: Michael Chmielewski
Path:
src/main/java/jenkins/plugins/parameter_separator/ParameterSeparatorDefinition.java
src/main/java/jenkins/plugins/parameter_separator/ParameterSeparatorValue.java
src/main/resources/jenkins/plugins/parameter_separator/ParameterSeparatorDefinition/config.jelly
src/main/resources/jenkins/plugins/parameter_separator/ParameterSeparatorDefinition/global.jelly
src/main/resources/jenkins/plugins/parameter_separator/ParameterSeparatorDefinition/index.jelly
http://jenkins-ci.org/commit/parameter-separator-plugin/438312e65f6c52c54cf3850be06c7ed058fc2045
Log:
JENKINS-23530 : First cut at allowing a section header.
Checked in a first cut of it. Shows up under the <hr /> tag. Allows for custom styling per parameter. Let me know what you think.
Mike Chmielewski
added a comment - Checked in a first cut of it. Shows up under the <hr /> tag. Allows for custom styling per parameter. Let me know what you think.
Code changed in jenkins
User: Michael Chmielewski
Path:
src/main/java/jenkins/plugins/parameter_separator/ParameterSeparatorDefinition.java
src/main/java/jenkins/plugins/parameter_separator/ParameterSeparatorValue.java
src/main/resources/jenkins/plugins/parameter_separator/ParameterSeparatorDefinition/config.jelly
src/main/resources/jenkins/plugins/parameter_separator/ParameterSeparatorDefinition/global.jelly
src/main/resources/jenkins/plugins/parameter_separator/ParameterSeparatorDefinition/index.jelly
http://jenkins-ci.org/commit/parameter-separator-plugin/438312e65f6c52c54cf3850be06c7ed058fc2045
Log:
JENKINS-23530: First cut at allowing a section header.