We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d024eb commit caeb246Copy full SHA for caeb246
Jenkinsfile
@@ -37,7 +37,7 @@ node('rhel8'){
37
38
stage 'Upload vscode-yaml to staging'
39
def vsix = findFiles(glob: '**.vsix')
40
- sh "rsync -Pzrlt --rsh=ssh --protocol=29 ${vsix[0].path} ${UPLOAD_LOCATION}/snapshots/vscode-yaml/"
+ sh "sftp -C ${UPLOAD_LOCATION}/snapshots/vscode-yaml/ <<< \$'put -p \"${vsix[0].path}\"'"
41
stash name:'vsix', includes:vsix[0].path
42
}
43
0 commit comments