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 af1aa9e commit ae82534Copy full SHA for ae82534
Jenkinsfile
@@ -9,7 +9,7 @@ pipeline {
9
stage('build') {
10
steps {
11
withPythonEnv(pythonInstallation: 'Windows-CPython-36') {
12
- pybat(script: 'setup.py test --addopts --junit-xml=tests.xml', returnStdout: true)
+ pybat(script: 'setup.py test --addopts --junit-xml=tests.xml', returnStatus: true)
13
}
14
15
junit 'tests.xml'
0 commit comments