Issue #5264 - Removing compact3 build

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
Joakim Erdfelt 2020-09-21 14:56:48 -05:00
parent 533d64cda1
commit 817533f460
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
1 changed files with 0 additions and 11 deletions

11
Jenkinsfile vendored
View File

@ -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']]
}
}
}
}
}
}
}