Skip to content
This repository was archived by the owner on Oct 8, 2020. It is now read-only.

Commit e9a7f19

Browse files
Update Jenkinsfile
1 parent cdca6db commit e9a7f19

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Jenkinsfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ pipeline {
2525
echo 'Building..'
2626
sh 'mvn clean package'
2727
}
28-
post {
29-
success {
30-
junit 'target/surefire-reports/**/*.xml'
31-
}
32-
}
3328
}
3429

3530
stage('Test') {

0 commit comments

Comments
 (0)