We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8def1b9 commit d1f30e0Copy full SHA for d1f30e0
1 file changed
Jenkinsfile
@@ -52,7 +52,7 @@ node('rhel7'){
52
stage("Publish to Marketplace") {
53
withCredentials([[$class: 'StringBinding', credentialsId: 'vscode_java_marketplace', variable: 'TOKEN']]) {
54
def vsix = findFiles(glob: '**.vsix')
55
- // sh 'vsce publish -p ${TOKEN} --packagePath' + " ${vsix[0].path}"
+ sh 'vsce publish -p ${TOKEN} --packagePath' + " ${vsix[0].path}"
56
}
57
58
stage "Promote the build to stable"
0 commit comments