Skip to content

Commit e0adec8

Browse files
committed
Move Jenkins article to Jenkins directory
1 parent 84176ff commit e0adec8

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48936,6 +48936,11 @@
4893648936
"source_path": "articles/aks/jenkins-continuous-deployment.md",
4893748937
"redirect_url": "/azure/jenkins/jenkins-continuous-deployment",
4893848938
"redirect_document_id": false
48939+
},
48940+
{
48941+
"source_path": "articles/storage/common/storage-java-jenkins-continuous-integration-solution.md",
48942+
"redirect_url": "/azure/jenkins/storage-java-jenkins-continuous-integration-solution",
48943+
"redirect_document_id": false
4893948944
}
4894048945
]
4894148946
}

articles/storage/common/storage-java-jenkins-continuous-integration-solution.md renamed to articles/jenkins/storage-java-jenkins-continuous-integration-solution.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
---
22
title: Using Azure Storage with a Jenkins continuous integration solution
33
description: This tutorial shows how to use the Azure blob service as a repository for build artifacts created by a Jenkins continuous integration solution.
4+
keywords: jenkins, azure, devops, storage, cicd
45
ms.topic: article
5-
ms.author: tarcher
6-
7-
author: tarcher
8-
services: devops
9-
ms.service: storage
10-
custom: jenkins
116
ms.date: 08/13/2019
12-
ms.subservice: common
137
---
148

159
# Using Azure Storage with a Jenkins continuous integration solution
@@ -19,11 +13,13 @@ This article illustrates how to use Blob storage as a repository of build artifa
1913
In this tutorial, you will be using the Azure Storage Plugin for Jenkins CI made available by Microsoft.
2014

2115
## Jenkins overview
16+
2217
Jenkins enables continuous integration of a software project by allowing developers to easily integrate their code changes and have builds produced automatically and frequently, thereby increasing the productivity of the developers. Builds are versioned, and build artifacts can be uploaded to various repositories. This article shows how to use Azure blob storage as the repository of the build artifacts. It will also show how to download dependencies from Azure blob storage.
2318

2419
More information about Jenkins can be found at [Meet Jenkins](https://wiki.jenkins-ci.org/display/JENKINS/Meet+Jenkins).
2520

2621
## Benefits of using the Blob service
22+
2723
Benefits of using the Blob service to host your agile development build artifacts include:
2824

2925
* High availability of your build artifacts and/or downloadable dependencies.
@@ -32,6 +28,7 @@ Benefits of using the Blob service to host your agile development build artifact
3228
* Control over user access policies, with a choice between anonymous access, expiration-based shared access signature access, private access, etc.
3329

3430
## Prerequisites
31+
3532
* A Jenkins continuous integration solution.
3633

3734
If you currently don't have a Jenkins CI solution, you can run a Jenkins CI solution using the following technique:
@@ -142,10 +139,6 @@ This section provides an overview of the Blob service components.
142139
If you encounter any bugs with the Jenkins plugins, file an issue in the [Jenkins JIRA](https://issues.jenkins-ci.org/) for the specific component.
143140

144141
## Next steps
145-
* [Meet Jenkins](https://wiki.jenkins-ci.org/display/JENKINS/Meet+Jenkins)
146-
* [Azure Storage SDK for Java](https://github.com/azure/azure-storage-java)
147-
* [Azure Storage Client SDK Reference](https://javadoc.io/doc/com.microsoft.azure/azure-core/0.8.0/index.html)
148-
* [Azure Storage Services REST API](https://msdn.microsoft.com/library/azure/dd179355.aspx)
149-
* [Azure Storage Team Blog](https://blogs.msdn.com/b/windowsazurestorage/)
150142

151-
For more information, visit [Azure for Java developers](/java/azure).
143+
> [!div class="nextstepaction"]
144+
> [Jenkins on Azure](/azure/Jenkins/)

0 commit comments

Comments
 (0)