adde junit tests to the jnkeinsfile
This commit is contained in:
parent
1ee30c7db6
commit
b67ecc0860
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -53,5 +53,10 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
post {
|
||||
always {
|
||||
junit 'testout/junit.xml'
|
||||
junit 'testout/integrationtest.xml'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user