Skip to content

Commit af1aa9e

Browse files
committed
record test results
1 parent 84e0eaa commit af1aa9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile

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

15+
junit 'tests.xml'
1516
}
1617
}
1718
}

0 commit comments

Comments
 (0)