jenkins: run tox black part (#50927)

This commit is contained in:
Frédéric Péters 2021-02-05 16:21:03 +01:00
parent f94c4647b5
commit 7d29f06442
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -9,11 +9,11 @@ pipeline {
stage('Unit tests django 1.11') {
agent any
steps {
sh 'tox -rv -e py3-django111-pylint-coverage'
sh 'tox -rv -e py3-django111-black-pylint-coverage'
}
post {
always {
stash includes:'junit-py3-django111-pylint-coverage.xml', name: 'django111'
stash includes:'junit-py3-django111-black-pylint-coverage.xml', name: 'django111'
script {
utils = new Utils()
utils.publish_coverage('coverage.xml')