Page Properties |
---|
hidden | true |
---|
id | bamboo-plugin |
---|
|
Task Name | Build Commit Log |
---|
Plugin Name | dm-bamboo-delta-plugin-<version>.jar
|
---|
YAML Reference | ??? | Included Componentsmci-build-commit-log
|
---|
Description | Builds a log file containing a list of files that have changed in a given repository since the last successful build |
---|
|
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.
...
Using the Build Commit Log Task in a YAML pipeline
Code Block |
---|
<add here>- mci-build-commit-log:
repository: default
log: build_deltas.txt
description: Calculate project changes |