diff --git a/Jenkinsfile b/Jenkinsfile index 03419af..92eae67 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -64,7 +64,7 @@ pipeline { sh( label: 'Run pydocstyle', script: '''mkdir -p reports - pydocstyle speedwagon > reports/pydocstyle-report.txt + pydocstyle uiucprescon > reports/pydocstyle-report.txt ''' ) }