Configuring Dependency Triggers
Maven Snapshot Dependency Trigger
note
Note, that since Maven deploys artifacts to remote repositories sequentially during a build, not all artifacts may be up-to-date at the moment the snapshot dependency trigger detects first updated artifact. To avoid inconsistency, select corresponding check box when adding this trigger, which will ensure the build won't start while builds producing snapshot dependencies are still running.
note
Simultaneous usage of snapshot dependency and dependency trigger for a build Assume build A depends on build B by both snapshot and trigger dependency. Then after the build B finishes, build A will be added in the queue, only if build B is not a part of build chain containing A.
Maven Artifact Dependency Trigger
Thanks for your feedback!