diff --git a/Jenkinsfile b/Jenkinsfile index e01d5b7e..ed5b341e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -56,7 +56,7 @@ node('rhel8'){ } // Open-vsx Marketplace - sh "yarn install -g ovsx" + sh "npm install -g ovsx" withCredentials([[$class: 'StringBinding', credentialsId: 'open-vsx-access-token', variable: 'OVSX_TOKEN']]) { sh 'ovsx publish -p ${OVSX_TOKEN}' + " ${vsix[0].path}" }