Skip to content

Commit

Permalink
Fix jenkinsfile
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Bricon <[email protected]>
  • Loading branch information
fbricon committed Aug 19, 2020
1 parent 516ceab commit bd92979
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ node('rhel7'){
//wrap([$class: 'Xvnc']) {
// sh "npm test --silent"
//}

stage 'Upload to /vscode-xml/staging'
def vsix = findFiles(glob: '**.vsix')
sh "rsync -Pzrlt --rsh=ssh --protocol=28 ${vsix[0].path} ${UPLOAD_LOCATION}/vscode-xml/staging"
Expand Down Expand Up @@ -89,7 +89,6 @@ node('rhel7'){

stage "Upload to /vscode-xml/stable"
// copy this stable build to Akamai-mirrored /static/ URL, so staging can be cleaned out more easily
def vsix = findFiles(glob: '**.vsix')
sh "rsync -Pzrlt --rsh=ssh --protocol=28 ${vsix[0].path} ${UPLOAD_LOCATION}/static/vscode-xml/stable/"
}// if publishToMarketPlace
}

0 comments on commit bd92979

Please sign in to comment.