-
Bug
-
Resolution: Unresolved
-
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.