-
Improvement
-
Resolution: Fixed
-
Minor
-
Jenkins ver. 1.583, Label linked jobs 2.0.4
Add a section in the Label dashboard that shows all jobs without label.
I used NotePad++ -> Find in Files (on Jenkins jobs) with regular expression:
</scm>\W^(?!.assignedNode).$
which found the jobs that do not have the 'Restrict where this project can be run' checkbox set.
Can this functionality be added?