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

Globbing when specifying a changeset with single quotes does not work

    XMLWordPrintable

Details

    Description

      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.

      Attachments

        Activity

          There are no comments yet on this issue.

          People

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

            Dates

              Created:
              Updated: