Jenkins environment

We have one Jenkins environments set up; Azure. To get access to one of the server, ask to have your public SSH key installed on the server and use the following configuration in `~/.ssh/config`;

Host hee-build-azure
 HostName hee-tis-jenkinsmain.westeurope.cloudapp.azure.com
User jenkins
ForwardAgent yes
StrictHostKeyChecking yes

Azure

Phase 1


Phase 2