remove test

Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
olivier lamy 2020-06-04 14:35:48 +10:00
parent 1aaf22cdc1
commit 57d4714a08
1 changed files with 0 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -34,8 +34,6 @@ 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'
}
}