Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-16734

Whitespace in label expression is not getting ignored

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • core
    • None
    • 2.313

      Despite what the online help says, the parser is NOT ignoring whitespace.

      Proof: When I type "x86 && vc6 && winsdk" the GUI says, there is no slave fulfilling this expression. But when I replace it with "x86&&vc6&&winsdk", then the message goes away.

      Proof: When typing "x86->x64" the GUI says the expression is wrong. When I type "x86 -> x64" the message goes away.

          [JENKINS-16734] Whitespace in label expression is not getting ignored

          Markus KARG created issue -
          evernat made changes -
          Link New: This issue is related to JENKINS-16728 [ JENKINS-16728 ]

          evernat added a comment -

          reproduced using Jenkins 1.549

          evernat added a comment - reproduced using Jenkins 1.549
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 147559 ] New: JNJira + In-Review [ 176939 ]
          Wadeck Follonier made changes -
          Assignee New: Wadeck Follonier [ wfollonier ]
          Wadeck Follonier made changes -
          Status Original: Open [ 1 ] New: In Progress [ 3 ]
          Wadeck Follonier made changes -
          Status Original: In Progress [ 3 ] New: In Review [ 10005 ]
          Wadeck Follonier made changes -
          Remote Link New: This issue links to "#5722 in core (Web Link)" [ 26915 ]

          AFAICT The first part around && was corrected by KK long time ago, the second part around implies relationship (->) is corrected with https://github.com/jenkinsci/jenkins/pull/5722.

          Wadeck Follonier added a comment - AFAICT The first part around && was corrected by KK long time ago, the second part around implies relationship (->) is corrected with https://github.com/jenkinsci/jenkins/pull/5722 .
          Wadeck Follonier made changes -
          Released As New: 2.313
          Resolution New: Fixed [ 1 ]
          Status Original: In Review [ 10005 ] New: Fixed but Unreleased [ 10203 ]

            wfollonier Wadeck Follonier
            mkarg Markus KARG
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: