Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mpkocher/py_jenkins_example
Simple Example of Jenkins usage with Pylint, Pep8, and Coverage
https://github.com/mpkocher/py_jenkins_example
Last synced: 7 days ago
JSON representation
Simple Example of Jenkins usage with Pylint, Pep8, and Coverage
- Host: GitHub
- URL: https://github.com/mpkocher/py_jenkins_example
- Owner: mpkocher
- Created: 2012-09-27T18:48:39.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-23T19:53:08.000Z (about 12 years ago)
- Last Synced: 2024-04-17T07:12:46.229Z (9 months ago)
- Language: Shell
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
py_jenkins_example
==================Simple Example of Jenkins usage with Pylint, Pep8, and Coverage
Setup
------The setup is done in three separate slightly goofy steps (step_*.sh)
PostBuild Action
----------------Publish Cobertura Coverage Report
Cobertura xml report pattern **/py_jenkins_example/example_pkg/coverage.xml
Publish JUnit test results report
---------------------------------Test report XMLS **/nosetests.xml
Publish coverage.py HTML reports
---------------------------------Report directory **/htmlcov
Report Violations
---------------------pylint 10 999 999 pylint.out
pep8 10 999 999 pep8.out
Source Path Pattern **/py_jenkins_example/example_pkg
Publish SLOCCount analysis results
----------------------------------SLOCCount reports **/sloccount.out