You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/jenkins/storage-java-jenkins-continuous-integration-solution.md
+6-13Lines changed: 6 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,9 @@
1
1
---
2
2
title: Using Azure Storage with a Jenkins continuous integration solution
3
3
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
4
5
ms.topic: article
5
-
ms.author: tarcher
6
-
7
-
author: tarcher
8
-
services: devops
9
-
ms.service: storage
10
-
custom: jenkins
11
6
ms.date: 08/13/2019
12
-
ms.subservice: common
13
7
---
14
8
15
9
# 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
19
13
In this tutorial, you will be using the Azure Storage Plugin for Jenkins CI made available by Microsoft.
20
14
21
15
## Jenkins overview
16
+
22
17
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.
23
18
24
19
More information about Jenkins can be found at [Meet Jenkins](https://wiki.jenkins-ci.org/display/JENKINS/Meet+Jenkins).
25
20
26
21
## Benefits of using the Blob service
22
+
27
23
Benefits of using the Blob service to host your agile development build artifacts include:
28
24
29
25
* 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
32
28
* Control over user access policies, with a choice between anonymous access, expiration-based shared access signature access, private access, etc.
33
29
34
30
## Prerequisites
31
+
35
32
* A Jenkins continuous integration solution.
36
33
37
34
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.
142
139
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.
0 commit comments