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

          evernat added a comment -

          reproduced using Jenkins 1.549

          evernat added a comment - reproduced using Jenkins 1.549

          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 .

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

              Created:
              Updated:
              Resolved: