fixed error in Jenkinsfile
This commit is contained in:
parent
b6f0f35835
commit
b7b9e04f3b
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -57,12 +57,10 @@ pipeline {
|
||||
post {
|
||||
always {
|
||||
junit(testResults: 'testout/junit/**/*.xml',
|
||||
keepLongStdio: true,
|
||||
uniqueName: 'Unit Tests')
|
||||
keepLongStdio: true)
|
||||
|
||||
junit(testResults: 'testout/integrationtest/**/*.xml',
|
||||
keepLongStdio: true,
|
||||
uniqueName: 'Integration tests')
|
||||
keepLongStdio: true)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user