disable autobahn for every build
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
parent
cc4304a0f6
commit
8cf00f7226
|
@ -11,7 +11,7 @@ pipeline {
|
||||||
agent { node { label 'linux' } }
|
agent { node { label 'linux' } }
|
||||||
options { timeout(time: 120, unit: 'MINUTES') }
|
options { timeout(time: 120, unit: 'MINUTES') }
|
||||||
steps {
|
steps {
|
||||||
mavenBuild("jdk11", "-Pautobahn -Pmongodb install", "maven3", true)
|
mavenBuild("jdk11", "-Pmongodb install", "maven3", true) // -Pautobahn
|
||||||
// Collect up the jacoco execution results (only on main build)
|
// Collect up the jacoco execution results (only on main build)
|
||||||
jacoco inclusionPattern: '**/org/eclipse/jetty/**/*.class',
|
jacoco inclusionPattern: '**/org/eclipse/jetty/**/*.class',
|
||||||
exclusionPattern: '' +
|
exclusionPattern: '' +
|
||||||
|
|
Loading…
Reference in New Issue