forked from i-m-c/jenkins-inheritance-plugin
-
Notifications
You must be signed in to change notification settings - Fork 1
News
Ramón Rial edited this page Jul 3, 2015
·
2 revisions
03-07-2015 News: After moving and renaming an inheritance project, the references to it are updated!!! And now it works well!!! It saves automatically a new version, because is the same operation that will happen if you change the reference manually.
03-07-2015 News: The renaming and moving are working good the first time, but the second time not: it overwrites de last version, because can't detect the change of the parent references.
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(). NOTE This was tested for parentReferences, and not for compatible projects.