|
To trigger a build when another build finishes:
pom.xml file of one of its Jobs. Please see the Notes below.
pom.xml you want Bamboo to base the Plan's build dependencies on. Only Jobs which use a Maven 2 builder are displayed in this field.
Screenshot above: Plan Configuration — Dependencies
pom.xml after the Job's initial build and generate the dependencies.Build dependencies work together with the build strategies of Plans to trigger builds of these Plans. For example, you can set up Plan A to poll its repository for changes as well as configure a build dependency on a parent Plan (Plan B). In such a case, builds of Plan A will be triggered when code changes are detected in its repository as well as when builds of Plan B complete successfully.
|