-
Type:
Suggestion
-
Resolution: Fixed
-
Component/s: Artifacts, Triggers, User Interface
-
None
Despite the fact that dependent builds and scheduled builds aren't trigged by a code change, Bamboo should keep track of the code changes it received when it runs the update from the version control system.
For example:
1. Bamboo builds FOO-DEF-1 as a clean checkout. No code changes known.
2. Bamboo gets FOO-DEF-2 triggered as a dependent build.
3. Bamboo runs 'cvs up' in FOO-DEF build directory. Output of CVS includes files which are updated. Bamboo should capture this list and show them as code changes, exactly the same as for a code-change-triggered build.
The same is possible for scheduled build. A nightly build should show a list of all changes from the last day.
- relates to
-
BAM-229 Link dependent builds to the build which launched them
- Closed