JobDSL nested views within a view

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      Two things -

      1. Creating nested views within a existing view(which is also a nested view).
      2. Basically it's always recreating all the views if it's nested. Isn't there an option to upend. Ex: leave existing views as is, create or update only sub nested view.

       

      Example: Product is a nested top view, within we have release level nested views. Followed nested view, section and then list view to organize our thousands of jobs.

       

      I have jobDSL seed job where I create Product view and followed by master works fine. But I also want to create release_1.0 view within same Product view it's just deleting master and creating release_1.0

       

      Product (top view) // nested view

      __>  master  // nested view

                     |__> pre-commit builds // section view

                                    |__> compile  // list view

                                    |__> sanity  // list view

                     |__> daily builds

                                    |__> compile  // list view

                                    |__> sanity  // list view

      __> release_1.0  // nested view

                     |__> pre-commit builds // section view

                                    |__> compile  // list view

                                    |__> sanity  // list view

                     |__> daily builds

                                    |__> compile  // list view

                                    |__> sanity  // list view

      __> release_2.0

                     |__> pre-commit builds

                                    |__> compile  // list view

                                    |__> sanity  // list view

                     |__> daily builds

                                    |__> compile  // list view

                                    |__> sanity  // list view

       

            Assignee:
            Daniel Spilker
            Reporter:
            Mallappa Pujari
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: