Skip to content

Instantly share code, notes, and snippets.

@blabadi
Created July 30, 2019 16:44
Show Gist options
  • Save blabadi/e33b4d19e1b19f2ca19c17df7a3cc2ff to your computer and use it in GitHub Desktop.
Save blabadi/e33b4d19e1b19f2ca19c17df7a3cc2ff to your computer and use it in GitHub Desktop.
jenkins file remote lint
# https://jenkins.io/doc/book/pipeline/development/#linter
curl -X POST https://jenkins-url/pipeline-model-converter/validate -H 'Authorization: Basic <your username&pass base64enc>' -F "jenkinsfile=<Jenkinsfile.groovy"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment