From 90c1998b3c1acca6e5ab97a139e9bfb08eac918c Mon Sep 17 00:00:00 2001 From: v-rajagt <31903563+v-rajagt@users.noreply.github.com> Date: Thu, 16 Sep 2021 01:47:49 +0530 Subject: [PATCH 1/2] link fixed. --- docs/pipelines/release/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pipelines/release/index.md b/docs/pipelines/release/index.md index 77e0c719da5..84f803ef1f9 100644 --- a/docs/pipelines/release/index.md +++ b/docs/pipelines/release/index.md @@ -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. From 7baeda8b292b505aaafb5c4b592348ad2a7b2457 Mon Sep 17 00:00:00 2001 From: v-rajagt <31903563+v-rajagt@users.noreply.github.com> Date: Thu, 16 Sep 2021 01:49:32 +0530 Subject: [PATCH 2/2] Link fixed. --- docs/pipelines/tasks/utility/jenkins-download-artifacts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pipelines/tasks/utility/jenkins-download-artifacts.md b/docs/pipelines/tasks/utility/jenkins-download-artifacts.md index a0184235ebd..e49c9092c38 100644 --- a/docs/pipelines/tasks/utility/jenkins-download-artifacts.md +++ b/docs/pipelines/tasks/utility/jenkins-download-artifacts.md @@ -43,7 +43,7 @@ Use this task to download artifacts produced by a Jenkins job. Download Commits and WorkItems(Optional) Enables downloading the commits and workitem details associated with the Jenkins Job Download commits and workitems from(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. Commit and WorkItem FileName(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 -Artifacts are propagated to Azure(Optional) Check this if Jenkins artifacts were propagated to Azure. To upload Jenkins artifacts to azure, refer to this Jenkins plugin +Artifacts are propagated to Azure(Optional) Check this if Jenkins artifacts were propagated to Azure. To upload Jenkins artifacts to azure, refer to this Jenkins plugin Artifact Provider(Required) Choose the external storage provider used in Jenkins job to upload the artifacts. Azure Subscription(Required) Choose the Azure Resource Manager subscription for the artifacts. Storage Account Name(Required) Azure Classic and Resource Manager storage accounts are listed. Select the Storage account name in which the artifacts are propagated. @@ -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. \ No newline at end of file +This task is open source [on GitHub](https://github.com/Microsoft/azure-pipelines-tasks). Feedback and contributions are welcome.