File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ def buildVscodeExtension(){
15
15
node(' rhel7' ){
16
16
stage ' Build JDT LS'
17
17
git url : ' https://github.com/eclipse/eclipse.jdt.ls.git'
18
- sh " ./mvnw clean verify -B -U -e -Pserver-distro -DdisableP2Mirrors =true"
18
+ sh " ./mvnw clean verify -B -U -e -Pserver-distro -Dtycho.disableP2Mirrors =true"
19
19
20
20
def files = findFiles(glob : ' **/org.eclipse.jdt.ls.product/distro/**.tar.gz' )
21
21
stash name : ' server_distro' , includes :files[0 ]. path
@@ -46,7 +46,7 @@ node('rhel7'){
46
46
sh " npm run compile" // compile the test code too
47
47
sh " npm test --silent"
48
48
}
49
-
49
+
50
50
stage ' Upload vscode-java to staging'
51
51
def vsix = findFiles(glob : ' **.vsix' )
52
52
sh " rsync -Pzrlt --rsh=ssh --protocol=28 ${ vsix[0].path} ${ UPLOAD_LOCATION} /jdt.ls/staging"
You can’t perform that action at this time.
0 commit comments