Skip to content

Commit 2dd820b

Browse files
committed
jenkins instructions
1 parent 608c711 commit 2dd820b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ Each Java project in this directory addresses a specific scenario on App Service
1313
1. Setting up an APM
1414
1. EasyAuth and Tomcat
1515
1. Configuring deployment slots
16-
1. CI/CD with Azure DevOps
16+
1. CI/CD
17+
1. [with Jenkins](cicd-jenkins.md)
18+
1. with Azure DevOps
1719
1. Using the Java Flight Recorder
1820

1921
## Getting Started

cicd-jenkins.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# CI/CD with Jenkins
2+
3+
Deploying to App Service from Jenkins is made easy with the App Service plugin. If you already have a Jenkins server, follow [these instructions](https://docs.microsoft.com/en-us/azure/jenkins/deploy-jenkins-app-service-plugin) to get started with the plugin.
4+
5+
If you do not already have a Jenkins server, you can [create one from the Azure Marketplace](https://docs.microsoft.com/en-us/azure/jenkins/install-jenkins-solution-template). Once your Jenkins server is up and running, follow the previous link to configure the App Service plugin.
6+
7+
## Overview
8+
9+
To use the Jenkins plugin for App Service, you will need to create a service principal (also known as an App Registration) with Contributor rights. The Jenkins plugin will use this principal to authenticate with Azure and deploy your Java app to App Service.

0 commit comments

Comments
 (0)