From 12e123b1b4c9ce7e51899875a64fd3bd7cee4f21 Mon Sep 17 00:00:00 2001 From: Yevhen Vydolob Date: Thu, 13 May 2021 20:00:57 +0300 Subject: [PATCH] fix ovsx publish Signed-off-by: Yevhen Vydolob --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" }