Overview
A build completed trigger can be used to trigger a build of a project when a build for another project completes. The trigger may be restricted to only fire for builds of certain build specifications or with certain states. Typical use cases include:
- Triggering a build of a dependent project when a build of a dependency is completed successfully
- A continuous schedule for a specification, which is triggered whenever a build of itself is completed
Configuration
trigger after builds of project
Specifies the project that will cause this trigger to fire. When a suitable build of the selected project completes, this trigger will be fired.
restrict to build specification
If selected, the trigger will only fire after builds of the selected build specification. If no specification is selected the trigger will fire regardless of which specification is built.
restrict to states
If any states are selected, the trigger will only fire when a build completes in one of the selected states. If no states are selected, the trigger will fire regardless of the build status.