move the ssh key around for jenkins nodes - so it actually works

add tags for just running the master setup
This commit is contained in:
Seth Vidal 2012-12-19 16:47:07 +00:00
parent 9061bdd949
commit 6015ec593d
2 changed files with 7 additions and 3 deletions

View file

@ -54,7 +54,7 @@ class="jenkins.model.ProjectNamingStrategy$DefaultProjectNamingStrategy"/>
<host>209.132.184.119</host>
<port>22</port>
<username>jenkins_slave</username>
<privatekey>/root/.ssh/id_rsa</privatekey>
<privatekey>/var/tmp/jenkins_master_id_rsa</privatekey>
</launcher>
<label></label>
<nodeProperties/>
@ -71,7 +71,7 @@ class="jenkins.model.ProjectNamingStrategy$DefaultProjectNamingStrategy"/>
<host>209.132.184.118</host>
<port>22</port>
<username>jenkins_slave</username>
<privatekey>/root/.ssh/id_rsa</privatekey>
<privatekey>/var/tmp/jenkins_master_id_rsa</privatekey>
</launcher>
<label></label>
<nodeProperties/>