tcSlackBuildNotifier icon indicating copy to clipboard operation
tcSlackBuildNotifier copied to clipboard

Include commits from snapshot dependecies

Open enricmarques opened this issue 8 years ago • 3 comments

In TeamCity you can specify in a build configuration to show the changes from the snapshot dependencies.

capture

This setting should be taken into account when notifying through Slack.

Current behavior

Currently, the slack notification shows an empty commit list.

Expexted behavior

I have a TeamCity project A that has a snapshort dependency to another TeamCity project B. If there is a new change in the repository of project B, TeamCity will start a build of project B, and if succeeded, then TeamCity will start a build for proejct A.

In this case, when I check the list of changes in TeamCity for the new build of project A, I will see the change of project B.

enricmarques avatar Nov 08 '16 08:11 enricmarques

What exactly should happen if the field is checked and what if it is not checked?

marvin-w avatar Nov 08 '16 08:11 marvin-w

I have a TeamCity project A that has a snapshort dependency to another TeamCity project B. If there is a new change in the repository of project B, TeamCity will start a build of project B, and if succeeded, then TeamCity will start a build for proejct A.

In this case, when I check the list of changes in TeamCity for the new build of project A, I will see the change of project B.

Currently, the slack notification shows an empty commit list.

enricmarques avatar Nov 08 '16 09:11 enricmarques

Hmmmm. I guess the API we are using might be missing the upstream changes

PeteGoo avatar Nov 16 '16 08:11 PeteGoo