-
Bug
-
Resolution: Fixed
-
Major
-
None
Xml parsing of label on Orchestrator ignores comments and uses the first occurrence as its LabelSet.
Example:
<com.redhat.jenkins.nodesharingfrontend.SharedNode> . . <!-- <label>a b c d</label> --> <label>e f g</label> </com.redhat.jenkins.nodesharingfrontend.SharedNode>
The result is LabelSet of "a b c d" instead of "e f g".