Welcome to Piper! Piper is an open-source project aimed at providing multibranch pipeline functionality to Argo Workflows, allowing users to create distinct Workflows based on Git branches.
Piper configures a webhook in the git provider and listens to the webhooks sent. It will create a Workflow CRD out of branches that contain a .workflows
folder.
This folder should contain declarations of the templates and the main DAG that will be running.
Finally, it will submit the Workflow as a K8s resource in the cluster.
To access more detailed explanations, please navigate to the Documentation site.
piper-demo-1080.mov
If you encounter any issues or bugs while using Piper, please help us improve by reporting them. Follow these steps to report an issue:
- Go to the Piper Issues page on GitHub.
- Click on the "New Issue" button.
- Provide a descriptive title and detailed description of the issue, including any relevant error messages or steps to reproduce the problem.
- Add appropriate labels to categorize the issue (e.g., bug, enhancement, question).
- Submit the issue, and our team will review and address it as soon as possible.
If you're interested in contributing to this project, please feel free to submit a pull request. We welcome all contributions and feedback. Please check out our contribution guidelines for this project.
This project is licensed under the Apache License. Please see the LICENSE file for details.