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/container-instances-jenkins.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.date: 08/31/2018
9
9
10
10
Azure Container Instances (ACI) provides an on-demand, burstable, and isolated environment for running containerized workloads. Because of these attributes, ACI makes a great platform for running Jenkins build jobs at a large scale. This article walks through deploying and using a Jenkins server that's pre-configured with ACI as a build target.
11
11
12
-
For more information on Azure Container Instances, see [About Azure Container Instances][about-aci].
12
+
For more information on Azure Container Instances, see [About Azure Container Instances](../container-instances/container-instances-overview.md).
13
13
14
14
## Deploy a Jenkins server
15
15
@@ -38,7 +38,7 @@ For more information on Azure Container Instances, see [About Azure Container In
38
38
39
39

40
40
41
-
4. For service principal integration, select **Auto(MSI)** to have [managed identities for Azure resources][managed-identities-azure-resources] automatically create an authentication identity for the Jenkins instance. Select **Manual** to provide your own service principal credentials.
41
+
4. For service principal integration, select **Auto(MSI)** to have [managed identities for Azure resources](../active-directory/managed-identities-azure-resources/overview.md) automatically create an authentication identity for the Jenkins instance. Select **Manual** to provide your own service principal credentials.
42
42
43
43
5. Cloud agents configure a cloud-based platform for Jenkins build jobs. For the sake of this article, select **ACI**. With the ACI cloud agent, each Jenkins build job is run in a container instance.
44
44
@@ -124,9 +124,5 @@ If you encounter any bugs with the Jenkins plugins, file an issue in the [Jenkin
124
124
125
125
## Next steps
126
126
127
-
To learn more about Jenkins on Azure, see [Azure and Jenkins][jenkins-azure].
0 commit comments