Table of Contents |
---|
We have two one Jenkins environments set up; AWS and Azure
Phase 1 moving over to Azure
Phase 2 evolution of Azure environment
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