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

Globbing when specifying a changeset with single quotes does not work

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • java.version 1.8.0_252
      Jenkins 2.235.1

      Not sure this is the correct component.

      When using the following directive in the declarative format:

      {{when

      { changeset 'foo/*' }

      }}

      the stage code will not be triggered although a change was done to a file within the foo directory. Changing the single-quote to a double-quote as follows:

      {{when

      { changeset "foo/*" }

      }}

      will trigger the stage.

       

      This seems quite unnatural.

            Unassigned Unassigned
            tsvi Tsvi Mostovicz
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: