Skip to content

Commit c7be468

Browse files
committed
Make jenkins build fail faster
Signed-off-by: Fred Bricon <fbricon@gmail.com>
1 parent a757a3b commit c7be468

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def buildVscodeExtension(){
1515
node('rhel7'){
1616
stage 'Build JDT LS'
1717
git url: 'https://github.com/eclipse/eclipse.jdt.ls.git'
18-
sh "./mvnw clean verify -B -U -fae -e -Pserver-distro -DdisableP2Mirrors=true"
18+
sh "./mvnw clean verify -B -U -e -Pserver-distro -DdisableP2Mirrors=true"
1919

2020
def files = findFiles(glob: '**/org.eclipse.jdt.ls.product/distro/**.tar.gz')
2121
stash name: 'server_distro', includes :files[0].path

0 commit comments

Comments
 (0)