diff --git a/.cico.pipeline b/.cico.pipeline index 1fdbfb7..7071c65 100644 --- a/.cico.pipeline +++ b/.cico.pipeline @@ -62,7 +62,7 @@ node('pagure') { } stage('Archive Artifacts'){ - archiveArtifacts artifacts: '*.out' + archiveArtifacts artifacts: 'pagure/*.out' } } } diff --git a/run_ci_tests.sh b/run_ci_tests.sh index c519fce..6f4aafc 100755 --- a/run_ci_tests.sh +++ b/run_ci_tests.sh @@ -55,6 +55,6 @@ PYTHONPATH=pagure \ set +e -PYTHONPATH=pagure pylint -f parseable pagure | tee pylint.out +PYTHONPATH=pagure pylint-2 -f parseable pagure | tee pylint.out pep8 pagure/*.py pagure/*/*.py | tee pep8.out