Skip to content

Commit e0a5905

Browse files
committed
Make Jenkins download the XML server when releasing - take 2
Signed-off-by: Fred Bricon <[email protected]>
1 parent 077bf03 commit e0a5905

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ def buildVscodeExtension(){
1313
}
1414

1515
node('rhel7'){
16+
sh "curl -Lo package.json https://raw.githubusercontent.com/redhat-developer/vscode-xml/master/package.json"
1617
def packageJson = readJSON file: 'package.json'
1718
def serverVersion = packageJson?.xmlServer?.version
1819
def files = []

0 commit comments

Comments
 (0)