What is the correct syntax for labels for Jenkins agent nodes?
Asked Answered
C

2

5

I am configuring Linux agent node in Jenkins. What is the correct syntax (separator and escaping) for multiple labels here?

enter image description here

Colorific answered 20/4, 2016 at 10:35 Comment(0)
M
3

English help says clearly what to write in this field. screenshot

Masoretic answered 26/5, 2016 at 16:54 Comment(0)
C
6

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:

enter image description here

Colorific answered 20/4, 2016 at 10:35 Comment(0)
M
3

English help says clearly what to write in this field. screenshot

Masoretic answered 26/5, 2016 at 16:54 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.