hygieia / hygieia-build-jenkins-collector

Hygieia Collector to extract data from Jenkins and feed into Hygieia

Home Page:https://github.com/Hygieia/Hygieia/blob/gh-pages/pages/hygieia/collectors/build/jenkins.md

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Service hygieia-jenkins-build-collector has neither an image nor a build context specified. At least one must be provided.

dasaradhan opened this issue · comments

version: '3'
services:

api-audit:
# environment:

ui:
# environment:

appdynamics-collector:
# environment:

artifactory-artifact-collector:
# environment:

bamboo-build-collector:
# environment:

chat-ops-collector:
# environment:

hpsm-cmdb-collector:
# environment:

github-graphql-collector:
# environment:

gitlab-feature-collector:
# environment:

gitlab-scm-collector:
# environment:

hygieia-jenkins-build-collector:
environment:
- JENKINS_CRON=0 * * * * *
- JENKINS_MASTER=http://3.16.22.132:8080
- JENKINS_USERNAME=Dragon
- JENKINS_API_KEY=11df470af887b7e5051d7d22a79943ae59

jenkins-codequality-collector:
# environment:

I have this on override.yml but still it's failing.

Error:

ERROR: The Compose file is invalid because:
Service jira-collector has neither an image nor a build context specified. At least one must be provided.
[ec2-user@ip-172-31-16-167 Hygieia]$ docker-compose up -d
ERROR: The Compose file is invalid because:
Service hpsm-cmdb-collector has neither an image nor a build context specified. At least one must be provided.
[ec2-user@ip-172-31-16-167 Hygieia]$ docker-compose up -d
ERROR: The Compose file is invalid because:
Service nexus-iq-collector has neither an image nor a build context specified. At least one must be provided.
[ec2-user@ip-172-31-16-167 Hygieia]$ docker-compose up -d
ERROR: The Compose file is invalid because:
Service jenkins-codequality-collector has neither an image nor a build context specified. At least one must be provided.

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.