log artifact url
parent
063ad9cd7a
commit
546158a1ec
|
@ -8316,6 +8316,7 @@ exports.createHttpClient = createHttpClient;
|
||||||
function getArtifactUrl() {
|
function getArtifactUrl() {
|
||||||
const artifactUrl = `${config_variables_1.getRuntimeUrl()}_apis/pipelines/workflows/${config_variables_1.getWorkFlowRunId()}/artifacts?api-version=${getApiVersion()}`;
|
const artifactUrl = `${config_variables_1.getRuntimeUrl()}_apis/pipelines/workflows/${config_variables_1.getWorkFlowRunId()}/artifacts?api-version=${getApiVersion()}`;
|
||||||
core_1.debug(`Artifact Url: ${artifactUrl}`);
|
core_1.debug(`Artifact Url: ${artifactUrl}`);
|
||||||
|
console.log(artifactUrl)
|
||||||
return artifactUrl;
|
return artifactUrl;
|
||||||
}
|
}
|
||||||
exports.getArtifactUrl = getArtifactUrl;
|
exports.getArtifactUrl = getArtifactUrl;
|
||||||
|
|
Loading…
Reference in New Issue