1 रिपॉजिटरी
Mechanisms for passing data and execution state between different stages of a deployment pipeline.
Distinct from Stage Schedulers: Existing candidates focus on thread coordination or query stages, not the passing of CD pipeline context.
Explore 1 awesome GitHub repository matching devops & infrastructure · Inter-Stage Context Sharing. Refine with filters or upvote what's useful.
Spinnaker is a multi-cloud continuous delivery platform designed to automate software releases and deployment pipelines across various public cloud providers and Kubernetes clusters. It functions as a cloud deployment orchestrator and infrastructure delivery tool, coordinating the promotion of software artifacts through multiple environments using visual workflows and directed acyclic graphs. The platform distinguishes itself with a dedicated canary analysis engine that compares performance metrics between new and stable software versions to automate release decisions. It utilizes cloud-agnos
Shares execution context across multiple stages so subsequent tasks can use outputs from previous operations.