mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-01 03:19:13 +00:00
disable parse junit report when building compact3 profile
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
parent
5463b64a7c
commit
884afb5ba1
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -64,7 +64,7 @@ pipeline {
|
||||
agent { node { label 'linux' } }
|
||||
options { timeout(time: 120, unit: 'MINUTES') }
|
||||
steps {
|
||||
mavenBuild("jdk8", "-Pcompact3 install -DskipTests", "maven3", false)
|
||||
mavenBuild("jdk8", "-Pcompact3 install -DskipTests", "maven3", true)
|
||||
warnings consoleParsers: [[parserName: 'Maven'], [parserName: 'Java']]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user