Skip to content
Fraser Harris edited this page Mar 5, 2015 · 10 revisions

============================== Dashboard Access

URL: http://jenkins.secondfunnel.com/jenkins/ Default username: user Default passowrd: willet password

SSH Access

  1. Locate the private key file in Dropbox: /Willet/keys/willet-generic.pem
  2. Get the Jenkins Public DNS from in the AWS Console under EC2 Dashboard / Instances (ex: ec2-54-244-82-178.us-west-2.compute.amazonaws.com)
  3. SSH using username tomcat, example console command: ssh -i willet-generic.pem tomcat@ec2-54-244-82-178.us-west-2.compute.amazonaws.com Note: key must not be publicly viewable for SSH to work. Use this command if needed: chmod 400 willet-generic.pem

Clone this wiki locally