We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20fe5e8 commit dc5c847Copy full SHA for dc5c847
Jenkinsfile
@@ -42,7 +42,7 @@ pipeline {
42
}
43
steps {
44
sh """#!/usr/bin/env bash
45
- set -Eeux pipefail
+ set -Eeux
46
python -m pylint ${PYTHON_MODULES} |& tee pylint.log
47
echo "\${PIPESTATUS[0]}" | tee pylint_status.log
48
python -m mypy ${PYTHON_MODULES} |& tee mypy.log
0 commit comments