Questions tagged [hygieia]

Hygieia is a dashboard for DevOps teams that provides a consolidated view of the entire delivery pipeline. It is configurable and is capable of providing near-real-time insights into the pipeline stages.

30 questions
10
votes
1 answer

Alternative(s) to Capital One Hygieia

All - I have been looking at tools that would provide near real-time visibility and feedback into our entire Delivery Pipeline. The only one I found similar to what I have been looking for is by Captial One Hygieia…
Murali Bala
  • 1,133
  • 2
  • 18
  • 28
3
votes
1 answer

Hygieia Issue: Not able to see data in hygieia build widget for jenkins

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…
2
votes
1 answer

Issue under github widget- No repos found with matching url and branch

I am setting everything according to the docs. Why is the app returning the error at the bottom of the dialog below 'Save'? The repo exists! EDIT The api server log reports that it's trying to run a query on the options.url on the collector items…
John Difool
  • 5,572
  • 5
  • 45
  • 80
2
votes
0 answers

Changing variables in a gulp file

There is an application that runs with gulp file - https://github.com/Hygieia/Hygieia/blob/master/UI/gulpfile.js A config array is present in which there are module, local, api variables. refresh By default **config.api** == null As far as I…
Andrew
  • 31
  • 3
2
votes
1 answer

Hygieia Jenkins-Build Collector not starting with UnsatisfiedDependencyException

I am having a problem getting the Jenkins-build collector working. I am using the latest hygieia-core and latest hygieia-build-jenkins-collector. I can get the rally, sonar, and github collectors running fine as well as a custom collector that I…
Jand
  • 406
  • 2
  • 7
  • 22
2
votes
1 answer

Hygieia: Issue under github widget- cant see anything under Repo Type

I have installed hygieia in my aws machine. After installing hygieia i am trying to configure github widget. But under repo type i dont find to select github. Furthermore Please find the jar commmand. java -jar github-collector.jar…
Trinath C
  • 21
  • 1
1
vote
0 answers

Unable to view data collected in mongoDB using hygieia-feature-jira-collector in Hygieia UI

While configuring the Feature widget in Hygieia UI for JIRA, Project Name and Team Name fields doesn't show team/project names in text box suggestions from data collected in mongoDB. MongoDB has right data in following tables…
Saini Basu
  • 11
  • 2
1
vote
0 answers

hygieia jira collector shows 401 unauthorized

I have installe hygieia components using the hygieia starter repo Here is the docker compose yaml link-https://github.com/hygieia/hygieia-starter-kit/blob/master/hygieia-starter-kit/Dockerfile I have installed jira collector in one of my server, and…
1
vote
0 answers

Cannot open hygieia UI for linux server with nginx

I am trying to install and run hygieia https://github.com/hygieia/hygieia on a linux server however it did not work. I start UI in port 3000 and api in port 4000 and configure them in nginx with the nginx.conf file below : events { …
1
vote
1 answer

Hygieia Github Collector is not fetching old commits

My github-scm-collector is not fetching commits from last 7 days, Rather it is showing only recent commits. How to solve this Problem?
LoGan
  • 97
  • 4
  • 13
1
vote
0 answers

Iam trying to package hygieia's source code into jar and getting error

I am trying to package hygieia's source code into jar but while trying to build maven i am getting the following error Java version is 8 and environment variable points correctly
Shrivatz
  • 13
  • 3
1
vote
1 answer

COPY failed: stat /var/lib/docker/tmp/docker-builderXXXXX/default.conf: no such file or directory

I'm trying to create a Hygieia api docker image based from https://github.com/Hygieia/Hygieia So i already executed "mvn clean install" in hygieia-core and hygieia. I'm now trying to execute "docker build . -t hygieia-api but i'm getting this…
Gian
  • 31
  • 3
1
vote
1 answer

Unable to push custom reports(html or xml format) from jenkins to hygieia dashboard

I have custom generated XML test reports that is pushed to jenkins. I tried 'HygieiaTestPublishStep' using hygieia-jenkis plugin, but it does not pick the data(Logs pasted below). Hygieia jenkins collector also do not pick these files. [Pipeline]…
rajkumaradass
  • 114
  • 1
  • 8
1
vote
1 answer

how to hygieia application in Debug mode

I have setup Hygieia (https://github.com/capitalone/Hygieia) in my local machine and when i started the app from command prompt , I am able to see the dashboard in my browser, as required. Details about my workspace 1)I am using STS ide 2)for…
dzoneuser
  • 63
  • 1
  • 7
1
vote
1 answer

Hygieia - Creation of dashboard is failing

I'm working no setting up Hygieia dashboard. Hygieia: https://github.com/gigaaks/Hygieia Trying both approaches of setting it up locally or using Docker based installation/setup. I'm successfully able to get mongoDB, it's API, UI modules up and…
AKS
  • 16,482
  • 43
  • 166
  • 258
1
2