Skip to content

Commit

Permalink
Merge pull request MicrosoftDocs#3714 from v-rajagt/RoopeshNair-sep13
Browse files Browse the repository at this point in the history
Link fixed.
  • Loading branch information
v-andreaco authored Sep 17, 2021
2 parents 88a14ef + 7baeda8 commit 86677e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/pipelines/release/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ Select this option if you want to display the deployment status on an external w

**Report deployment status to Jira**

Select this option if you want to link your release pipeline to Jira issues. You must install [Azure Pipelines for Jira](https://marketplace.atlassian.com/apps/1220515/azure-pipelines-for-jira?hosting=cloud&tab=overview) and connect your Azure DevOps organization with your Jira account. Check out the [Jira integration](https://github.com/microsoft/azure-pipelines-jira/blob/master/tutorial.md) tutorial for more details.
Select this option if you want to link your release pipeline to Jira issues. You must install [Azure Pipelines for Jira](https://marketplace.atlassian.com/apps/1220515/azure-pipelines-for-jira?hosting=cloud&tab=overview) and connect your Azure DevOps organization with your Jira account. Check out the [Jira integration](https://devblogs.microsoft.com/devops/azure-pipelines-integration-with-jira-software/) tutorial for more details.

<a name="editrelease"></a>

Expand Down
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 86677e0

Please sign in to comment.