chage in unit test
This commit is contained in:
parent
28b9a6c241
commit
a10f926845
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -187,13 +187,13 @@ pipeline {
|
||||||
stage('Unit tests') {
|
stage('Unit tests') {
|
||||||
steps {
|
steps {
|
||||||
sh ''' source activate ${BUILD_TAG}
|
sh ''' source activate ${BUILD_TAG}
|
||||||
python -m pytest --verbose --junit-xml results.xml
|
python -m pytest --verbose --junit-xml result.xml
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
// Archive unit tests for the future
|
// Archive unit tests for the future
|
||||||
junit allowEmptyResults: true, testResults: 'results.xml', fingerprint: true
|
junit allowEmptyResults: true, testResults: 'result.xml', fingerprint: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user