I want to use build widget of Hygieia Dashboard for Jenkins, but not able to populate data in it.
Installed Mongo.
Downloaded Hygieia V1.2.0.
Successfully ran mvn clean compile install package.
Created application.properties in corresponding config folders for Hudson Collector.
Run hudson collector with java -jar
Run gulp serve in the UI folder
Everything appears to come up ok I see data has been created in mongo I can add a dashboard in the UI .
But, I can not succesffuly add Build widgets for Jenkins via the UI.
this is the widget dashboard and we are using build widget- this is the widget dashboard and we are using build widget
on click of configure and adding the server and jobname , it is getting logged out. Below is the snippet- on click of configure and adding the server and jobname , it is getting logged out
Automatically it is coming to login page- Automatically it is coming to login page
And after logging again to the widget dashboard, we are getting build widget with no data- build widget with no data
Now, when I checked in db, I am getting all the jenkins jobs in collector_items. But not able to show it in build widget.