Skip to content

Commit 8437dba

Browse files
committed
Skip jdt.ls tests as it's already tested in jdt.ls's own build process
Signed-off-by: Fred Bricon <fbricon@gmail.com>
1 parent f3f7d7e commit 8437dba

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
@@ -20,7 +20,7 @@ node('rhel7'){
2020
sh 'java -version'
2121

2222
git url: 'https://github.com/eclipse/eclipse.jdt.ls.git'
23-
sh "./mvnw clean verify -B -U -e -Pserver-distro -Dtycho.disableP2Mirrors=true -P!jboss-maven-repos,!redhat-ga-repository,!redhat-ea-repository"
23+
sh "./mvnw clean verify -B -U -e -Pserver-distro -Dtycho.disableP2Mirrors=true -DskipTests -P!jboss-maven-repos,!redhat-ga-repository,!redhat-ea-repository"
2424

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

0 commit comments

Comments
 (0)