-
Suggestion
-
Resolution: Fixed
-
None
-
None
-
0
-
1
-
I would like it if I could not only trigger additional build plan upon completion of a build, but to have another plan triggered before a build is started. An example would be having a build which wipes and re-images a box with a new database. I have a wipe image repository plan as a child plan of this since the 2 are linked, but I would like to be able to stop and start apache before the plan is being run so someone can't accidentially hit the database or image repository when this build is going on. I currently have to manually stop apache before and restart after. It seems that Bamboo should be able to take care of this. I don't want to run a stopApache plan everytime which triggers the db build -> wipe images -> start apache. I would like to have the database build as the one that is clicked. Also, conditionals for plans to execute when a build fails would be useful.