We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f7d7e commit 8437dbaCopy full SHA for 8437dba
1 file changed
Jenkinsfile
@@ -20,7 +20,7 @@ node('rhel7'){
20
sh 'java -version'
21
22
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"
+ sh "./mvnw clean verify -B -U -e -Pserver-distro -Dtycho.disableP2Mirrors=true -DskipTests -P!jboss-maven-repos,!redhat-ga-repository,!redhat-ea-repository"
24
25
def files = findFiles(glob: '**/org.eclipse.jdt.ls.product/distro/**.tar.gz')
26
stash name: 'server_distro', includes :files[0].path
0 commit comments