Skip to content(if available)orjump to list(if available)

Building a CI/CD Pipeline Runner from Scratch in Python

systemerror

Why does air-gapped environment require rolling your own CI/CD solution? Plenty of examples of air-gapped Jenkins and/or Argo Workflows. Was this just an educational exercise?

mr_o47

This was more like an educational exercise

esafak

Since you're exercising, you can take it to the next level where you don't specify the next step but the inputs to each task, allowing you to infer the DAG and implement caching...