From 7d29f06442d8601e258134172dc2b6f02b4f6d27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 5 Feb 2021 16:21:03 +0100 Subject: [PATCH] jenkins: run tox black part (#50927) --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index b6ebefd31..30ef7882d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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')