gmacario/easy-jenkins

Add label "docker" to Jenkins node "master"

gmacario opened this issue · 2 comments

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.

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.

This can be done using the configuration-as-code plugin.

See #267