examples
examples copied to clipboard
Add linting for pipeline files
- Add a make task that lints
.pipelinefiles to enforce best practices. - Add new task as a dependency for existing
linttask
To verify that a pipeline comment.pipeline contains a description one could use .jq:
cat comment.pipeline| jq -e '.pipelines[] | select(.id == "primary") | .app_data.properties.description?'