-
Improvement
-
Resolution: Fixed
-
Major
The CloudBees Folders plugin offers a function to move a job from one item group (folder, Jenkins root) to another. But since ItemListener has no onMoved method, it has to fire a deletion event from the old location and then a create event in the new location. This prevents core and plugins from updating item fullName references, for example in BuildTrigger.
onRenamed does not suffice since this is documented to deal with name, not fullName.
- is related to
-
JENKINS-18680 View.onJobRenamed should be deprecated
- Resolved
-
JENKINS-20008 Need core API corresponding to ItemGroupModifier
- Resolved