Fix typo in Jenkinsfile
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -64,7 +64,7 @@ pipeline {
|
|||||||
source /opt/conda/etc/profile.d/conda.sh
|
source /opt/conda/etc/profile.d/conda.sh
|
||||||
conda activate "${WORKSPACE}@tmp/${BUILD_NUMBER}"
|
conda activate "${WORKSPACE}@tmp/${BUILD_NUMBER}"
|
||||||
pip install prospector[with_everything]
|
pip install prospector[with_everything]
|
||||||
cd src; prospector -0 -o pylint:prospector.txt
|
cd src; prospector -0 -o pylint:prospector.txt; cd ..; mv src/prospector.txt .
|
||||||
conda deactivate
|
conda deactivate
|
||||||
'''
|
'''
|
||||||
def scannerHome = tool name: 'SonarQubeScanner', type: 'hudson.plugins.sonar.SonarRunnerInstallation';
|
def scannerHome = tool name: 'SonarQubeScanner', type: 'hudson.plugins.sonar.SonarRunnerInstallation';
|
||||||
|
|||||||
Reference in New Issue
Block a user