workflow-cps-global-lib-plugin
workflow-cps-global-lib-plugin copied to clipboard
[JENKINS-55787] Switch labels from entry to checkbox
https://issues.jenkins-ci.org/browse/JENKINS-55787
Basically checkboxes should have labels, splitting the labels away from their checkboxes is poor UX, poor accessibility. This change brings the layout more inline with how normal settings UIs lay out checkboxes.
This supersedes #60
@jglick: I've put the field
back on <entry ...>
As of #172 most of the code in this plugin has been moved to another plugin repository so this PR must be closed. If this change is still needed, please
git clone https://github.com/jenkinsci/pipeline-groovy-lib-plugin
cd pipeline-groovy-lib-plugin
git checkout -b JENKINS-55787
git pull https://github.com/jsoref/workflow-cps-global-lib-plugin JENKINS-55787
resolve any merge conflicts, and file a fresh PR on the new repository. Be sure to paste a link to this old PR to enable bidirectional navigation.