diff --git a/Jenkinsfile b/Jenkinsfile index 12e42a1..fc5ab17 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,15 +14,15 @@ pipeline { utils = new Utils() utils.publish_coverage('coverage-*.xml') utils.publish_coverage_native( - 'index.html', 'htmlcov-py3-django22-coverage-authentic', 'Coverage authentic tests') + 'index.html', 'htmlcov-py3-django22-drf312-coverage-authentic', 'Coverage authentic tests') utils.publish_coverage_native( - 'index.html', 'htmlcov-py3-django22-coverage-hobo', 'Coverage hobo tests') + 'index.html', 'htmlcov-py3-django22-drf312-coverage-hobo', 'Coverage hobo tests') utils.publish_coverage_native( - 'index.html', 'htmlcov-py3-django22-coverage-multipublik', 'Coverage multipublik tests') + 'index.html', 'htmlcov-py3-django22-drf312-coverage-multipublik', 'Coverage multipublik tests') utils.publish_coverage_native( - 'index.html', 'htmlcov-py3-django22-coverage-multitenant', 'Coverage multitenant tests') + 'index.html', 'htmlcov-py3-django22-drf312-coverage-multitenant', 'Coverage multitenant tests') utils.publish_coverage_native( - 'index.html', 'htmlcov-py3-django22-coverage-passerelle', 'Coverage passerelle tests') + 'index.html', 'htmlcov-py3-django22-drf312-coverage-passerelle', 'Coverage passerelle tests') utils.publish_pylint('pylint.out') } mergeJunitResults()