Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Rookout/piper
MultiBranch Pipeline For Argo Workflows
https://github.com/Rookout/piper
argo argoworkflows piper workflows
Last synced: 3 months ago
JSON representation
MultiBranch Pipeline For Argo Workflows
- Host: GitHub
- URL: https://github.com/Rookout/piper
- Owner: Rookout
- License: apache-2.0
- Created: 2023-04-23T05:49:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-15T12:05:25.000Z (6 months ago)
- Last Synced: 2024-06-21T17:59:08.407Z (5 months ago)
- Topics: argo, argoworkflows, piper, workflows
- Language: Go
- Homepage: https://piper.rookout.com
- Size: 25 MB
- Stars: 38
- Watchers: 2
- Forks: 4
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-argo - Piper - branch pipelines for Argo Workflows to shift left pipeline configuraiton. (Ecosystem Projects)
README
# Piper - MOVED
⚠️ **Important Notice:** Piper has moved to a new and improved repository. Please visit the following link for the latest updates and contributions:
[New repository](https://github.com/quickube/piper)
## Support and Contributions
As we focus our efforts on the new repository, we won't be actively addressing issues or accepting pull requests here. Feel free to reach out to us on the new repository for any questions, issues, or contributions.
Thank you for your support and understanding.
Happy coding!
[New Piper Repository](https://github.com/quickube/piper)
## Table of Contents
- [Getting Started](#getting-started)
- [Reporting Issues](#reporting-issues)
- [How to Contribute](docs/CONTRIBUTING.md#how-to-contribute)
- [License](#license)## 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](https://piper.rookout.com).https://github.com/Rookout/piper/assets/106976988/09b3a5d8-3428-4bdc-9146-3034d81164bf
## 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](https://github.com/Rookout/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](docs/CONTRIBUTING.md)## License
This project is licensed under the Apache License. Please see the [LICENSE](LICENSE) file for details.