Process Flow - Pipeline linting and validation
Write Jenkinsfile
Run Linter
Check Syntax
Run Validator
Check Rules
Pipeline Ready
Repeat Validation
The Jenkins pipeline is written, then linted to check syntax. If syntax is OK, validation checks rules. Errors require fixing and repeating lint and validation.