From 1f3ba5b1fbc90f2ae7265d2bc2d073eea7d6b6f7 Mon Sep 17 00:00:00 2001 From: Alexandr Mansurov Date: Sat, 9 Oct 2021 01:04:35 +0200 Subject: [PATCH] Fix typo in Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index bfdb7f7..243cb65 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -64,7 +64,7 @@ pipeline { source /opt/conda/etc/profile.d/conda.sh conda activate "${WORKSPACE}@tmp/${BUILD_NUMBER}" pip install prospector[with_everything] - cd src; prospector -0 -o pylint:prospector.txt tsa + cd src; prospector -0 -o pylint:prospector.txt conda deactivate ''' def scannerHome = tool name: 'SonarQubeScanner', type: 'hudson.plugins.sonar.SonarRunnerInstallation';