-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Albert Tregnaghi edited this page Sep 6, 2019
·
14 revisions
It is a eclipse plugin to edit jenkins files named as Jenkinsfile
, *.jenkinsfile
or *.jenkins
to handle jenkins pipeline builds.
(See https://jenkins.io/doc/book/pipeline/ for more information about pipeline syntax etc.)
The editor is available at https://marketplace.eclipse.org/content/jenkins-editor
- Code completion and tooltips for Jenkins Declarative Pipeline
- Handling TODO Tasks in multi- and single line comments
- Syntax highlighting (customizable) + default colors for dark theme
- Outline + Quick outline (CTRL + o)
- Simple groovy syntax validation (local)
- Validate by Jenkins Linter (remote)
- Replay pipeline directly inside IDE
- Fetch last console output (syntax highlighted)
- Execute jenkins-cli.jar commands directly from IDE
- Bracket switching (CTRL + p)
- Block commenting (CTRL + 7)
There exists a YouTube Playlist were you can find some videos about jenkins editor usage.