Hi,

Probably there is an issue with Automatic refresh of the page. If you use 
classic ListView for the visualization, the API should perform the data 
retrieval on any new access to the page. Probably you persist the data 
somehow.

It would be better if you share the code. Then somebody will be able to 
review it and to suggest a solution.

Best regards,
Oleg Nenashev



четверг, 1 октября 2015 г., 21:00:59 UTC+3 пользователь Jacqueline Taing 
написал:
>
> I need some guidance...
>
> I am trying to implement a dashboard by extending the Dashboard View 
> <https://github.com/jenkinsci/dashboard-view-plugin> plugin (which 
> extends ListView 
> <https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/hudson/model/ListView.java>).
>  
>  My dashboard needs to display status of latest builds for specific 
> projects.  Currently, the builds that get shown on the dashboard seem to be 
> set at dashboard create time since the portlets that are defining the 
> content are created on submit of Edit View.  It never seems to change after 
> that.  Is there a way to poll the projects for newer builds and update my 
> dashboard/dashboard portlets with data from those builds?
>
> Thanks!
> -jacqui
>

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/f0dcce2e-db60-4d23-9c07-40576ca936ed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to