Pipeline are essential to implementing the automation of DevOps practices and frameworks. They power the core automation in which our workflows run, and has been a staple to the DevOps implementation of organizations, big or small.
Maintaining a reusable pipeline and jobs speeds up the development process and automation. However as of the moment, there are no single tool that unifies definition of pipeline across different platforms and CI/CD tools.
RelaySpark offers a way to define pipelines and reusable jobs you can use to make your pipeline reusable. RelaySpark uses three musketeers pattern to define the jobs. This makes your pipeline jobs reusable and portable to CI/CD platforms. In fact, you don't even need a CI/CD platform to run the jobs!
Three Musketeers is a software development pattern for repeatability and consistency. This pattern aims to provide consistency, control, and confidence to your pipelines. Three Musketeers are powered by three tools (hence the name):
- Make - Contains your main script. Make contains the logic of your jobs.
- Docker - The heart of your portability. Docker ensures that you can execute tasks with the same configuration as it was on different environments.
- Compose - Allows scaffolding of Docker commands making it cleaner and easier to manage.
You can read more about Three Musketeers pattern here.
Contributions are greatly appreciated and needed. You can read more about contribution guidelines on CONTRIBUTING.md
You can view the current reference documentation on this link.
MIT License - Copyright (c) 2025 Bryan James