repositorypackage
0.0.0-20241022080601-b7c4d5e38ad5
Repository: https://github.com/chenyingqiao/pipelinex.git
Documentation: pkg.go.dev
# README
pipelinex
This is a programming library that can execute CICD tasks and can support Docker, Kubernetes, SSH, and local machines as execution backends.
TODO
- status store (现在是和日志强绑定的,需要库中提供接口来实现状态的读取和保存)
- 有向无环图
- k8s ssh持久连接需要一个连接做多个事情,如果这些事情是串行的