-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
0
-
2
-
Problem Definition
When a parent build fails in Bamboo, the child is not triggered
Suggested Solution
Add another option to trigger builds if parent fails
Workaround
- Bamboo Fail Build Trigger Plugin
- Alternatively you can add script task utilizing the REST API to trigger build
curl -H "Content-Type: application/json" -X POST http://host_name/rest/api/latest/queue/<project-plan>?stage&executeAllStages&customRevision
Allow the option to trigger dependent builds if parent fails
-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
0
-
2
-
Problem Definition
When a parent build fails in Bamboo, the child is not triggered
Suggested Solution
Add another option to trigger builds if parent fails
Workaround
- Bamboo Fail Build Trigger Plugin
- Alternatively you can add script task utilizing the REST API to trigger build
curl -H "Content-Type: application/json" -X POST http://host_name/rest/api/latest/queue/<project-plan>?stage&executeAllStages&customRevision