Skip to content

Commit

Permalink
Debug Jenkinsfile
Browse files Browse the repository at this point in the history
Signed-off-by: Leonard Carcaramo <lcarcaramo@ibm.com>
  • Loading branch information
lcarcaramo committed Sep 1, 2023
1 parent 54294a7 commit 9b5df49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def lint_and_unit_test(python) {
sh """
. venv_${python}/bin/activate
${python} -m flake8 . --exclude venv_*
${python} -m pylint --recursive=y --ignore venv_* .
${python} -m pylint --recursive=y --ignore-patterns venv_* .
${python} -m coverage run tests/test_runner.py
${python} -m coverage report -m
"""
Expand Down

0 comments on commit 9b5df49

Please sign in to comment.