The jenkins ItemListener does not fire events when user clicks on the button to disable and enable a project. That button should at least fire an onUpdated event.
[JENKINS-17108] No events fired when user selects enable and disable project button
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JNJira [ 147939 ] | New: JNJira + In-Review [ 206479 ] |
I just noticed this as well. It also doesn't fire when you change the description of a project using the "edit description" textbox on the project page. This is a pity, because it renders the onUpdated() method of ItemListener useless for me. (We'll use the SaveableListener as a workaround.)