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)}; teamCityData.length:${JSON.stringify(teamCityData).length}`);
116
+
if(!teamCityDataFromCache){
117
+
continue;
123
118
}
119
+
120
+
// retry reload, but only once, in case our cache is out of date
121
+
console.log(`[@keymanapp-test-bot] Attempting reload of TeamCity data instead of using cache for ${buildTypeId}:${buildId}`);
console.error(`[@keymanapp-test-bot] Failed to find version information for artifact links; buildData: ${JSON.stringify(buildData)}`);
129
+
console.error(`[@keymanapp-test-bot] After reload, failed to find version information for artifact links for ${buildTypeId}:${buildId}; buildData: ${JSON.stringify(buildData)}`);
126
130
continue;
127
131
}
128
132
}
129
-
if(version){
130
-
console.log(`[@keymanapp-test-bot] Found version data for ${buildTypeId}:${buildId}:${version}`)
131
-
}
133
+
134
+
console.log(`[@keymanapp-test-bot] Found version data for ${buildTypeId}:${buildId}:${version}`)
0 commit comments