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