OSDN Git Service

adds the jenkins-grid cookbook. jenkins-grid-0.1.0
authorwhitestar <whitestar@gaea.test>
Wed, 21 Dec 2016 14:13:26 +0000 (23:13 +0900)
committerwhitestar <whitestar@gaea.test>
Wed, 21 Dec 2016 14:13:26 +0000 (23:13 +0900)
commit9d1bb029bb33fa53fe8f35ca3fb95faf39395e0e
treeafe8dda8cff797d9f9a7e95574697468181e3874
parent955f372dfa7969b5217260391226d4abeb5f2031
adds the jenkins-grid cookbook.
14 files changed:
cookbooks/jenkins-grid/.foodcritic [new file with mode: 0644]
cookbooks/jenkins-grid/.rubocop.yml [new file with mode: 0644]
cookbooks/jenkins-grid/CHANGELOG.md [new file with mode: 0644]
cookbooks/jenkins-grid/Gemfile [new file with mode: 0644]
cookbooks/jenkins-grid/README.md [new file with mode: 0644]
cookbooks/jenkins-grid/Rakefile [new file with mode: 0644]
cookbooks/jenkins-grid/attributes/default.rb [new file with mode: 0644]
cookbooks/jenkins-grid/metadata.rb [new file with mode: 0644]
cookbooks/jenkins-grid/recipes/default.rb [new file with mode: 0644]
cookbooks/jenkins-grid/recipes/docker-compose.rb [new file with mode: 0644]
cookbooks/jenkins-grid/spec/recipes/default_spec.rb [new file with mode: 0644]
cookbooks/jenkins-grid/spec/spec_helper.rb [new file with mode: 0644]
cookbooks/jenkins-grid/templates/default/opt/docker-compose/app/jenkins/docker-compose.yml [new file with mode: 0644]
roles/jenkins.rb [new file with mode: 0644]