Book Image

Learning Continuous Integration with TeamCity

Book Image

Learning Continuous Integration with TeamCity

Overview of this book

Table of Contents (19 chapters)
Learning Continuous Integration with TeamCity
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Build result actions


In Chapter 9, TeamCity for a Member of the Team, we had a look at Actions on build configurations. There are also actions that can be performed on build configuration results, as shown in the following screenshot:

These actions and their use cases are discussed in this section.

Commenting on build results

The Comment… build action is used to allow users to communicate extra information about a particular build to other team members. Depending on the workflow, the comment could be about the changes included in the build, the bugs that are fixed, giving information that the build could be deployed to an environment, and so on.

Clicking on the Comment… link brings up the Add build comment dialog, which is shown in the following screenshot:

Clicking on Save comment adds the comment on the build result. The comment is shown in the build results page and is also available on the build configuration overview page where all the build results are listed, as shown in the following...