Jenkinsfile: isort does not fail the build
Change-Id: Ide31346f35ecef3030f306698cfe4586010df020 Reviewed-on: https://forge.frm2.tum.de/review/c/secop/frappy/+/30674 Tested-by: Jenkins Automated Tests <pedersen+jenkins@frm2.tum.de> Reviewed-by: Georg Brandl <g.brandl@fz-juelich.de>
This commit is contained in:
parent
5c2b4c6491
commit
2e698af78c
2
ci/Jenkinsfile
vendored
2
ci/Jenkinsfile
vendored
@ -45,7 +45,7 @@ echo "$changedFiles"
|
|||||||
if [[ -n "$changedFiles" ]]; then
|
if [[ -n "$changedFiles" ]]; then
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
pylint $changedFiles | tee pylint_results.txt
|
pylint $changedFiles | tee pylint_results.txt
|
||||||
isort --df $changedFiles | tee isort_results.txt
|
isort --df $changedFiles || true | tee isort_results.txt
|
||||||
fi
|
fi
|
||||||
"""
|
"""
|
||||||
withCredentials([string(credentialsId: 'GERRITHTTP',
|
withCredentials([string(credentialsId: 'GERRITHTTP',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user