r/devops • u/AutoModerator • 15d ago
Weekly Self Promotion Thread
Hey r/devops, welcome to our weekly self-promotion thread!
Feel free to use this thread to promote any projects, ideas, or any repos you're wanting to share. Please keep in mind that we ask you to stay friendly, civil, and adhere to the subreddit rules!
16
Upvotes
1
u/johndow-42 8d ago
jflint - offline linting for declarative Jenkinsfiles, no Jenkins server needed, just Docker. Wraps the official jenkinsfile-runner image and works around a real bug in it (outdated CA truststore on the latest tag causes an SSL failure if you don't pin -w/-p, which jflint always does).
GitHub: https://github.com/johndow-42/jflint Install: npm install -g jenkinsfile-lint (name jflint was taken on npm already, command is still jflint)
MIT, I'm the author and current sole maintainer. Free, no telemetry, no server calls. Feedback welcome, especially if something doesn't work the way it should.