lambdacd:一个库,用于定义代码中的连续交付管道

时间:2024-02-19 23:59:57
【文件属性】:

文件名称:lambdacd:一个库,用于定义代码中的连续交付管道

文件大小:894KB

文件格式:ZIP

更新时间:2024-02-19 23:59:57

clojure library pipeline tool lambdacd

λCD 这是一个持续的交付管道,用代码 这是您自己定制的Jenkins / Go / TeamCity / ...,在clojure中 状态 入门 确保您已安装和最新版本的 lein new lambdacd 将创建一个新的管道项目 cd lein run下载所有依赖项并启动服务器; 然后在上提供UI 您的管道在src//定义。 环顾四周,自行更改某些步骤或添加一些步骤 有关更多详细信息,请查看下面的资源和相关项目 例 ; ; buildsteps ( def some-repo " git@github.com:flosell/somerepo " ) ( defn wait-for-repo [_ ctx] ( git/wait-for-git ctx some-repo " master " )) ( defn ^{ :display-type :container } with-repo [& steps] ( git/with-git some-repo steps)) ( defn run-tests [{cwd :cw


网友评论