Table of Contents |
---|
We have two Jenkins environments set up; AWS and Azure
Phase 1 moving over to Azure
. To get access to one of the servers, ask to have your public SSH key installed on the server and use the following configuration in `~/.ssh/config`;
Host hee-build-aws
HostName ec2-52-17-13-23.eu-west-1.compute.amazonaws.com
User ec2-user
ForwardAgent yes
StrictHostKeyChecking yes
Host hee-build-azure
HostName hee-tis-jenkinsmain.westeurope.cloudapp.azure.com
User jenkins
ForwardAgent yes
StrictHostKeyChecking yes
AWS
Azure
Phase 1
Phase 2
...