Skip to content

Neovim plugin for linting Jenkinsfiles without JENKINS_USER or JENKINS_PASSWORD

License

Notifications You must be signed in to change notification settings

markohaapala/nvim-jenkinsfile-linter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nvim-jenkinsfile-linter

NOTE: Forked from ckipp01/nvim-jenkinsfile-linter to remove the requirement for JENKINS_USER and JENKINS_PASSWORD or JENKINS_TOKEN to allow development of Jenkinsfiles on a local Jenkins installation having no credentials.

A small plugin for Neovim that utilizes the Jenkins pipeline linter to ensure your Jenkinsfiles are valid before using them.

nvim-jenkinsfile-linter.mov

Prerequisites

  • Neovim >= 0.6
  • curl available
  • Plenary.nvim installed
  • Ensure you have JENKINS_URL set.

Installation

use({'markohaapala/nvim-jenkinsfile-linter', requires = { "nvim-lua/plenary.nvim" } })

Docs

:h nvim-jenkinsfile-linter

About

Neovim plugin for linting Jenkinsfiles without JENKINS_USER or JENKINS_PASSWORD

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 97.8%
  • Makefile 2.2%