You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.error(`[@keymanapp-test-bot] Failed to find version information for artifact links for ${buildTypeId}:${buildId}; buildData: ${JSON.stringify(buildData)}`);
123
+
console.error(`[@keymanapp-test-bot] getArtifactLinksComment: Failed to find version information for artifact links for ${buildTypeId}:${buildId}; buildData: ${JSON.stringify(buildData)}`);
120
124
if(!teamCityDataFromCache){
121
125
continue;
122
126
}
@@ -130,12 +134,12 @@ export async function getArtifactLinksComment(
console.error(`[@keymanapp-test-bot] After reload, failed to find version information for artifact links for ${buildTypeId}:${buildId}; buildData: ${JSON.stringify(buildData)}`);
137
+
console.error(`[@keymanapp-test-bot] getArtifactLinksComment: After reload, failed to find version information for artifact links for ${buildTypeId}:${buildId}; buildData: ${JSON.stringify(buildData)}`);
134
138
continue;
135
139
}
136
140
}
137
141
138
-
console.log(`[@keymanapp-test-bot] Found version data for ${buildTypeId}:${buildId}:${version_with_tag}`)
142
+
console.log(`[@keymanapp-test-bot] getArtifactLinksComment: Found version data for ${buildTypeId}:${buildId}:${version_with_tag}`)
0 commit comments