We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 516ceab commit bd92979Copy full SHA for bd92979
Jenkinsfile
@@ -59,7 +59,7 @@ node('rhel7'){
59
//wrap([$class: 'Xvnc']) {
60
// sh "npm test --silent"
61
//}
62
-
+
63
stage 'Upload to /vscode-xml/staging'
64
def vsix = findFiles(glob: '**.vsix')
65
sh "rsync -Pzrlt --rsh=ssh --protocol=28 ${vsix[0].path} ${UPLOAD_LOCATION}/vscode-xml/staging"
@@ -89,7 +89,6 @@ node('rhel7'){
89
90
stage "Upload to /vscode-xml/stable"
91
// copy this stable build to Akamai-mirrored /static/ URL, so staging can be cleaned out more easily
92
- def vsix = findFiles(glob: '**.vsix')
93
sh "rsync -Pzrlt --rsh=ssh --protocol=28 ${vsix[0].path} ${UPLOAD_LOCATION}/static/vscode-xml/stable/"
94
}// if publishToMarketPlace
95
}
0 commit comments