Skip to content

Instantly share code, notes, and snippets.

@rtyler
Created December 7, 2020 00:05
Show Gist options
  • Save rtyler/0442b5e68b7eb2f0456961e651c7926d to your computer and use it in GitHub Desktop.
Save rtyler/0442b5e68b7eb2f0456961e651c7926d to your computer and use it in GitHub Desktop.

Revisions

  1. rtyler created this gist Dec 7, 2020.
    13 changes: 13 additions & 0 deletions 0_readme.adoc
    Original 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!