Skip to content

Commit daf30e3

Browse files
author
Artem Eroshenko
authored
add allure report (via allure-framework#161)
1 parent 99a3d50 commit daf30e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pipeline {
2828
}
2929
post {
3030
always {
31-
allure results: [[path: '**/build/allure-results']]
31+
allure results: [[path: '**/build/test-results/test']]
3232
deleteDir()
3333
}
3434

0 commit comments

Comments
 (0)