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 …