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

olivervinn/code-lytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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