Update Jenkinsfile
This commit is contained in:
parent
1455769f43
commit
ad0aae217f
1 changed files with 0 additions and 5 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -18,11 +18,6 @@ pipeline {
|
|||
steps {
|
||||
sh 'mvn -Dmaven.test.failure.ignore=true install'
|
||||
}
|
||||
post {
|
||||
success {
|
||||
junit 'target/v10lift2/**/*.xml'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue