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') {
|
||||
steps {
|
||||
sh ''' source activate ${BUILD_TAG}
|
||||
python -m pytest --verbose --junit-xml reports/unit_tests.xml
|
||||
'''
|
||||
}
|
||||
post {
|
||||
always {
|
||||
// Archive unit tests for the future
|
||||
junit (allowEmptyResults: true,
|
||||
testResults: './reports/unit_tests.xml',
|
||||
testResults: true)
|
||||
}
|
||||
}
|
||||
}
|
||||
// stage('Unit tests') {
|
||||
// steps {
|
||||
// sh ''' source activate ${BUILD_TAG}
|
||||
// python -m pytest --verbose --junit-xml reports/unit_tests.xml
|
||||
// '''
|
||||
// }
|
||||
// post {
|
||||
// always {
|
||||
// // Archive unit tests for the future
|
||||
// junit (allowEmptyResults: true,
|
||||
// testResults: './reports/unit_tests.xml',
|
||||
// testResults: true)
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
|
||||
|
||||
stage('Test Run') {
|
||||
|
|
Loading…
Reference in New Issue
Block a user