Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-plugin
  Commit: e64b4dd9e90fe365fa5f190f05f587d5f0ac0a9b
      
https://github.com/jenkinsci/gradle-plugin/commit/e64b4dd9e90fe365fa5f190f05f587d5f0ac0a9b
  Author: Stefan Wolf <w...@gradle.com>
  Date:   2017-08-13 (Sun, 13 Aug 2017)

  Changed paths:
    M src/main/java/hudson/plugins/gradle/Gradle.java
    M src/test/groovy/hudson/plugins/gradle/AbstractIntegrationTest.groovy
    M src/test/groovy/hudson/plugins/gradle/GradlePluginIntegrationTest.groovy
    M 
src/test/groovy/hudson/plugins/gradle/PropertyPassingIntegrationTest.groovy

  Log Message:
  -----------
  Don't remove empty build vars

By utilizing the EnvVars.overrideAll(Map) method, it internally removes keys 
where the value is null or an empty string. This results in those parameters 
not being rewritten to empty properties as expected and the properties instead 
have the jenkins replacement string in them instead.

[FIXES JENKINS-45300]


  Commit: 13140a05f2dcb47aa82a9c97246dd2588bc1e485
      
https://github.com/jenkinsci/gradle-plugin/commit/13140a05f2dcb47aa82a9c97246dd2588bc1e485
  Author: Stefan Wolf <w...@gradle.com>
  Date:   2017-08-17 (Thu, 17 Aug 2017)

  Changed paths:
    M src/main/java/hudson/plugins/gradle/Gradle.java
    M src/test/groovy/hudson/plugins/gradle/AbstractIntegrationTest.groovy
    M src/test/groovy/hudson/plugins/gradle/GradlePluginIntegrationTest.groovy
    M 
src/test/groovy/hudson/plugins/gradle/PropertyPassingIntegrationTest.groovy

  Log Message:
  -----------
  Merge pull request #53 from wolfs/fix-empty-vars

Don't remove empty build vars


Compare: 
https://github.com/jenkinsci/gradle-plugin/compare/c078d225be0d...13140a05f2dc

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

Reply via email to