Skip to content

Commit d885683

Browse files
committed
Добавил вывод результатов тестирования
1 parent 6c4309c commit d885683

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Jenkinsfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ pipeline {
2020

2121
if( fileExists ('tasks/test.os') ){
2222
bat 'chcp 65001 > nul && oscript tasks/test.os'
23-
24-
junit allowEmptyResults: true, testResults: 'tests.xml'
25-
junit allowEmptyResults: true, testResults: 'bdd-log.xml'
23+
junit 'tests.xml'
2624
}
2725
else
2826
echo 'no testing task'

0 commit comments

Comments
 (0)