This document records the Jenkins builds set up for synapser dev/staging/validation/release and information about the workers that are used for the builds.
...
The machine name is jenkins-slave-windows-2017-Sep-29
As seen in the AWS console the address is 34.215.128.118
The region is US West (Oregon)
...
- Host jenkins-linux-slave
- user ubuntu
- HostName ec2-52-10-253-155.us-west-2.compute.amazonaws.com
- IdentityFile ~/.ssh/awsit-keypair-west.pem
Mac
Location
Access
ssh
Here is the entry for your ~/.ssh/config
- Host macstadium
- user administrator
- HostName 207.254.40.252
- password is on Belltown /work/platform/PasswordsAndCredentials/AWS-ITCredentials/passwords.txt
From your Mac
- From Finder, choose Go > Connect to server ... on the menu bar
- Enter serve address: vnc://207.254.40.252
- Click Connect. It will prompt you for username and password:
- username: administrator
- password: on Belltown /work/platform/PasswordsAndCredentials/AWS-ITCredentials/passwords.txt
Setup and Configuration
To setup a window slave machine, follow instructions in: Setting up a Windows Jenkins "slave" for R package builds.
...