Skip to content
Ramón Rial edited this page Jul 1, 2015 · 30 revisions

This fork adds the support for the CloudBees folder plugin. The biggest change is the 1.584 dependency of Jenkins, to support the Item.movedTo.

What is working:

  • Job templates in any folder.
  • Inheritable parameters working.
  • The view section: Jobs that contribute settings to this job.
  • The Rebuild Last now redirects to the job page.
  • Show Parameter derivation and Show References now shows the full name of the job (to avoid mistakes when the name of two jobs is the same, but not paths).

What inheritance menus work:

  • Rebuild Last. Now works fine.
  • Configure versions.
  • Show Diff between versions.
  • Build with specific versions.
  • Show Parameter derivation.
  • Show References.
  • Show advanced options.
  • View full build flow.

What is not working:

  • Renaming templates also should renaming the reference in projects that use them, but when you shutdown Jenkins, the reference keeps the old name.
  • Move (move templates to another folder works, but same problem as renaming!!! Code is at branch movedToSupport).

What is not tested or not fixed (or both):

  • Compound creation.
  • Another features?
  • Upgrading from previous version.
  • Views.

It was not tested fully, It has bugs, and it does not fully support the CloudBees Folder Plugin. Use at your own risk, and read the wiki to known the current state of this contribution.

02-07-2015 News:

  • Renaming and moving are working, but I need to do more testing. The trick here is to access to the property parentReferences or the method getRawParentReferences() instead of calling getParentReferences().
Clone this wiki locally