Skip to content

Commit

Permalink
chore: Remove temporary fix which disables publish to VSCode marketpl…
Browse files Browse the repository at this point in the history
…ace (#477)
  • Loading branch information
arajkumar authored Jan 5, 2021
1 parent d842292 commit 4b67d03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ node('rhel8'){

def vsix = findFiles(glob: '**.vsix')
// VS Code Marketplace
// withCredentials([[$class: 'StringBinding', credentialsId: 'vscode_java_marketplace', variable: 'TOKEN']]) {
// sh 'vsce publish -p ${TOKEN} --packagePath' + " ${vsix[0].path}"
// }
withCredentials([[$class: 'StringBinding', credentialsId: 'vscode_java_marketplace', variable: 'TOKEN']]) {
sh 'vsce publish -p ${TOKEN} --packagePath' + " ${vsix[0].path}"
}

// Open-vsx Marketplace
sh "npm install -g ovsx"
Expand Down

0 comments on commit 4b67d03

Please sign in to comment.