Add label "docker" to Jenkins node "master"
gmacario opened this issue · 2 comments
gmacario commented
It is a widely use convention of Jenkins pipelines to restrict Docker jobs to run on nodes which have label "docker" defined.
Improve easy-jenkins usability by automatically set this label during initialization of the master node.
gmacario commented
As a temporary workaround you may manually add the label to node "master" with the following procedure:
Jenkins: Manage Jenkins > Manage Nodes > master > Configure
- Labels:
docker
then click Save.