Validating JCasC configuration files using Visual Studio Code

Configuration-as-code plugin Problem Statement: Convert the existing schema validation workflow from the current scripting language in the Jenkins Configuration as Code Plugin to a Java based rewrite thereby enhancing its readablity and testability supported by a testing framework for the same. Enhance developer experience by developing a VSCode Plugin to facilitate autocompletion and validation which Read more about Validating JCasC configuration files using Visual Studio Code[…]

JCasC Community Bridge Dev Tools – Phase 1

Community Bridge Introduction Community Bridge is an initiative by the Linux Foundation to accelerate the adoption, innovation and sustainability of open source projects. I came across this initiative in a blog post. I had been contributing to Jenkins at the time and decided to have a chat with Oleg Nenashev and Tracy Miranda regarding the Read more about JCasC Community Bridge Dev Tools – Phase 1[…]

Validate your Jenkinsfile from within VS Code

In my daily work I often have to create or modify Jenkinsfiles and more often than I would like, I make mistakes. It is a very tedious workflow when you make a change to your Jenkinsfile, create a commit, push the commit and wait for your Jenkins Server to tell you, that you have missed Read more about Validate your Jenkinsfile from within VS Code[…]