Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (22 loc) · 760 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 760 Bytes

#Code-Lytics

Set of scripts to aggregate information from Jenkins, Coverity and QAC - mergining data into a single source for presenting with a simple web interface.

Details

  • clrunner.py
    • Fetches and merges data source to produce a single json representation
  • cljenkins.py
    • Gets warnings for a job
  • clcoverity.py
  • Gets component map
  • Gets issues
  • clutils.py
  • Convertions
  • Finger print local files (HASH)

#Use

Configure clrun.py with details of your web instances of Jenkins, Coverty plus login credentials. Generates a .json

Place in home directory of website

pyton -m SimpleHTTPServer

Go to URL

http://localhost:8000