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 6ec2244 commit 9c316b3Copy full SHA for 9c316b3
Jenkinsfile
@@ -53,10 +53,10 @@ node('rhel8'){
53
}
54
55
stage("Publish to Marketplace") {
56
- // withCredentials([[$class: 'StringBinding', credentialsId: 'vscode_java_marketplace', variable: 'TOKEN']]) {
57
- // def vsix = findFiles(glob: '**.vsix')
58
- // sh 'vsce publish -p ${TOKEN} --packagePath' + " ${vsix[0].path}"
59
- // }
+ withCredentials([[$class: 'StringBinding', credentialsId: 'vscode_java_marketplace', variable: 'TOKEN']]) {
+ def vsix = findFiles(glob: '**.vsix')
+ sh 'vsce publish -p ${TOKEN} --packagePath' + " ${vsix[0].path}"
+ }
60
61
// Open-vsx Marketplace
62
sh "npm install -g ovsx"
0 commit comments