Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/yaml-project-plugin
  Commit: b0367b8277e22e8046f1281e44c22863b5ccf202
      
https://github.com/jenkinsci/yaml-project-plugin/commit/b0367b8277e22e8046f1281e44c22863b5ccf202
  Author: Andrey Stroilov <[email protected]>
  Date:   2015-05-04 (Mon, 04 May 2015)

  Changed paths:
    M pom.xml
    M src/main/java/com/google/jenkins/plugins/dsl/YamlBuild.java
    M src/main/java/com/google/jenkins/plugins/dsl/YamlDecorator.java
    M src/main/java/com/google/jenkins/plugins/dsl/YamlMultiBranchProject.java
    M src/test/java/com/google/jenkins/plugins/dsl/YamlDecoratorTest.java
    M src/test/java/com/google/jenkins/plugins/dsl/YamlProjectTest.java
    M src/test/resources/com/google/jenkins/plugins/dsl/param.yaml

  Log Message:
  -----------
  Update dependency. Start process of fixing resulting errors.


  Commit: 50ca243db81f779be87736ecd12935b6c73510ad
      
https://github.com/jenkinsci/yaml-project-plugin/commit/50ca243db81f779be87736ecd12935b6c73510ad
  Author: Andrey Stroilov <[email protected]>
  Date:   2015-05-04 (Mon, 04 May 2015)

  Changed paths:
    M src/main/java/com/google/jenkins/plugins/dsl/YamlDecorator.java

  Log Message:
  -----------
  Add debug statements.


  Commit: 43286ed69ec8826139cad9431d8724ad674730eb
      
https://github.com/jenkinsci/yaml-project-plugin/commit/43286ed69ec8826139cad9431d8724ad674730eb
  Author: Andrey Stroilov <[email protected]>
  Date:   2015-05-04 (Mon, 04 May 2015)

  Changed paths:
    M src/main/java/com/google/jenkins/plugins/dsl/YamlBuild.java
    M src/main/java/com/google/jenkins/plugins/dsl/YamlDecorator.java
    M 
src/main/java/com/google/jenkins/plugins/dsl/tag/DisplayNameYamlTransformProvider.java
    M src/main/java/com/google/jenkins/plugins/dsl/tag/YamlTag.java
    M src/main/java/com/google/jenkins/plugins/dsl/util/Binder.java
    M src/main/java/com/google/jenkins/plugins/dsl/util/Filter.java
    M 
src/main/java/com/google/jenkins/plugins/dsl/util/FilteredDescribableList.java
    M src/main/java/com/google/jenkins/plugins/dsl/util/YamlTransform.java
    M 
src/main/resources/com/google/jenkins/plugins/dsl/YamlProject/help-yamlPath.html
    M 
src/test/java/com/google/jenkins/plugins/dsl/tag/ArgumentYamlTransformTest.java
    M 
src/test/java/com/google/jenkins/plugins/dsl/tag/DisplayNameYamlTransformProviderTest.java
    M src/test/java/com/google/jenkins/plugins/dsl/util/BinderTest.java
    M src/test/java/com/google/jenkins/plugins/dsl/util/YamlToJsonTest.java
    M src/test/resources/com/google/jenkins/plugins/dsl/bad.yaml
    M src/test/resources/com/google/jenkins/plugins/dsl/bar.yaml
    M src/test/resources/com/google/jenkins/plugins/dsl/fail.yaml
    M src/test/resources/com/google/jenkins/plugins/dsl/foo.yaml
    M src/test/resources/com/google/jenkins/plugins/dsl/inner-typo.yaml
    M src/test/resources/com/google/jenkins/plugins/dsl/junit.yaml
    M src/test/resources/com/google/jenkins/plugins/dsl/label.yaml
    M src/test/resources/com/google/jenkins/plugins/dsl/matrix.yaml
    M src/test/resources/com/google/jenkins/plugins/dsl/out-of-place.yaml
    M src/test/resources/com/google/jenkins/plugins/dsl/param.yaml
    M src/test/resources/com/google/jenkins/plugins/dsl/tag/complex-by-name.json
    M src/test/resources/com/google/jenkins/plugins/dsl/tag/complex-by-name.yaml
    M src/test/resources/com/google/jenkins/plugins/dsl/tag/complex.json
    M src/test/resources/com/google/jenkins/plugins/dsl/tag/complex.yaml
    M src/test/resources/com/google/jenkins/plugins/dsl/tag/simple.json
    M src/test/resources/com/google/jenkins/plugins/dsl/tag/simple.yaml
    M src/test/resources/com/google/jenkins/plugins/dsl/trampoline.yaml
    M src/test/resources/com/google/jenkins/plugins/dsl/typo.yaml
    M src/test/resources/com/google/jenkins/plugins/dsl/util/complex-tag.json
    M src/test/resources/com/google/jenkins/plugins/dsl/util/complex-tag.yaml
    M src/test/resources/com/google/jenkins/plugins/dsl/util/complex.json
    M 
src/test/resources/com/google/jenkins/plugins/dsl/util/complex.unfiltered.json
    M src/test/resources/com/google/jenkins/plugins/dsl/util/complex.yaml
    M src/test/resources/com/google/jenkins/plugins/dsl/util/hoist.json
    M 
src/test/resources/com/google/jenkins/plugins/dsl/util/hoist.unfiltered.json
    M src/test/resources/com/google/jenkins/plugins/dsl/util/hoist.yaml

  Log Message:
  -----------
  Update refrences to 'kind' and 'stapler-class' to instead use '$class'.


  Commit: 90bff34313cc122593c1370255c7a0f3d2ef253c
      
https://github.com/jenkinsci/yaml-project-plugin/commit/90bff34313cc122593c1370255c7a0f3d2ef253c
  Author: Andrey Stroilov <[email protected]>
  Date:   2015-05-05 (Tue, 05 May 2015)

  Changed paths:
    M samples/android-emulator/.jenkins.yaml
    M samples/google-cloud-storage/.jenkins.yaml
    M samples/hello-world/.jenkins.yaml
    M samples/long-shell/.jenkins.yaml
    M samples/matrix/.jenkins.yaml
    M samples/maven-analysis/.jenkins.yaml
    M samples/maven-site/.jenkins.yaml
    M samples/maven/.jenkins.yaml
    M samples/with-label/.jenkins.yaml
    M samples/with-param/.jenkins.yaml

  Log Message:
  -----------
  Update samples.


  Commit: 7b5a1ba04806ecb41e65e99170d0e5946d0e4dc4
      
https://github.com/jenkinsci/yaml-project-plugin/commit/7b5a1ba04806ecb41e65e99170d0e5946d0e4dc4
  Author: mattmoor <[email protected]>
  Date:   2015-05-05 (Tue, 05 May 2015)

  Changed paths:
    M pom.xml
    M samples/android-emulator/.jenkins.yaml
    M samples/google-cloud-storage/.jenkins.yaml
    M samples/hello-world/.jenkins.yaml
    M samples/long-shell/.jenkins.yaml
    M samples/matrix/.jenkins.yaml
    M samples/maven-analysis/.jenkins.yaml
    M samples/maven-site/.jenkins.yaml
    M samples/maven/.jenkins.yaml
    M samples/with-label/.jenkins.yaml
    M samples/with-param/.jenkins.yaml
    M src/main/java/com/google/jenkins/plugins/dsl/YamlBuild.java
    M src/main/java/com/google/jenkins/plugins/dsl/YamlDecorator.java
    M src/main/java/com/google/jenkins/plugins/dsl/YamlMultiBranchProject.java
    M 
src/main/java/com/google/jenkins/plugins/dsl/tag/DisplayNameYamlTransformProvider.java
    M src/main/java/com/google/jenkins/plugins/dsl/tag/YamlTag.java
    M src/main/java/com/google/jenkins/plugins/dsl/util/Binder.java
    M src/main/java/com/google/jenkins/plugins/dsl/util/Filter.java
    M 
src/main/java/com/google/jenkins/plugins/dsl/util/FilteredDescribableList.java
    M src/main/java/com/google/jenkins/plugins/dsl/util/YamlTransform.java
    M 
src/main/resources/com/google/jenkins/plugins/dsl/YamlProject/help-yamlPath.html
    M src/test/java/com/google/jenkins/plugins/dsl/YamlDecoratorTest.java
    M src/test/java/com/google/jenkins/plugins/dsl/YamlProjectTest.java
    M 
src/test/java/com/google/jenkins/plugins/dsl/tag/ArgumentYamlTransformTest.java
    M 
src/test/java/com/google/jenkins/plugins/dsl/tag/DisplayNameYamlTransformProviderTest.java
    M src/test/java/com/google/jenkins/plugins/dsl/util/BinderTest.java
    M src/test/java/com/google/jenkins/plugins/dsl/util/YamlToJsonTest.java
    M src/test/resources/com/google/jenkins/plugins/dsl/bad.yaml
    M src/test/resources/com/google/jenkins/plugins/dsl/bar.yaml
    M src/test/resources/com/google/jenkins/plugins/dsl/fail.yaml
    M src/test/resources/com/google/jenkins/plugins/dsl/foo.yaml
    M src/test/resources/com/google/jenkins/plugins/dsl/inner-typo.yaml
    M src/test/resources/com/google/jenkins/plugins/dsl/junit.yaml
    M src/test/resources/com/google/jenkins/plugins/dsl/label.yaml
    M src/test/resources/com/google/jenkins/plugins/dsl/matrix.yaml
    M src/test/resources/com/google/jenkins/plugins/dsl/out-of-place.yaml
    M src/test/resources/com/google/jenkins/plugins/dsl/param.yaml
    M src/test/resources/com/google/jenkins/plugins/dsl/tag/complex-by-name.json
    M src/test/resources/com/google/jenkins/plugins/dsl/tag/complex-by-name.yaml
    M src/test/resources/com/google/jenkins/plugins/dsl/tag/complex.json
    M src/test/resources/com/google/jenkins/plugins/dsl/tag/complex.yaml
    M src/test/resources/com/google/jenkins/plugins/dsl/tag/simple.json
    M src/test/resources/com/google/jenkins/plugins/dsl/tag/simple.yaml
    M src/test/resources/com/google/jenkins/plugins/dsl/trampoline.yaml
    M src/test/resources/com/google/jenkins/plugins/dsl/typo.yaml
    M src/test/resources/com/google/jenkins/plugins/dsl/util/complex-tag.json
    M src/test/resources/com/google/jenkins/plugins/dsl/util/complex-tag.yaml
    M src/test/resources/com/google/jenkins/plugins/dsl/util/complex.json
    M 
src/test/resources/com/google/jenkins/plugins/dsl/util/complex.unfiltered.json
    M src/test/resources/com/google/jenkins/plugins/dsl/util/complex.yaml
    M src/test/resources/com/google/jenkins/plugins/dsl/util/hoist.json
    M 
src/test/resources/com/google/jenkins/plugins/dsl/util/hoist.unfiltered.json
    M src/test/resources/com/google/jenkins/plugins/dsl/util/hoist.yaml

  Log Message:
  -----------
  Merge pull request #7 from astroilov/master

Update parent version to 1.611. Replace 'kind' with '$class'.


Compare: 
https://github.com/jenkinsci/yaml-project-plugin/compare/fe983472530c...7b5a1ba04806

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