Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Page Properties
hiddentrue
idbamboo-plugin

Task Name

Build Commit Log

Plugin Name

dm-bamboo-delta-plugin-<version>.jar

YAML Reference

???

Included Components

mci-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.

...

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

  1. Click Save

    Image Removed

Using the Build Commit Log Task in a YAML pipeline

<add here>
Code Block
languageyaml
- mci-build-commit-log:
    repository: default
    log: build_deltas.txt
    description: Calculate project changes