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_USER_ID
,JENKINS_URL
, and also eitherJENKINS_API_TOKEN
orJENKINS_PASSWORD
set. - Optinally set
JENKINS_INSECURE
to any value to skip the SSL certificate validation (useful for testing)
use({'ckipp01/nvim-jenkinsfile-linter', requires = { "nvim-lua/plenary.nvim" } })