ghale / gradle-jenkins-plugin

Gradle plugin to programmatically configure Jenkins jobs.
123 stars 42 forks source link

Use newest job-dsl-plugin #54

Closed sbergandy closed 9 years ago

sbergandy commented 9 years ago

Is it possible to create a new release which will use the newest version 1.30 of job-dsl-plugin? Currently 1.25 is used. It is importnat because of this fix https://github.com/jenkinsci/job-dsl-plugin/pull/312

Without it it is not possible for example to create views like this:

"view_name" {
  dsl {
    jobs {
      regex "some regex"
    }
  }
}

In order to do it the version 1.12 of gradle must be used where 2.3 is already there.

jshickey commented 9 years ago

Second this request, thanks.

jhumphreys-scripps commented 9 years ago

+1

ghale commented 9 years ago

Updated to job-dsl-core 1.34 with v1.3.0

sbergandy commented 9 years ago

Thx :+1:

sbergandy commented 9 years ago

I've tested it and works great.