Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-model-definition-plugin
  Commit: 602a93d39a67ab263657970fa305a2d517576cf1
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/602a93d39a67ab263657970fa305a2d517576cf1
  Author: Andrew Bayer <[email protected]>
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
    M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/Utils.groovy
    M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/model/Environment.groovy
    M 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/ModelInterpreter.groovy
    M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/EnvironmentTest.java
    M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/steps/CredentialWrapperStepTest.java
    A 
pipeline-model-definition/src/test/resources/credentialsDollarQuotes.groovy
    A pipeline-model-definition/src/test/resources/envDollarQuotes.groovy
    M 
pipeline-model-definition/src/test/resources/environmentCrossReferences.groovy

  Log Message:
  -----------
  [FIXED JENKINS-43872] Properly escape dollar signs in env evaluation


  Commit: 487213b4f2a70f49cba8d672dab9ce0300e5b722
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/487213b4f2a70f49cba8d672dab9ce0300e5b722
  Author: Andrew Bayer <[email protected]>
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
    M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/model/Environment.groovy
    M 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/ModelInterpreter.groovy
    M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/steps/CredentialWrapperStepTest.java
    A pipeline-model-definition/src/test/resources/fileCredentialsInEnv.groovy

  Log Message:
  -----------
  [FIXED JENKINS-43910] File credentials should be usable in env

More testing needed, and need to think about per-stage agent stuff.


  Commit: ed05f012176483ec64aabe908d2c88979e550f2c
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/ed05f012176483ec64aabe908d2c88979e550f2c
  Author: Andrew Bayer <[email protected]>
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
    M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/Utils.groovy
    M 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/ModelInterpreter.groovy
    M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/AgentTest.java
    M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/steps/CredentialWrapperStepTest.java
    A pipeline-model-definition/src/test/resources/agentFromEnv.groovy
    M pipeline-model-definition/src/test/resources/fileCredentialsInEnv.groovy

  Log Message:
  -----------
  Fix things, definitively put agent first.

Also add an ignored test for JENKINS-43911, since that did pre-exist
this change but is more obvious as a result of it.


  Commit: 3b7ffa755dc4c7d6bfb718a898b2ee9ef921f42d
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/3b7ffa755dc4c7d6bfb718a898b2ee9ef921f42d
  Author: Andrew Bayer <[email protected]>
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
    M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/model/Environment.groovy
    M 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/ModelInterpreter.groovy

  Log Message:
  -----------
  Clarifying ordering, simplifying execution


  Commit: b4dd9c86602d64d083c38ca25ab5f124b8b55bb1
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/b4dd9c86602d64d083c38ca25ab5f124b8b55bb1
  Author: Andrew Bayer <[email protected]>
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
    M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/model/Environment.groovy

  Log Message:
  -----------
  Clean a little cruft


  Commit: 4784f903472415bb675c912ed98acfc641f82a10
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/4784f903472415bb675c912ed98acfc641f82a10
  Author: Andrew Bayer <[email protected]>
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
    M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/model/Environment.groovy

  Log Message:
  -----------
  Cleanup and shutting up findbugs


  Commit: 2a227fd4d2915cbfafcf86f14117037b33de4fca
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/2a227fd4d2915cbfafcf86f14117037b33de4fca
  Author: Andrew Bayer <[email protected]>
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
    M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/Utils.groovy
    M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/model/Environment.groovy
    M 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/ModelInterpreter.groovy
    M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/AgentTest.java
    M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/EnvironmentTest.java
    M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/steps/CredentialWrapperStepTest.java
    A pipeline-model-definition/src/test/resources/agentFromEnv.groovy
    A 
pipeline-model-definition/src/test/resources/credentialsDollarQuotes.groovy
    A pipeline-model-definition/src/test/resources/envDollarQuotes.groovy
    M 
pipeline-model-definition/src/test/resources/environmentCrossReferences.groovy
    A pipeline-model-definition/src/test/resources/fileCredentialsInEnv.groovy

  Log Message:
  -----------
  Merge pull request #155 from abayer/jenkins-43872

[FIXED JENKINS-43872, JENKINS-43910] Yet more env tweaks


Compare: 
https://github.com/jenkinsci/pipeline-model-definition-plugin/compare/a443e046c9b2...2a227fd4d291

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