Skip to content

Commit a46d2d4

Browse files
author
Zhao Xiaojie
authored
Add junit report attach
1 parent 58d2bc8 commit a46d2d4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Jenkinsfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,10 @@ pipeline {
3434
}
3535
}
3636
}
37+
38+
post{
39+
always{
40+
junit 'target/surefire-reports/**/*.xml'
41+
}
42+
}
3743
}

0 commit comments

Comments
 (0)