-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
Latest Jenkins and Pipeline plugins
I have multiple Maven projects, all configured with Jenkinsfiles and activated via multi-branch pipelines.
Each Maven project uses 'withMaven' steps to deploy the Maven artifacts.
Each Jenkins (multi-branch) configuration specifies 'Build whenever a SNAPSHOT dep ...'
This should, according to the documentation, result in projects being triggered when their respective dependencies are rebuilt.
It doesn't. Nada.