Hi ALL!

Need some things on next topic:
I want to use 
plugin https://wiki.jenkins.io/display/JENKINS/Scoring+Load+Balancer+plugin 
and need to set for slave node by Chef

  <nodeProperties>
    
<jp.ikedam.jenkins.plugins.scoringloadbalancer.preferences.BuildPreferenceNodeProperty
 
plugin="[email protected]">
      <preference>0</preference>
    
</jp.ikedam.jenkins.plugins.scoringloadbalancer.preferences.BuildPreferenceNodeProperty>
  </nodeProperties>

so i can create new slaves by next xml body
<?xml version='1.0' encoding='UTF-8'?>
<slave>
<name>%s</name>
<description></description>
<remoteFS>%s</remoteFS>
<numExecutors>%s</numExecutors>
<mode>%s</mode>
<retentionStrategy class="hudson.slaves.RetentionStrategy$$Always"/>
<launcher class="hudson.slaves.JNLPLauncher"/>
<label>%s</label>
<nodeProperties>
<jp.ikedam.jenkins.plugins.scoringloadbalancer.preferences.BuildPreferenceNodeProperty
 
plugin="[email protected]">
<preference>%s</preference>
</jp.ikedam.jenkins.plugins.scoringloadbalancer.preferences.BuildPreferenceNodeProperty>
</nodeProperties>
</slave> 

But i can't update Properties on exit nodes...if someone works with scoring 
loadbalancer plugin or have some idea please share.


Thanks!








-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/c4cfd8c1-93be-4839-a804-3069b4cca5cd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to