ghale / gradle-jenkins-plugin

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

Nested View question #58

Open iwarapter opened 9 years ago

iwarapter commented 9 years ago

Would it be possible to be able to define a series of nested views in the dsl, for example if we wanted to model:

Nested View | -> List View | -> Build Pipeline View

ghale commented 9 years ago

Yes, it'll support anything the jenkins job dsl will support - see the job dsl reference here: https://github.com/jenkinsci/job-dsl-plugin/wiki/View-Reference#nested-view.