Skip to content

midekra/nvim-jenkinsfile-linter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nvim-jenkinsfile-linter

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_USER_ID, JENKINS_URL, and also either JENKINS_API_TOKEN or JENKINS_PASSWORD set.
  • Optinally set JENKINS_INSECURE to any value to skip the SSL certificate validation (useful for testing)

Installation

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

Docs

:h nvim-jenkinsfile-linter

About

Neovim plugin for linting Jenkinsfiles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 98.0%
  • Makefile 2.0%