Skip to content

Commit

Permalink
Link fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
v-rajagt-zz authored Sep 15, 2021
1 parent 90c1998 commit 7baeda8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pipelines/tasks/utility/jenkins-download-artifacts.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Use this task to download artifacts produced by a Jenkins job.
<tr><td>Download Commits and WorkItems</td><td>(Optional) Enables downloading the commits and workitem details associated with the Jenkins Job</td></tr>
<tr><td>Download commits and workitems from</td><td>(Optional) Optional start build number for downloading commits and work items. If provided, all commits and work items between start build number and build number given as input to download artifacts will be downloaded.</td></tr>
<tr><td>Commit and WorkItem FileName</td><td>(Optional) Optional file name suffix for commits and workitem attachment. Attachment will be created with commits_{suffix}.json and workitem_{suffix}.json. If this input is not provided attachments will be create with the name commits.json and workitems.json</td></tr>
<tr><td>Artifacts are propagated to Azure</td><td>(Optional) Check this if Jenkins artifacts were propagated to Azure. To upload Jenkins artifacts to azure, refer to this <a href="https://wiki.jenkins.io/display/JENKINS/Windows+Azure+Storage+Plugin" data-raw-source="[Jenkins plugin](https://wiki.jenkins.io/display/JENKINS/Windows+Azure+Storage+Plugin)">Jenkins plugin</a></td></tr>
<tr><td>Artifacts are propagated to Azure</td><td>(Optional) Check this if Jenkins artifacts were propagated to Azure. To upload Jenkins artifacts to azure, refer to this <a href="https://plugins.jenkins.io/windows-azure-storage/" data-raw-source="[Jenkins plugin](https://plugins.jenkins.io/windows-azure-storage/)">Jenkins plugin</a></td></tr>
<tr><td>Artifact Provider</td><td>(Required) Choose the external storage provider used in Jenkins job to upload the artifacts.</td></tr>
<tr><td>Azure Subscription</td><td>(Required) Choose the Azure Resource Manager subscription for the artifacts.</td></tr>
<tr><td>Storage Account Name</td><td>(Required) Azure Classic and Resource Manager storage accounts are listed. Select the Storage account name in which the artifacts are propagated.</td></tr>
Expand All @@ -59,4 +59,4 @@ Use this task to download artifacts produced by a Jenkins job.

## Open source

This task is open source [on GitHub](https://github.com/Microsoft/azure-pipelines-tasks). Feedback and contributions are welcome.
This task is open source [on GitHub](https://github.com/Microsoft/azure-pipelines-tasks). Feedback and contributions are welcome.

0 comments on commit 7baeda8

Please sign in to comment.