We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6cfe2f commit 020f1e7Copy full SHA for 020f1e7
Tasks/JenkinsDownloadArtifacts/jenkinsdownloadartifacts.ts
@@ -26,7 +26,7 @@ function getRequest(url: string, cred: Credential, strictSSL: boolean): Q.Promis
26
defer.resolve(JSON.parse(body));
27
} else {
28
if (res && res.statusCode) {
29
- tl.debug(tl.loc('ServerCallErrorCode', res.statusCode));
+ tl.debug(tl.loc('ServerCallErrorCode', res.statusCode));
30
}
31
if (body) {
32
tl.debug(body);
0 commit comments