-
Bug
-
Resolution: Fixed
-
Major
-
None
-
1.642.3
I just noticed in Jenkins 1.398, SaveableListener.onchange() is called 5 times (instead of only one) after a job configuration save.
This can be easily demonstrated by using a plugin using, in debug mode, the SaveableListener extension point (for example, scm-sync-configuration plugin) and updating job configuration.
- duplicates
-
JENKINS-40435 Job configuration submission should be a bulk change
-
- Resolved
-
[JENKINS-8953] SaveableListener.onchange() called multiple times after a job config save
Resolution | New: Incomplete [ 4 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 139097 ] | New: JNJira + In-Review [ 188333 ] |
Resolution | Original: Incomplete [ 4 ] | |
Status | Original: Resolved [ 5 ] | New: Reopened [ 4 ] |
Attachment | New: JENKINS-8952.v.1.642.3.txt [ 38514 ] | |
Attachment | New: WhoListensToTheListeners.java [ 38515 ] |
Environment | Original: Windows 7, Jenkins 1.398 | New: 1.642.3 |
Attachment | New: JENKINS-8953.v.1.642.3.txt [ 38516 ] |
More information is needed to investigate this issue. The Job Config History plugin might help here.
Chances are this is a side-effect of plugins saving their config with their own save() call.