disable autobahn profile
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
parent
42c09b5fef
commit
46d8668f67
|
@ -9,7 +9,7 @@ pipeline {
|
|||
agent { node { label 'linux' } }
|
||||
options { timeout(time: 120, unit: 'MINUTES') }
|
||||
steps {
|
||||
mavenBuild("jdk11", "-Pautobahn -Pmongodb install", "maven3")
|
||||
mavenBuild("jdk11", "-Pmongodb install", "maven3")
|
||||
warnings consoleParsers: [[parserName: 'Maven'], [parserName: 'Java']]
|
||||
// Collect up the jacoco execution results (only on main build)
|
||||
jacoco inclusionPattern: '**/org/eclipse/jetty/**/*.class',
|
||||
|
|
Loading…
Reference in New Issue