diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index cff5d7b..486cd12 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -52,7 +52,7 @@ pipeline { withPythonEnv(PYTHONPATH){ sh 'pip install ruff' catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE'){ - sh 'ruff check . --exclude .pyenv-var-lib-jenkins-workspace-capstone_5-.venv-bin --output-format junit -o ruff-report.xml' + sh 'ruff check . --exclude *venv* --output-format junit -o ruff-report.xml' sh 'ruff format .' } }