I’m working on a grammar and parser for declarative Jenkins Pipelines called Jenkins Declarative Parser. In order to make this parser work well, I need real-world declarative `Jenkinsfile`s, that’s where you come in!
If you have a Jenkinsfile
which you’re allowed to share publicly, follow these steps:
-
Create a new directory inside the
data/valid
directory -
Add your
Jenkinsfile
to the directory -
Submit that in a pull request!
GitHub Actions will determine whether the grammar can already handle your Jenkinsfile
, if not I’ll be fixing that shortly!