Removed people notification from report

This commit is contained in:
Elena Lepilkina
2019-04-19 13:36:13 +03:00
parent 528820db61
commit f8f44533a4
@@ -121,7 +121,7 @@ open class RegressionsReporter : DefaultTask() {
val changesList = getCommits("id:$buildId", user, password)
val changesInfo = "*Changes* in branch *$branch:*\n" + buildString {
changesList.commits.forEach {
append(" - Change ${it.revision} by <@${it.developer}> (details: ${it.webUrlWithDescription})\n")
append(" - Change ${it.revision} by ${it.developer} (details: ${it.webUrlWithDescription})\n")
}
}