Details
-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Minor
-
Resolution: Unresolved
-
Component/s: pipeline-model-definition-plugin
-
Labels:None
-
Environment:java.version 1.8.0_252
Jenkins 2.235.1
-
Similar Issues:
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.