A private & secure Jenkins dev/test environment running in Azure.
This project will feature some Azure ARM templates that deploy a private dev/test environment in Azure. It will feature the following:
- A virtual network
- Two subnets -> 1) Jumpbox DMZ & 2) DevTest
- A Jenkins Master server on the private DevTest subnet
- A Windows Server 2016 VM configured as a "jumpbox" with RDP access.
- Azure plugin for Jenkins to enable Jenkins to create/delete Azure Agent VMs
- Azure plugin for Jenkins to read/write artifacts from Azure Storage.
- Instructions for how to use & configure all of the pieces.
Please see the file named Azure-Jenkins-DevTest-Environment.docx file for instructions on how to set up an Azure Jenkins dev test environment.
#SB