Kaydet (Commit) 415f8020 authored tarafından Batuhan Osman TASKAYA's avatar Batuhan Osman TASKAYA

fix name

üst 8ec176b2
......@@ -19,7 +19,7 @@ pipeline {
stage('flake8') {
steps {
sh """. .venv/bin/activate
flake8 --max-complexity 7 --output-file flake8_results.txt darwc
flake8 --max-complexity 7 --output-file flake8_results.txt darwcss/
flake8_junit flake8_results.txt test_flake8.xml
rm flake8_results.txt
"""
......@@ -62,7 +62,6 @@ pipeline {
}
post {
always {
sh 'cat test_*.xml'
junit 'test_*.xml'
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment