diff --git a/content/doc/book/pipeline/development.adoc b/content/doc/book/pipeline/development.adoc index 2b4e4135ae54..bb65fb70c0f2 100644 --- a/content/doc/book/pipeline/development.adoc +++ b/content/doc/book/pipeline/development.adoc @@ -20,7 +20,6 @@ to the currently installed version of Jenkins and related plugins. In this section, we'll discuss other tools and resources that may help with development of Jenkins Pipelines. - == Blue Ocean Editor The @@ -180,6 +179,21 @@ For Pipelines that are not part of a Multi-branch Pipeline, the commit information may differ for the original run and the Replayed run. See link:https://issues.jenkins-ci.org/browse/JENKINS-36453[JENKINS-36453] +== 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. + + [[unit-test]] == Pipeline Unit Testing Framework