Code changed in jenkins
User: rsandell
Path:
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/Utils.groovy
pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/environment/impl/TrustedProperties.java
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/PropertiesToMapTranslator.groovy
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/UtilsTest.java
pipeline-model-definition/src/test/resources/environmentFromProperties.groovy
http://jenkins-ci.org/commit/pipeline-model-definition-plugin/8609c0f6416602aa24a2cf7d764abc003e74b096
Log:
JENKINS-41759 Pick specific describables when choosing env method
Utilizing the new function in Utils to find an UninstantiatedDescribable
of a specific type enables us to call the function plain 'properties'
Compare: https://github.com/jenkinsci/pipeline-model-definition-plugin/compare/d0a70cae74a5^...8609c0f64166
Code changed in jenkins
User: rsandell
Path:
pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/environment/impl/Credentials.java
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/ModelInterpreter.groovy
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/environment/impl/CredentialsScript.groovy
http://jenkins-ci.org/commit/pipeline-model-definition-plugin/d460eaf6442075e0a3189c348e1c2d177116eec8
Log:
JENKINS-41759 Fixing failing credentials tests after refactor
Some other tests are still failing...