/piper

MultiBranch Pipeline For Argo Workflows

Primary LanguageGoApache License 2.0Apache-2.0

Piper

alt text

Welcome to Piper! Piper is open source project that aimed at providing multibranch pipeline functionality to Argo Workflows, allows users to create distinct Workflows based on Git branches.

Table of Contents

Getting Started

Piper configures a webhook in git provider and listens to the webhooks sends. It will create a Workflow CRD out of branches that contains .workflows folder. This folder should contain declarations of the templates and 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

Reporting Issues

If you encounter any issues or bugs while using Piper, please help us improve by reporting them. Follow these steps to report an issue:

  1. Go to the Piper Issues page on GitHub.
  2. Click on the "New Issue" button.
  3. Provide a descriptive title and detailed description of the issue, including any relevant error messages or steps to reproduce the problem.
  4. Add appropriate labels to categorize the issue (e.g., bug, enhancement, question).
  5. Submit the issue, and our team will review and address it as soon as possible.

How to Contribute

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

License

This project is licensed under the Apache License. Please see the LICENSE file for details.