Hi, I want to show a notificationBar, like the one when you click the save button in the job configuration page.
The notificationBar should appear when a user is on a configuration page. e.g. JenkinsRoot/job/testJOB/configure, and some one else has modified that configuration. Let's say I have a way of detecting that the configuration has been modified, how can I put the notification bar on the "JenkinsRoot/job/testJOB/configure" page of any other user that may be visiting it? What I want is this scenario: Two people, A and B, are both on the "JenkinsRoot/job/testJOB/configure" page at the same time, but on different machines obviously. B updates the configuration for testJOB and A can see a notificationBar notifying him/her that the configuration has been modified. Is this something that can be done, and how do I do it? I understand the notificationBar example from UI-samples but in that situation there is a button that is being pressed, but in my scenario the action will not come from a person clicking a button. I don't have much experience when it comes to groovy and webapps and those kinds of things (servletContext?). Regards, Daniel -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
