Restoring logging/testing now that cdi testing is fixed
This commit is contained in:
parent
07c287c5cb
commit
6f613e815e
|
@ -53,7 +53,7 @@ node {
|
||||||
withEnv(mvnEnv) {
|
withEnv(mvnEnv) {
|
||||||
timeout(time: 90, unit: 'MINUTES') {
|
timeout(time: 90, unit: 'MINUTES') {
|
||||||
// Run test phase / ignore test failures
|
// Run test phase / ignore test failures
|
||||||
sh "mvn -B install -Dmaven.test.failure.ignore=true -Dtest=**/org/eclipse/jetty/cdi/**"
|
sh "mvn -B install -Dmaven.test.failure.ignore=true"
|
||||||
// Report failures in the jenkins UI
|
// Report failures in the jenkins UI
|
||||||
step([$class: 'JUnitResultArchiver',
|
step([$class: 'JUnitResultArchiver',
|
||||||
testResults: '**/target/surefire-reports/TEST-*.xml'])
|
testResults: '**/target/surefire-reports/TEST-*.xml'])
|
||||||
|
|
|
@ -6,8 +6,8 @@ org.jboss.LEVEL=INFO
|
||||||
# org.eclipse.jetty.util.component.LEVEL=DEBUG
|
# org.eclipse.jetty.util.component.LEVEL=DEBUG
|
||||||
|
|
||||||
# org.eclipse.jetty.websocket.common.LEVEL=DEBUG
|
# org.eclipse.jetty.websocket.common.LEVEL=DEBUG
|
||||||
org.eclipse.jetty.util.DecoratedObjectFactory.LEVEL=DEBUG
|
# org.eclipse.jetty.util.DecoratedObjectFactory.LEVEL=DEBUG
|
||||||
org.eclipse.jetty.cdi.LEVEL=DEBUG
|
# org.eclipse.jetty.cdi.LEVEL=DEBUG
|
||||||
|
|
||||||
# org.eclipse.jetty.LEVEL=DEBUG
|
# org.eclipse.jetty.LEVEL=DEBUG
|
||||||
# org.eclipse.jetty.websocket.LEVEL=DEBUG
|
# org.eclipse.jetty.websocket.LEVEL=DEBUG
|
||||||
|
|
Loading…
Reference in New Issue