Skip to content

Commit 9c316b3

Browse files
committed
Restore publishing to vscode marketplace
Signed-off-by: Denis Golovin [email protected]
1 parent 6ec2244 commit 9c316b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Jenkinsfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ node('rhel8'){
5353
}
5454

5555
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-
// }
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+
}
6060

6161
// Open-vsx Marketplace
6262
sh "npm install -g ovsx"

0 commit comments

Comments
 (0)