changes in file

This commit is contained in:
shikhar.s 2019-08-28 19:19:20 +05:30
parent 056c41c307
commit 25806d0c5c
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -171,7 +171,7 @@ pipeline {
// Archive unit tests for the future
junit (allowEmptyResults: true,
testResults: './reports/unit_tests.xml',
fingerprint: true)
testResults: true)
}
}
}