ci插件
-
怎样用Golang编写高效CI插件 分享GitLab Runner自定义executor



要使用 golang 编写高效的 gitlab runner custom executor 插件,需理解其机制并遵循协议;1. 理解 gitlab runner 的 external executor 机制及其通信协议;2. 使用 golang 实现 initialize、run、cleanup …



要使用 golang 编写高效的 gitlab runner custom executor 插件,需理解其机制并遵循协议;1. 理解 gitlab runner 的 external executor 机制及其通信协议;2. 使用 golang 实现 initialize、run、cleanup …