Skip to content

Commit 31fad50

Browse files
authored
Merge pull request #555 from keymanapp/fix/resilience-for-tc-data
chore: add logging for testbot
2 parents d3c7834 + fbecca1 commit 31fad50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/keymanapp-test-bot/artifact-links-comment.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ export async function getArtifactLinksComment(
114114
}
115115
} else if(u.searchParams.has('buildTypeId') || u.pathname.match(/\/buildConfiguration\//)) {
116116
const { buildTypeId, buildId } = getTeamcityUrlParams(u);
117+
console.log(`[@keymanapp-test-bot] Finding TeamCity build data for build ${u.buildTypeId}:${u.buildId}`)
117118

118119
buildData = findBuildData(s, buildTypeId, teamCityData);
119120

0 commit comments

Comments
 (0)