temporary debug
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
parent
86ea115e1f
commit
1aaf22cdc1
|
@ -34,6 +34,8 @@ pipeline {
|
|||
classPattern: '**/target/classes',
|
||||
sourcePattern: '**/src/main/java'
|
||||
warnings consoleParsers: [[parserName: 'Maven'], [parserName: 'Java']]
|
||||
sh "cat jetty-client/target/surefire-reports/TEST-org.eclipse.jetty.client.ConnectionPoolTest.xml"
|
||||
archiveArtifacts artifacts: "jetty-client/target/surefire-reports/TEST-org.eclipse.jetty.client.ConnectionPoolTest.xml",allowEmptyArchive: true
|
||||
junit testResults: '**/target/surefire-reports/*.xml,**/target/invoker-reports/TEST*.xml,**/target/autobahntestsuite-reports/*.xml'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue