Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added information about Eclipse Plugin #1339

Merged
merged 3 commits into from
Jan 24, 2018
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions content/doc/book/pipeline/development.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,19 @@ parallel branches, and steps in a Pipeline. The editor validates Pipeline change
made, eliminating many errors before they are even committed. Behind the scenes
it still generates Declarative Pipeline code.

== IDE Integrations
=== Eclipse Jenkins Editor
There exists an Eclipse plugin called `Jenkins Editor` at https://marketplace.eclipse.org/content/jenkins-editor[Eclipse Marketplace].
This special text editor provides some features for defining pipelines e.g:

- Validate pipeline scripts by <<#linter,Jenkins Linter Validation>>. Failures are shown as eclipse markers
- An Outline with dedicated icons (for declarative Jenkins pipelines )
- Syntax / keyword highlighting
- Groovy validation

NOTE: The Jenkins Editor Plugin is a third-party tool that is not supported
by the Jenkins Project.

[[linter]]
== Command-line Pipeline Linter

Expand Down