Skip to content

Commit ae82534

Browse files
committed
Added Jenkinsfile
1 parent af1aa9e commit ae82534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pipeline {
99
stage('build') {
1010
steps {
1111
withPythonEnv(pythonInstallation: 'Windows-CPython-36') {
12-
pybat(script: 'setup.py test --addopts --junit-xml=tests.xml', returnStdout: true)
12+
pybat(script: 'setup.py test --addopts --junit-xml=tests.xml', returnStatus: true)
1313
}
1414

1515
junit 'tests.xml'

0 commit comments

Comments
 (0)