Skip to content

Commit fbecca1

Browse files
committed
chore: add logging for testbot
1 parent cc050a5 commit fbecca1

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)