Created
December 7, 2020 00:05
-
-
Save rtyler/0442b5e68b7eb2f0456961e651c7926d to your computer and use it in GitHub Desktop.
Revisions
-
rtyler created this gist
Dec 7, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ = I want your Declarative Pipeline! I'm working on a grammar and parser for link:https://www.jenkins.io/doc/book/pipeline[declarative Jenkins Pipelines] called link:https://github.com/rtyler/jdp[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 link:https://github.com/rtyler/jdp/tree/main/data/valid[`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!