Skip to content

Commit 038464c

Browse files
jenkins: reconfiguration
1 parent aa53830 commit 038464c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

script/jenkins/branches/Jenkinsfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ pipeline {
1010
sh '''#!/bin/bash
1111
export PATH=$PATH:$CONDAPATH
1212
source activate climada_env
13+
rm -f pylint.log
1314
pylint -ry climada | tee pylint.log'''
1415

1516
recordIssues tools: [pyLint(pattern: 'pylint.log')]
@@ -21,6 +22,7 @@ pipeline {
2122
sh '''#!/bin/bash
2223
export PATH=$PATH:$CONDAPATH
2324
source activate climada_env
25+
rm -rf tests_xml/
2426
python -m coverage run tests_runner.py unit
2527
python -m coverage xml -o coverage.xml
2628
python -m coverage html -d coverage'''

0 commit comments

Comments
 (0)