changes in file
This commit is contained in:
parent
25806d0c5c
commit
d6929e8c06
30
Jenkinsfile
vendored
30
Jenkinsfile
vendored
|
@ -160,21 +160,21 @@ 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 reports/unit_tests.xml
|
// python -m pytest --verbose --junit-xml reports/unit_tests.xml
|
||||||
'''
|
// '''
|
||||||
}
|
// }
|
||||||
post {
|
// post {
|
||||||
always {
|
// always {
|
||||||
// Archive unit tests for the future
|
// // Archive unit tests for the future
|
||||||
junit (allowEmptyResults: true,
|
// junit (allowEmptyResults: true,
|
||||||
testResults: './reports/unit_tests.xml',
|
// testResults: './reports/unit_tests.xml',
|
||||||
testResults: true)
|
// testResults: true)
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
|
|
||||||
|
|
||||||
stage('Test Run') {
|
stage('Test Run') {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user