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 f4a2639 commit 316a662Copy full SHA for 316a662
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"
+ 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