We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb39f82 commit d0f1f11Copy full SHA for d0f1f11
Jenkinsfile
@@ -92,7 +92,7 @@ node('rhel8'){
92
unstash 'vsix'
93
def vsix = findFiles(glob: '**.vsix')
94
// Open-vsx Marketplace
95
- sh 'npm install -g "ovsx<0.3.0"'
+ sh 'npm install -g "ovsx@<0.3.0"'
96
withCredentials([[$class: 'StringBinding', credentialsId: 'open-vsx-access-token', variable: 'OVSX_TOKEN']]) {
97
sh 'ovsx publish -p ${OVSX_TOKEN}' + " ${vsix[0].path}"
98
}
0 commit comments