disable junit for regular build phase
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -121,7 +121,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
junit '**/target/surefire-reports/*.xml'
|
//junit '**/target/surefire-reports/*.xml'
|
||||||
archiveArtifacts artifacts: '**/target/*.war, **/target/*.zip', fingerprint: true
|
archiveArtifacts artifacts: '**/target/*.war, **/target/*.zip', fingerprint: true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user