de-jcup / eclipse-jenkins-editor

Jenkins Editor - A eclipse plugin to edit "Jenkinsfile" files
https://marketplace.eclipse.org/content/jenkins-editor
Apache License 2.0
45 stars 5 forks source link

Offline installer for jenkins editor plugin #54

Closed de-jcup closed 5 years ago

de-jcup commented 5 years ago

At https://marketplace.eclipse.org/comment/5885#comment-5885 a user wanted to have an offline installer for jenkins editor.

I had the same issue with bash editor a while ago - see https://github.com/de-jcup/eclipse-bash-editor/issues/110

At https://github.com/de-jcup/eclipse-bash-editor/issues/110 a template for a local update site was added. This template can be reused for jenkins editor as well. The only thing to change: replace the content of bash editor parts with corresponding stuff from https://dl.bintray.com/de-jcup/jenkinseditor/ instead of https://dl.bintray.com/de-jcup/basheditor/

Look into the template documentation (README.md) for details. Do the update tasks but replace https://dl.bintray.com/de-jcup/basheditor/ with https://dl.bintray.com/de-jcup/jenkinseditor/ and of course the dedicated versions of jenkins editor.

If there are problems, please add a comment here.