Skip to content

Commit

Permalink
доработал анализ jnit-файлов
Browse files Browse the repository at this point in the history
  • Loading branch information
artbear committed Aug 28, 2017
1 parent 2ee86e7 commit e2f69a8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Jenkinsfile
Expand Up @@ -16,9 +16,11 @@ pipeline {
script {
if( fileExists ('tasks/test.os') ){
bat 'chcp 65001 > nul && oscript tasks/test.os'
junit 'tests.xml'
junit 'bdd-log.xml'
junit 'bdd-lib.xml'

// junit 'tests.xml'
junit allowEmptyResults: true, testResults: 'tests.xml'
junit allowEmptyResults: true, testResults: 'bdd-log.xml'
junit allowEmptyResults: true, testResults: 'bdd-lib.xml'
}
else
echo 'no testing task'
Expand Down

0 comments on commit e2f69a8

Please sign in to comment.