update the jenkins config's to point to new ips of the workers
This commit is contained in:
parent
6f24461a86
commit
ae9bb5d625
1 changed files with 3 additions and 3 deletions
|
@ -31,7 +31,7 @@ class="jenkins.model.ProjectNamingStrategy$DefaultProjectNamingStrategy"/>
|
||||||
<clouds/>
|
<clouds/>
|
||||||
<slaves>
|
<slaves>
|
||||||
<slave>
|
<slave>
|
||||||
<name>Fedora17</name>
|
<name>Fedora18</name>
|
||||||
<description></description>
|
<description></description>
|
||||||
<remoteFS>/mnt/jenkins/</remoteFS>
|
<remoteFS>/mnt/jenkins/</remoteFS>
|
||||||
<numExecutors>2</numExecutors>
|
<numExecutors>2</numExecutors>
|
||||||
|
@ -39,7 +39,7 @@ class="jenkins.model.ProjectNamingStrategy$DefaultProjectNamingStrategy"/>
|
||||||
<retentionStrategy class="hudson.slaves.RetentionStrategy$Always"/>
|
<retentionStrategy class="hudson.slaves.RetentionStrategy$Always"/>
|
||||||
<launcher class="hudson.plugins.sshslaves.SSHLauncher"
|
<launcher class="hudson.plugins.sshslaves.SSHLauncher"
|
||||||
plugin="ssh-slaves@0.21">
|
plugin="ssh-slaves@0.21">
|
||||||
<host>209.132.184.119</host>
|
<host>209.132.184.166</host>
|
||||||
<port>22</port>
|
<port>22</port>
|
||||||
<username>jenkins_slave</username>
|
<username>jenkins_slave</username>
|
||||||
<privatekey>/var/tmp/jenkins_master_id_rsa</privatekey>
|
<privatekey>/var/tmp/jenkins_master_id_rsa</privatekey>
|
||||||
|
@ -56,7 +56,7 @@ class="jenkins.model.ProjectNamingStrategy$DefaultProjectNamingStrategy"/>
|
||||||
<retentionStrategy class="hudson.slaves.RetentionStrategy$Always"/>
|
<retentionStrategy class="hudson.slaves.RetentionStrategy$Always"/>
|
||||||
<launcher class="hudson.plugins.sshslaves.SSHLauncher"
|
<launcher class="hudson.plugins.sshslaves.SSHLauncher"
|
||||||
plugin="ssh-slaves@0.21">
|
plugin="ssh-slaves@0.21">
|
||||||
<host>209.132.184.118</host>
|
<host>209.132.184.165</host>
|
||||||
<port>22</port>
|
<port>22</port>
|
||||||
<username>jenkins_slave</username>
|
<username>jenkins_slave</username>
|
||||||
<privatekey>/var/tmp/jenkins_master_id_rsa</privatekey>
|
<privatekey>/var/tmp/jenkins_master_id_rsa</privatekey>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue