Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/puppet-jenkins
  Commit: df133b479bf8b4e7bdfb3c6361e6d2dba41ccdd1
      
https://github.com/jenkinsci/puppet-jenkins/commit/df133b479bf8b4e7bdfb3c6361e6d2dba41ccdd1
  Author: Joshua Hoblitt <[email protected]>
  Date:   2015-05-02 (Sat, 02 May 2015)

  Changed paths:
    M files/puppet_helper.groovy

  Log Message:
  -----------
  add get_num_executors()/set_num_executors() methods to puppet_helper

These methods may be used to get/set the number of executors for the
master. Eg.:

    java -jar /usr/lib/jenkins/jenkins-cli.jar -s http://localhost:8080 groovy 
/usr/lib/jenkins/puppet_helper.groovy get_num_executors

    java -jar /usr/lib/jenkins/jenkins-cli.jar -s http://localhost:8080 groovy 
/usr/lib/jenkins/puppet_helper.groovy set_num_executors 42


  Commit: 979cb012c12bc80306a88465f8cd78f43b32f70d
      
https://github.com/jenkinsci/puppet-jenkins/commit/979cb012c12bc80306a88465f8cd78f43b32f70d
  Author: Joshua Hoblitt <[email protected]>
  Date:   2015-05-02 (Sat, 02 May 2015)

  Changed paths:
    M manifests/cli.pp
    A manifests/cli/reload.pp
    M manifests/init.pp

  Log Message:
  -----------
  move Exec['reload-jenkins'] from jenkins::cli -> jenkins::cli::reload

Due to resource containment, it was not possible for a consumer of
`jenkins::cli` to both have a dependency on `Class['jenkins::cli']` and to
notify `Exec['reload-jenkins']`.  It is recommended that notifications be
instead be sent to `Class['jenkins::cli::reload']` to ease any future
refactoring.


  Commit: dad38cb8cbe27ac5fe36d365453e16805405a2d2
      
https://github.com/jenkinsci/puppet-jenkins/commit/dad38cb8cbe27ac5fe36d365453e16805405a2d2
  Author: Joshua Hoblitt <[email protected]>
  Date:   2015-05-02 (Sat, 02 May 2015)

  Changed paths:
    M README.md
    A manifests/cli/exec.pp
    A spec/defines/jenkins_cli_exec_spec.rb
    M spec/spec_helper.rb

  Log Message:
  -----------
  add jenkins::cli::exec defined type


  Commit: f6ebc2153e708283f74169839d29fe5d47f2980f
      
https://github.com/jenkinsci/puppet-jenkins/commit/f6ebc2153e708283f74169839d29fe5d47f2980f
  Author: Joshua Hoblitt <[email protected]>
  Date:   2015-05-02 (Sat, 02 May 2015)

  Changed paths:
    M README.md
    M manifests/init.pp
    M spec/acceptance/class_spec.rb
    M spec/classes/jenkins_spec.rb

  Log Message:
  -----------
  add executors param to jenkins class

Similar semantics as `class { 'jenkins::slave': executors => ... }` but for
the Jenkins master.


  Commit: 2404c06a54871e1dc5735d2a211d87a736376811
      
https://github.com/jenkinsci/puppet-jenkins/commit/2404c06a54871e1dc5735d2a211d87a736376811
  Author: R. Tyler Croy <[email protected]>
  Date:   2015-05-03 (Sun, 03 May 2015)

  Changed paths:
    M README.md
    M files/puppet_helper.groovy
    M manifests/cli.pp
    A manifests/cli/exec.pp
    A manifests/cli/reload.pp
    M manifests/init.pp
    M spec/acceptance/class_spec.rb
    M spec/classes/jenkins_spec.rb
    A spec/defines/jenkins_cli_exec_spec.rb
    M spec/spec_helper.rb

  Log Message:
  -----------
  Merge pull request #260 from jhoblitt/feature/puppet_helper_num_executors

Feature/puppet helper num executors


Compare: 
https://github.com/jenkinsci/puppet-jenkins/compare/2e8325a99c7f...2404c06a5487

-- 
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/d/optout.

Reply via email to