We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73addbd commit ca29cb2Copy full SHA for ca29cb2
Jenkinsfile
@@ -15,7 +15,7 @@ def buildVscodeExtension(){
15
node('rhel7'){
16
stage 'Build JDT LS'
17
git url: 'https://github.com/eclipse/eclipse.jdt.ls.git'
18
- sh "./mvnw clean verify -B -U -e -Pserver-distro -Dtycho.disableP2Mirrors=true"
+ sh "./mvnw clean verify -B -U -e -Pserver-distro -Dtycho.disableP2Mirrors=true -P!jboss-maven-repos,!redhat-ga-repository,!redhat-ea-repository"
19
20
def files = findFiles(glob: '**/org.eclipse.jdt.ls.product/distro/**.tar.gz')
21
stash name: 'server_distro', includes :files[0].path
0 commit comments