-
Bug
-
Resolution: Fixed
-
Major
-
-
2.460, 2.452.2
When a Seed job creates a new Item (e.g. a Job) by this plugin ItemListener.onCreated() is fired as expected.
When a Seed job is executed for second (or yet another) time ItemListener.onUpdated() isn't fired even the Item is modified by this way.
- links to
[JENKINS-64553] ItemListener.onUpdated() isn't fired when modifying Item
Description |
Original:
When a Seed job creates a new {{Item}} (e.g. a {{Job}}) by this plugin {{ItemListener.onCreated()}} is fired as expected.
When a Seed job is executed second (or further) time {{ItemListener.onUpdated()}} isn't fired even the {{Item}} is modified by this way. |
New:
When a Seed job creates a new {{Item}} (e.g. a {{Job}}) by this plugin {{ItemListener.onCreated()}} is fired as expected.
When a Seed job is executed for second (or yet another) time {{ItemListener.onUpdated()}} isn't fired even the {{Item}} is modified by this way. |
Assignee | Original: Daniel Spilker [ daspilker ] | New: Jamie Tanna [ jamietanna ] |
Component/s | New: core [ 15593 ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Assignee | Original: Jamie Tanna [ jamietanna ] | New: Markus Winter [ mawinter69 ] |
Remote Link | New: This issue links to "PR-9304 (Web Link)" [ 29675 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Fixed but Unreleased [ 10203 ] |
Labels | New: lts-candidate |
The root cause is in core where after posting the xml the ItemListener is not called. Same happens when using the CLI to update a job.