Skip to content

Commit ca29cb2

Browse files
committed
Deactivate slow Red Hat repos on Jenkins to speed up the build
Signed-off-by: Fred Bricon <[email protected]>
1 parent 73addbd commit ca29cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 -e -Pserver-distro -Dtycho.disableP2Mirrors=true"
18+
sh "./mvnw clean verify -B -U -e -Pserver-distro -Dtycho.disableP2Mirrors=true -P!jboss-maven-repos,!redhat-ga-repository,!redhat-ea-repository"
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)