Example Jenkins Workflows for all kinds of scenarios.
- GitHub Utility — Reusable Groovy library for GitHub REST API interactions. Supports both Jenkins credentials and HashiCorp Vault authentication for flexible secret management across different deployment scenarios.
- EKS Helm Lookup — Automated pipeline for detecting new Helm chart releases and updating Terraform modules with semantic versioning that follows the dependant Helm versioning. Includes a production-ready ArgoCD example module with HA, Ingress, TLS, and notification support.
We welcome contributions! Whether you're fixing bugs, adding features, or improving documentation, please feel free to fork this repository and submit a pull request.
For detailed contribution guidelines, see CONTRIBUTING.md.
Quick Start:
- Fork the repository
- Create a feature branch:
git checkout -b feature/your-feature - Commit your changes with descriptive messages
- Push to your fork
- Open a Pull Request
This project is licensed under the MIT License. See LICENSE for details.