tcSlackBuildNotifier
tcSlackBuildNotifier copied to clipboard
Include commits from snapshot dependecies
In TeamCity you can specify in a build configuration to show the changes from the snapshot dependencies.
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.
What exactly should happen if the field is checked and what if it is not checked?
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.
Hmmmm. I guess the API we are using might be missing the upstream changes