Skip to content

Commit b4bc63e

Browse files
authored
Merge pull request #88907 from TomArcherMsft/jenkins-new-landing-page-design
Jenkins - Implement new landing page design
2 parents 8673357 + a004b78 commit b4bc63e

File tree

1 file changed

+116
-61
lines changed

1 file changed

+116
-61
lines changed

articles/jenkins/index.yml

Lines changed: 116 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,119 @@
1-
### YamlMime:YamlDocument
2-
documentType: LandingData
3-
title: Jenkins on Azure
1+
### YamlMime:Landing
2+
3+
title: Jenkins on Azure documentation
4+
summary: Learn how to use Jenkins to automate continuous integration and continuous delivery on Azure.
5+
46
metadata:
5-
title: Jenkins on Azure Documentation - Tutorials, samples, reference, and resources
6-
description: Deploy and integrate Jenkins with Azure
7+
title: Jenkins on Azure documentation
8+
description: Learn how to use Jenkins to automate continuous integration and continuous delivery on Azure.
9+
services: azure
710
ms.service: jenkins
8-
keywords: jenkins, azure, devops, tutorials, samples, reference
9-
author: tomarchermsft
10-
manager: jeconnoc
11-
ms.author: tarcher
1211
ms.topic: landing-page
13-
ms.date: 08/27/2018
14-
ms.custom: seo-java-july2019
15-
abstract:
16-
description: Use the open-source Jenkins server to build your apps in the cloud and deploy them to Azure. Learn how to install, configure, and scale Jenkins on Azure and set up continuous integration (CI) for your apps with our quickstarts, tutorials, and sample pipelines.
17-
aside:
18-
image:
19-
alt: Jenkins logo
20-
height: 133
21-
width: 110
22-
src: media/Jenkins.png
23-
title:
24-
sections:
25-
- title: 5-Minute Quickstarts
26-
items:
27-
- type: paragraph
28-
text: Create a Jenkins system in Azure and build an app.
29-
- type: list
30-
style: icon48
31-
items:
32-
- image:
33-
src: https://docs.microsoft.com/azure/virtual-machines/linux/media/index/portal.svg
34-
text: Azure Portal
35-
href: https://docs.microsoft.com/azure/jenkins/install-jenkins-solution-template
36-
- title: Step-by-Step Tutorials
37-
items:
38-
- type: paragraph
39-
text: Set up continuous integration for your apps, run agents in the cloud, and use Azure services in your jobs.
40-
- type: list
41-
style: ordered
42-
items:
43-
- html: Set up CI to <a href="/azure/jenkins/java-deploy-webapp-tutorial">Azure App Service</a>, <a href="/azure/container-service/kubernetes/container-service-kubernetes-jenkins">Kubernetes</a>, or a <a href="/azure/virtual-machines/linux/tutorial-jenkins-github-docker-cicd">Linux VM</a>.
44-
- html: <a href="/azure/jenkins/execute-cli-jenkins-pipeline">Provision resources in a pipeline job.</a>.
45-
- html: <a href="/azure/jenkins/jenkins-azure-vm-agents">Scale with Azure VM agents</a>.
46-
- title: Samples
47-
items:
48-
- type: paragraph
49-
text: Sample scripts and stages for your pipelines.
50-
- type: list
51-
style: unordered
52-
className: spaced noBullet
53-
items:
54-
- html: <a href="https://github.com/Azure/azure-devops-utils/tree/master/jenkins">Jenkinsfile stages and snippets</a>
55-
- title: Reference
56-
items:
57-
- type: list
58-
style: cards
59-
className: cardsD
60-
items:
61-
- title: Plugins
62-
html: <p><a href="https://plugins.jenkins.io/azure-vm-agents">Azure VM Agents</a><p><a href="https://plugins.jenkins.io/azure-app-service">Azure App Service</a></p><p><a href="https://plugins.jenkins.io/windows-azure-storage">Azure Storage</a></p><p><a href="https://plugins.jenkins.io/azure-container-agents">Azure Container Agents</a><p><a href="https://plugins.jenkins.io/azure-function">Azure Function plugin</a><p><a href="https://plugins.jenkins.io/azure-acs">Azure Container Service plugin</a>
63-
- type: paragraph
64-
text: <h4>Jenkins® is a registered trademark of Software in the Public Interest, Inc. The [Jenkins® logo](https://wiki.jenkins.io/display/JENKINS/Logo) is licensed under [CC BY SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/) from the [Jenkins project](https://jenkins.io).</h4>
12+
author: TomArcherMsft
13+
ms.author: tarcher
14+
ms.date: 09/17/2019
15+
16+
landingContent:
17+
# Card
18+
- title: About Jenkins on Azure
19+
linkLists:
20+
- linkListType: overview
21+
links:
22+
- text: About Jenkins on Azure
23+
url: overview.md
24+
- linkListType: reference
25+
links:
26+
- text: Jenkins Plugins for Azure
27+
url: jenkins-plugins.md
28+
- linkListType: architecture
29+
links:
30+
- text: Jenkins architecture
31+
url: /azure/architecture/reference-architectures/jenkins/
32+
33+
# Card
34+
- title: Install and configure Jenkins
35+
linkLists:
36+
- linkListType: quickstart
37+
links:
38+
- text: Create a Jenkins server
39+
url: install-jenkins-solution-template.md
40+
- linkListType: download
41+
links:
42+
- text: Sample jobs and scripts
43+
url: https://github.com/azure/jenkins
44+
45+
# Card
46+
- title: Scale using Jenkins and Azure
47+
linkLists:
48+
- linkListType: tutorial
49+
links:
50+
- text: Scale with Azure Container Instances
51+
url: /azure/container-instances/container-instances-jenkins?toc=/azure/jenkinstoc.json&bc=/azure/bread/toc.json
52+
- text: Scale with Azure VM agents
53+
url: jenkins-azure-vm-agents.md
54+
55+
# Card
56+
- title: CI/CD to Azure Functions
57+
linkLists:
58+
- linkListType: tutorial
59+
links:
60+
- text: Deploy to Azure Functions
61+
url: jenkins-azure-functions-deploy.md
62+
63+
# Card
64+
- title: CI/CD to AKS
65+
linkLists:
66+
- linkListType: tutorial
67+
links:
68+
- text: Deploy from GitHub to AKS
69+
url: /azure/aks/jenkins-continuous-deployment?toc=/azure/jenkinstoc.json&bc=/azure/bread/toc.json
70+
- text: Deploy to AKS using blue/green pattern
71+
url: jenkins-aks-blue-green-deployment.md
72+
- text: Deploy using the Azure Dev Spaces plug-in
73+
url: tutorial-jenkins-dev-spaces.md
74+
75+
# Card
76+
- title: CI/CD to App Service
77+
linkLists:
78+
- linkListType: tutorial
79+
links:
80+
- text: Create Azure resources in a pipeline job
81+
url: execute-cli-jenkins-pipeline.md
82+
- text: Deploy from GitHub to App Service
83+
url: tutorial-jenkins-deploy-web-app-azure-app-service.md
84+
- linkListType: how-to-guide
85+
links:
86+
- text: Deploy using the App Service plugin
87+
url: deploy-jenkins-app-service-plugin.md
88+
89+
# Card
90+
- title: CI/CD to Azure DevOps
91+
linkLists:
92+
- linkListType: tutorial
93+
links:
94+
- text: Deploy to a Linux VM using Azure DevOps Services
95+
url: /azure/virtual-machines/linux/tutorial-build-deploy-jenkins?toc=/azure/jenkinstoc.json&bc=/azure/bread/toc.json
96+
97+
# Card
98+
- title: CI/CD to Azure Storage
99+
linkLists:
100+
- linkListType: tutorial
101+
links:
102+
- text: Using Azure Storage with a Jenkins C/I solution
103+
url: /azure/storage/storage-java-jenkins-continuous-integration-solution?toc=/azure/jenkinstoc.json&bc=/azure/bread/toc.json
104+
105+
# Card
106+
- title: CI/CD to Linux VMs
107+
linkLists:
108+
- linkListType: tutorial
109+
links:
110+
- text: Create a dev infrastructure on a Linux VM
111+
url: /azure/virtual-machines/linux/tutorial-jenkins-github-docker-cicd?toc=/azure/jenkinstoc.json&bc=/azure/bread/toc.json
112+
113+
# Card
114+
- title: CI/CD to Service Fabric
115+
linkLists:
116+
- linkListType: tutorial
117+
links:
118+
- text: Build and deploy an Azure Service Fabric app
119+
url: /azure/service-fabric/service-fabric-cicd-your-linux-applications-with-jenkins?toc=/azure/jenkinstoc.json&bc=/azure/bread/toc.json

0 commit comments

Comments
 (0)