Skip to content

Release v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Dec 06:23
Make the CLI give better error messages

e.g.

```
❯ ./target/debug/jdp check data/invalid/no-steps-in-stage/Jenkinsfile

data/invalid/no-steps-in-stage/Jenkinsfile
------------------------------------------
1:     agent any
2:     stages {
3:         stage('Build') {
4:         }
  ---------^

Failed to parse: missing required syntax
```