Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: cd23fac9950c1c0762731372df2c109d4bb80db3
      
https://github.com/jenkinsci/jenkins/commit/cd23fac9950c1c0762731372df2c109d4bb80db3
  Author: Oleg Nenashev <[email protected]>
  Date:   2014-05-31 (Sat, 31 May 2014)

  Changed paths:
    M core/src/test/java/hudson/model/ParametersActionTest.java
    M test/src/test/groovy/hudson/cli/BuildCommandTest.groovy

  Log Message:
  -----------
  [JENKINS-15094] - Unit tests for the issue

Signed-off-by: Oleg Nenashev <[email protected]>


  Commit: 7b894f57b78be0e4d847fe1c971955d2cbb08e58
      
https://github.com/jenkinsci/jenkins/commit/7b894f57b78be0e4d847fe1c971955d2cbb08e58
  Author: Oleg Nenashev <[email protected]>
  Date:   2014-05-31 (Sat, 31 May 2014)

  Changed paths:
    M core/src/main/java/hudson/cli/BuildCommand.java
    M core/src/main/java/hudson/model/ParameterDefinition.java
    M core/src/main/java/hudson/model/ParametersAction.java
    M core/src/main/java/hudson/model/ParametersDefinitionProperty.java

  Log Message:
  -----------
  [FIXED JENKINS-15094] - Handle null parameter values in BuildCommand (CLI) 
and Parameter classes (CLI).

The change adds missing checks for null ParameterValue, which may be passed 
from the CLI.
It prevents the death of Jenkins executors during the canTake() check of node 
labels.

Signed-off-by: Oleg Nenashev <[email protected]>


  Commit: d172f5836da20f41a4a39c03ed8346b48adec2d0
      
https://github.com/jenkinsci/jenkins/commit/d172f5836da20f41a4a39c03ed8346b48adec2d0
  Author: Oleg Nenashev <[email protected]>
  Date:   2014-06-01 (Sun, 01 Jun 2014)

  Changed paths:
    M core/src/main/java/hudson/model/Executor.java

  Log Message:
  -----------
  Javadoc: Noting changes in Executor availability check approaches in 1.536

This change is a follow-up to Executor::isAlive() issues in #1229.

Since 1.536, {@link Executor}s start threads on-demand.
The entire logic should use Executor::isActive() instead of Executor::isAlive() 
in order to check if the {@link Executor} it ready to take tasks.

Since the change breaks previous executor availability flows, it is required to 
document changes somehow.

Signed-off-by: Oleg Nenashev <[email protected]>


  Commit: 9f3a2b5bfb9d5baafe34fd854de90186f7347f3a
      
https://github.com/jenkinsci/jenkins/commit/9f3a2b5bfb9d5baafe34fd854de90186f7347f3a
  Author: Oliver Gondža <[email protected]>
  Date:   2014-06-01 (Sun, 01 Jun 2014)

  Changed paths:
    M core/src/main/java/hudson/model/Executor.java

  Log Message:
  -----------
  Merge pull request #1262 from 
synopsys-arc-oss/javadoc_hudson_model_executor_isActive

Javadoc: Noting changes in Executor availability check approaches (1.536)


  Commit: 9402bd82cdafdde8b28a99c2cd6fede9409499a1
      
https://github.com/jenkinsci/jenkins/commit/9402bd82cdafdde8b28a99c2cd6fede9409499a1
  Author: Oliver Gondža <[email protected]>
  Date:   2014-06-01 (Sun, 01 Jun 2014)

  Changed paths:
    M core/src/main/java/hudson/cli/BuildCommand.java
    M core/src/main/java/hudson/model/ParameterDefinition.java
    M core/src/main/java/hudson/model/ParametersAction.java
    M core/src/main/java/hudson/model/ParametersDefinitionProperty.java
    M core/src/test/java/hudson/model/ParametersActionTest.java
    M test/src/test/groovy/hudson/cli/BuildCommandTest.groovy

  Log Message:
  -----------
  Merge pull request #1229 from synopsys-arc-oss/CLI_null_ParameteValue

[READY][FIXED JENKINS-15094] - Handle null parameter values to avoid massive 
executor deaths


  Commit: c47417989f16b9c3727478d87e016014ccd8e269
      
https://github.com/jenkinsci/jenkins/commit/c47417989f16b9c3727478d87e016014ccd8e269
  Author: Oliver Gondža <[email protected]>
  Date:   2014-06-01 (Sun, 01 Jun 2014)

  Changed paths:
    M test/src/test/groovy/hudson/cli/BuildCommandTest.groovy

  Log Message:
  -----------
  Refactor BuildCommandTest


  Commit: 286d3141854b48edb38e8e802f0d85fd1b8ffd40
      
https://github.com/jenkinsci/jenkins/commit/286d3141854b48edb38e8e802f0d85fd1b8ffd40
  Author: Oliver Gondža <[email protected]>
  Date:   2014-06-01 (Sun, 01 Jun 2014)

  Changed paths:
    M changelog.html

  Log Message:
  -----------
  Noting #1229


Compare: 
https://github.com/jenkinsci/jenkins/compare/5893bca42600...286d3141854b

-- 
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