From 817533f460954b55de2725c331aece6b8c84001d Mon Sep 17 00:00:00 2001 From: Joakim Erdfelt Date: Mon, 21 Sep 2020 14:56:48 -0500 Subject: [PATCH] Issue #5264 - Removing compact3 build Signed-off-by: Joakim Erdfelt --- Jenkinsfile | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index bcf24d21059..5cc19e94015 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -65,17 +65,6 @@ pipeline { } } } - stage( "Build Compact3" ) { - agent { node { label 'linux' } } - steps { - container( 'jetty-build' ) { - timeout( time: 30, unit: 'MINUTES' ) { - mavenBuild( "jdk11", "-T3 -Pcompact3 clean install -DskipTests", "maven3", true ) - warnings consoleParsers: [[parserName: 'Maven'], [parserName: 'Java']] - } - } - } - } } } }