Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/job-dsl-plugin
  Commit: 193922a16eab2bcb694d388bc3414490689423a9
      
https://github.com/jenkinsci/job-dsl-plugin/commit/193922a16eab2bcb694d388bc3414490689423a9
  Author: Matthias Fuchs <[email protected]>
  Date:   2017-05-11 (Thu, 11 May 2017)

  Changed paths:
    M 
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/step/GradleContext.groovy
    M 
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/step/StepContext.groovy

  Log Message:
  -----------
  JENKINS-44217 fixes incompatibility with the gradle plugin version 1.26

Issue
-----
With gradle plugin version 1.26 the description field was removed.
This leads to exceptions like the following:

hudson.model.FreeStyleProject   SomeJob MissingFieldException: No field 
'description' found in class 'hudson.plugins.gradle.Gradle'

The faulty commit is
https://github.com/jenkinsci/gradle-plugin/commit/ffddd0b33e7c820b16d97b5e60a330fe81917556

Solution
--------
* The description field is only written when old (< 1.26) gradle versions are 
installed.
* The description field is marked deprecated.

[FIXES JENKINS-44217]


  Commit: 405a95c70974a2179447adfdd8c74bfb741d837b
      
https://github.com/jenkinsci/job-dsl-plugin/commit/405a95c70974a2179447adfdd8c74bfb741d837b
  Author: Daniel Spilker <[email protected]>
  Date:   2017-05-14 (Sun, 14 May 2017)

  Changed paths:
    M docs/Home.md
    M docs/Migration.md
    M 
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/step/GradleContext.groovy
    M 
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/step/StepContext.groovy
    M 
job-dsl-core/src/test/groovy/javaposse/jobdsl/dsl/helpers/step/StepContextSpec.groovy

  Log Message:
  -----------
  Merge remote-tracking branch 'mfuchs/master'

[FIXES JENKINS-44217]


Compare: 
https://github.com/jenkinsci/job-dsl-plugin/compare/c2a0d6509e95...405a95c70974

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