scala / scala-jenkins-infra

A Chef cookbook that manages Scala's CI infrastructure.
https://scala-ci.typesafe.com
Apache License 2.0
14 stars 17 forks source link

update instructions for ssh'ing to jenkins-worker-windows-publish #226

Closed SethTisue closed 7 years ago

SethTisue commented 7 years ago

the information in doc/client-setup.md is no longer accurate. not even sure if the IP address listed there is accurate anymore

I'm pretty sure Adriaan recently made it so you have to ssh to jenkins-master first, then ssh from there to j-w-w-p

@adriaanm can you verify that you're able to do this yourself and if so, briefly indicate how? I can take care of properly updating the client setup instructions if you can just point me in the right direction

SethTisue commented 7 years ago

this is mildly urgent, since the node is running low on disk space (10GB left) so I need to ssh in and rm stuff. it won't run out in a few days, but might run out in a week or so. fixed

SethTisue commented 7 years ago

aha, so from jenkins-master, ssh -i ~/.ssh/jenkins_id_rsa jenkins@172.31.0.178 works. I got the new IP address from https://scala-ci.typesafe.com/computer/jenkins-worker-windows-publish/log

I'll update the instructions soon

SethTisue commented 7 years ago

the action is now at #228