Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/global-variable-string-parameter-plugin
  Commit: 088a5a4b18aac09ce1d122efad9a5e950025bffa
      
https://github.com/jenkinsci/global-variable-string-parameter-plugin/commit/088a5a4b18aac09ce1d122efad9a5e950025bffa
  Author: Patrick McKeown <pmacc...@yahoo.com>
  Date:   2013-09-17 (Tue, 17 Sep 2013)

  Changed paths:
    M .gitignore
    M pom.xml
    M 
src/main/java/hudson/plugins/global_variable_string_parameter/GlobalNodeProperties.java
    M 
src/main/java/hudson/plugins/global_variable_string_parameter/GlobalVariableStringParameterDefinition.java
    M 
src/test/java/hudson/plugins/global_variable_string_parameter/GlobalVariableStringParameterTest.java

  Log Message:
  -----------
  Fix race condition

Global variables were stored as a singleton which meant multiple builds
running at the same time could collide when the global variables
attempted to update

Clean up code

Update tests to use JenkinsRule



-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to