Globbing when specifying a changeset with single quotes does not work

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      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.

            Assignee:
            Unassigned
            Reporter:
            Tsvi Mostovicz
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: