I am configuring Linux agent node in Jenkins. What is the correct syntax (separator and escaping) for multiple labels here?
What is the correct syntax for labels for Jenkins agent nodes?
Asked Answered
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:
© 2022 - 2024 — McMap. All rights reserved.