文件名称:Bamboo-worker:用于管理CI任务(例如Travis)的工作者脚本
文件大小:55KB
文件格式:ZIP
更新时间:2024-02-21 12:02:08
ruby docker continuous-integration bamboo ContinuousintegrationRuby
竹工|
将Yaml文件转换为Shell脚本并将其运行到Docker容器中。
要求
Ruby 2.0或更高版本
安装
$ gem build bamboo-worker.gemspec
$ gem install bamboo-worker-VERSION.gem
用法
Usage: bamboo-worker [COMMAND] [OPTIONS]
Options:
-v, --version Shows the current version
-h, --help Display this help message.
Available commands:
build Build bash script from yaml file
run Run bash script on worker
See `
【文件预览】:
bamboo-worker-master
----.travis.yml(50B)
----bin()
--------bamboo-worker(181B)
----bamboo-worker.gemspec(1KB)
----MANIFEST(2KB)
----templates()
--------footer.sh.erb(159B)
--------header.sh.erb(4KB)
----Rakefile(201B)
----.rubocop.yml(494B)
----.bamboo.yml(104B)
----LICENSE(34KB)
----Gemfile(64B)
----spec()
--------bamboo-worker()
--------spec_helper.rb(189B)
----.gitignore(100B)
----lib()
--------bamboo-worker.rb(727B)
--------bamboo-worker()
--------travis()
----task()
--------manifest.rake(245B)
--------rspec.rake(194B)
--------rubocop.rake(104B)
----README.md(3KB)