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
- Neovim >= 0.6
- curl available
- Plenary.nvim installed
- Ensure you have
JENKINS_URL
set.
use({'markohaapala/nvim-jenkinsfile-linter', requires = { "nvim-lua/plenary.nvim" } })