Skip to content

Commit d1f30e0

Browse files
committed
Restore command to publish ext to vscode marketplace
Signed-off-by: Denis Golovin <dgolovin@redhat.com>
1 parent 8def1b9 commit d1f30e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ node('rhel7'){
5252
stage("Publish to Marketplace") {
5353
withCredentials([[$class: 'StringBinding', credentialsId: 'vscode_java_marketplace', variable: 'TOKEN']]) {
5454
def vsix = findFiles(glob: '**.vsix')
55-
// sh 'vsce publish -p ${TOKEN} --packagePath' + " ${vsix[0].path}"
55+
sh 'vsce publish -p ${TOKEN} --packagePath' + " ${vsix[0].path}"
5656
}
5757

5858
stage "Promote the build to stable"

0 commit comments

Comments
 (0)