Skip to content

WebDriverIO Cucumber Jenkins build collector for the Hygieia DevOps Dashboard — Edit

License

Notifications You must be signed in to change notification settings

mickfeech/hygieia_cucumber_jenkins_collector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hygieia WebDriverIO Cucumber Jenkins Build Collector

WebDriverIO Cucumber Jenkins collector for the Hygieia DevOps Dashboard. Supports the use of Jenkins 2.0 pipeline and the Jenkins Folders plugin. You will need to provide a hygieia_cucumber.properties property file (there is a sample provided).

Python Requirements

  • json
  • jenkins
  • re
  • datetime
  • pymongo
  • requests
  • time
  • configparser
  • os

Configuration

hygieia_jenkins.properties

[jenkins]
url=http://servername:port
username=jenkins_user_name
password=jenkins_password
folder=jenkins_folder_to_search

[db]
host=localhost
username=db
password=dbpass

[hygieia]
api_url=http://servername:port/api

Uses

Setup a cronjob to regularly gather jenkins build data

*/15 * * * * /home/hygieia/hygieia_cucumber_collector.py >/dev/null 2>&1

About

WebDriverIO Cucumber Jenkins build collector for the Hygieia DevOps Dashboard — Edit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages