jenkins_agent_labels config mentions it is a:
Comma-separated list of labels to be assigned to the agent in Jenkins
But putting a comma separated list of labels results in a single label being created on the Jenkins node.
I note that putting a space-separated list of labels has the desired effect. e.g. arm64 medium test-label instead of arm64,medium,test-label. I believe the documentation should be updated to reflect this.
jenkins_agent_labels config mentions it is a:
But putting a comma separated list of labels results in a single label being created on the Jenkins node.
I note that putting a space-separated list of labels has the desired effect. e.g.
arm64 medium test-labelinstead ofarm64,medium,test-label. I believe the documentation should be updated to reflect this.