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:
parent
9061bdd949
commit
6015ec593d
2 changed files with 7 additions and 3 deletions
|
@ -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/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue