From 46d8668f670d2672b41256c78d8a331ceaad2af3 Mon Sep 17 00:00:00 2001 From: olivier lamy Date: Sun, 23 Dec 2018 21:17:49 +1000 Subject: [PATCH] disable autobahn profile Signed-off-by: olivier lamy --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3fde91bc0d1..b38c58bcb61 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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',