forked from jenkins-infra/jenkins.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
python.yml
25 lines (25 loc) · 984 Bytes
/
python.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
usecase: "Python"
color: '#4786BB'
articles:
-
- 'http://www.alexconrad.org/2011/10/jenkins-and-python.html'
- 'Getting started with Jenkins and Python'
-
- 'https://bhfsteve.blogspot.be/2012/04/automated-python-unit-testing-code.html'
- 'Automated python unit testing, code coverage and code quality analysis with Jenkins'
-
- 'http://michal.karzynski.pl/blog/2014/04/19/continuous-integration-server-for-django-using-jenkins/'
- 'Continuous Integration for Django projects with Jenkins'
plugins:
-
- 'https://plugins.jenkins.io/shiningpanda'
- 'Shining Panda plugin'
- 'adds various build steps for building Python projects with virtualenv, tox and more'
-
- 'https://plugins.jenkins.io/junit'
- 'JUnit plugin'
- 'publishes XML formatted test reports (generated by tools like nose) for trending and analysis'
-
- 'https://plugins.jenkins.io/warnings-ng'
- 'Warnings Next Generation plugin'
- 'collects issues from static analysis tools such as Pylint'