Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/swarm-plugin
  Commit: 60a8bf34af11f2f990f3a4d8491b8eff14b72b38
      
https://github.com/jenkinsci/swarm-plugin/commit/60a8bf34af11f2f990f3a4d8491b8eff14b72b38
  Author: Timur Strekalov <[email protected]>
  Date:   2013-05-15 (Wed, 15 May 2013)

  Changed paths:
    M client/src/main/java/hudson/plugins/swarm/Client.java
    A client/src/main/java/hudson/plugins/swarm/ModeOptionHandler.java
    M plugin/src/main/java/hudson/plugins/swarm/PluginImpl.java
    M plugin/src/main/java/hudson/plugins/swarm/SwarmSlave.java

  Log Message:
  -----------
  Add option for specifying Node.Mode

- Added a command-line option to the Client to specify the mode to be
  sent to the master node (either 'normal' or 'exclusive' which
  correspond to values in hudson.model.Node.Mode)
- Added a specific OptionHandler to parse those
- Added another @QueryParameter to hudson.plugins.swarm.PluginImpl to
  make sure the mode gets correctly applied
- Added Mode as a parameter to the SwarmSlave constructor that's being
  called from PluginImpl


  Commit: ac1d57ba973d793f7e7b7d3e74dfa1281868873f
      
https://github.com/jenkinsci/swarm-plugin/commit/ac1d57ba973d793f7e7b7d3e74dfa1281868873f
  Author: Seiji Sogabe <[email protected]>
  Date:   2013-05-16 (Thu, 16 May 2013)

  Changed paths:
    M client/src/main/java/hudson/plugins/swarm/Client.java
    A client/src/main/java/hudson/plugins/swarm/ModeOptionHandler.java
    M plugin/src/main/java/hudson/plugins/swarm/PluginImpl.java
    M plugin/src/main/java/hudson/plugins/swarm/SwarmSlave.java

  Log Message:
  -----------
  Merge pull request #3 from timurstrekalov/master

Command-line option for specifying Node.Mode (and handling for it on the plugin 
side)


Compare: 
https://github.com/jenkinsci/swarm-plugin/compare/36e902c91dfa...ac1d57ba973d

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to