In this labs you will implement an example of continuous build and deployment of containerized Java Web applications using Linux, Maven, Tomcat, Jenkins, Docker and Eclipse on Azure; this is a classic DevOps scenario and here you will learn how to build a DevOps lifecycle from scratch.
Before you begin this hands on lab, you need to make sure you have: An Azure account.
If you don't have one already, you can create a free Azure account today.
-
Creating and configuring a Jenkins server in Azure
- Overview
- Objectives
- Requirements
- Creating a VM in Azure running Jenkins
- Configuring VM's Network Interface
- Unlock Jenkins
- Setting up Communication between Jenkins and Docker
- Setting up Jenkins
- Install pluggins
- Maven Configuration
- Overview
-
Setting up an automated Build and Deploy in Jenkins server in Azure
- Overview
- Objectives
- Requirements
- Creating a Build project
- Creating a Deployment project
- Running the project
- Overview