I am configuring slave Linux node in Jenkins. What is the correct syntax (separator and escaping) for multiple labels here?
When creating a new slave node, Jenkins allows us to tag a slave node with a label. Labels represent a way of naming one or more slaves. We leverage this labeling system to tie the execution of a job directly to one or more slave nodes.
It will execute the pipeline on Jenkins master node.
A Slave is a Java executable that runs on a remote machine. Following are the characteristics of Jenkins Slaves: It hears requests from the Jenkins Master instance. Slaves can run on a variety of operating systems.
You should separate labels with whitespaces. If a label contains a space you should quote it (single and double quotes are ok): E.g slave 'single quotes' "double quotes" "1970's" '1980\'s'
results in these set of labels:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With