mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-03 04:19:12 +00:00
Restoring logging/testing now that cdi testing is fixed
This commit is contained in:
parent
07c287c5cb
commit
6f613e815e
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -53,7 +53,7 @@ node {
|
||||
withEnv(mvnEnv) {
|
||||
timeout(time: 90, unit: 'MINUTES') {
|
||||
// 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
|
||||
step([$class: 'JUnitResultArchiver',
|
||||
testResults: '**/target/surefire-reports/TEST-*.xml'])
|
||||
|
@ -6,8 +6,8 @@ org.jboss.LEVEL=INFO
|
||||
# org.eclipse.jetty.util.component.LEVEL=DEBUG
|
||||
|
||||
# org.eclipse.jetty.websocket.common.LEVEL=DEBUG
|
||||
org.eclipse.jetty.util.DecoratedObjectFactory.LEVEL=DEBUG
|
||||
org.eclipse.jetty.cdi.LEVEL=DEBUG
|
||||
# org.eclipse.jetty.util.DecoratedObjectFactory.LEVEL=DEBUG
|
||||
# org.eclipse.jetty.cdi.LEVEL=DEBUG
|
||||
|
||||
# org.eclipse.jetty.LEVEL=DEBUG
|
||||
# org.eclipse.jetty.websocket.LEVEL=DEBUG
|
||||
|
Loading…
x
Reference in New Issue
Block a user