文件名称:gocd:宝石可轻松获取gocd信息
文件大小:33KB
文件格式:ZIP
更新时间:2024-02-19 21:54:22
ruby rubygem gem pipeline continuous-integration
光盘 安装 gem 'gocd' 要么 gem install gocd 代码文件 用法 GOCD . server = GOCD :: Server . new 'http://goserverurl.com' GOCD . credentials = GOCD :: Credentials . new 'username' , 'password' 要检查所有管道: GOCD :: AllPipelines . red_pipelines 要检查一组管道: pipelines = GOCD :: PipelineGroup . new [ 'Pipeline1 :: stage1' , 'Pipeline1 :: stage2' , 'Pipeline2 :: stage1' ] pipelines . red_pipelines pipelines . status pipelines . any_red? 快取 默认情况下, GOCD::AllPipelines和GOCD::PipelineGroup所有方法GOCD::AllPipelines调用go api来获取管道的
【文件预览】:
gocd-master
----.gitignore(13B)
----README.md(4KB)
----Gemfile(173B)
----.rspec(30B)
----Gemfile.lock(1KB)
----gocd.gemspec(1KB)
----spec()
--------gocd()
--------spec_helper.rb(5KB)
----LICENSE.txt(11KB)
----.travis.yml(122B)
----lib()
--------gocd()
--------gocd.rb(118B)
----Rakefile(84B)