-
Bug
-
Resolution: Unresolved
-
Minor
-
Jenkins 2.89.2, git-plugin 3.7.0, pipeline-multibranch 2.17
Currently, the multibranch pipeline does not trigger builds if the pipeline is pointed to a Git repo with submodules and one of the submodules changes. This is different from the SCM polling behavior of a single-branch pipeline, which does trigger rebuilds on a change to a submodule. I categorize this as a bug because I would expect the multibranch pipeline to poll for changes in the same way as a single-branch pipeline.