Enhancer for bitbucket-pipelines
- Pipelines as code, use javascript.
- Each step it's a unique object, power of DRY
- Generation a valid yaml file based on json object
- Presets of steps
Soon in the new versions
- bitbucket-pipelines rules support
- Sorting props in object
pneumatic-pipelines filename.js
Frequently pipelines file include repeating steps with minimal changes or without them. For example step for run unit tests. You also use environment variables, the same variables each time. And finally, all these branches, steps and variables need support and empowerment. If your config files more then 300 lines, you must try this solution.
- Sorting props in object
- Add examples
- Add demo repo on bitbucket
- Add methods for default, tags, branches, custom
- Add CI
- Rules support
- Add condition for number of steps in branch, less then 10 steps
- Check config on site
- pipes documentation