fix jenkinsfile
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -14,8 +14,10 @@ pipeline {
|
|||||||
}
|
}
|
||||||
|
|
||||||
stage ('capture') {
|
stage ('capture') {
|
||||||
archiveArtifacts 'target/*.jar'
|
steps {
|
||||||
junit 'target/surefire-reports/*.xml'
|
archiveArtifacts 'target/*.jar'
|
||||||
|
junit 'target/surefire-reports/*.xml'
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user