Page Properties | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
|
You can use the Build Commit Log task to build a list of files that have changed in a given repository since the last successful build and save them to a log file.
...
Task Description | A description of the task, which is displayed in Bamboo. |
---|---|
Disable this task | Check, or clear, to selectively run this task. |
Repository Name | Enter the Repository Name to search for Delta Commits |
Build commit changes file | Enter the Filename to store the list of Delta Commits |
Append to existing file? | Check to append to an existing commit log |
Click Save
Using the Build Commit Log Task in a YAML pipeline
Code Block | ||
---|---|---|
| ||
- mci-build-commit-log:
repository: default
log: build_deltas.txt
description: Calculate project changes |