Skip to content

Commit 905e282

Browse files
committed
jenkins
1 parent c4db3ff commit 905e282

File tree

5 files changed

+9
-15
lines changed

5 files changed

+9
-15
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48931,6 +48931,11 @@
4893148931
"source_path": "articles/container-instances/container-instances-jenkins.md",
4893248932
"redirect_url": "/azure/jenkins/container-instances-jenkins",
4893348933
"redirect_document_id": false
48934+
},
48935+
{
48936+
"source_path": "articles/aks/jenkins-continuous-deployment.md",
48937+
"redirect_url": "/azure/jenkins/jenkins-continuous-deployment",
48938+
"redirect_document_id": false
4893448939
}
4893548940
]
4893648941
}

articles/jenkins/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ landingContent:
6666
- linkListType: tutorial
6767
links:
6868
- text: Deploy from GitHub to AKS
69-
url: /azure/aks/jenkins-continuous-deployment?toc=/azure/jenkinstoc.json&bc=/azure/bread/toc.json
69+
url: jenkins-continuous-deployment.md
7070
- text: Deploy to AKS using blue/green pattern
7171
url: jenkins-aks-blue-green-deployment.md
7272
- text: Deploy using the Azure Dev Spaces plug-in
File renamed without changes.

articles/jenkins/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
- name: AKS
3232
items:
3333
- name: CI/CD to Kubernetes
34-
href: /azure/aks/jenkins-continuous-deployment
34+
href: jenkins-continuous-deployment.md
3535
maintainContext: true
3636
- name: Deploy to AKS using blue/green pattern
3737
href: jenkins-aks-blue-green-deployment.md

articles/jenkins/tutorial-jenkins-dev-spaces.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -404,16 +404,5 @@ az group delete -y --no-wait -n MyResourceGroup
404404

405405
## Next steps
406406

407-
In this article, you learned how to use the Azure Dev Spaces plug-in for Jenkins and the Azure Container Registry plug-in to build code and deploy to a dev space.
408-
409-
The following list of resources provides more information on Azure Dev Spaces, ACR Tasks, and CI/CD with Jenkins.
410-
411-
Azure Dev Spaces:
412-
* [How Azure Dev Spaces works and is configured](https://docs.microsoft.com/azure/dev-spaces/how-dev-spaces-works)
413-
414-
ACR Tasks:
415-
* [Automate OS and framework patching with ACR Tasks](https://docs.microsoft.com/azure/container-registry/container-registry-tasks-overview)
416-
* [Automatic build on code commit](https://docs.microsoft.com/azure/container-registry/container-registry-tasks-overview)
417-
418-
CI/CD with Jenkins on Azure:
419-
* [Jenkins continuous deployment](https://docs.microsoft.com/azure/aks/jenkins-continuous-deployment)
407+
> [!div class="nextstepaction"]
408+
> [CI/CD with Jenkins on Azure](jenkins-continuous-deployment.md)

0 commit comments

Comments
 (0)