forked from sous-chefs/jenkins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.rb
More file actions
20 lines (16 loc) · 683 Bytes
/
Copy pathmetadata.rb
File metadata and controls
20 lines (16 loc) · 683 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name 'jenkins'
maintainer 'Chef Software, Inc.'
maintainer_email '[email protected]'
license 'Apache 2.0'
description 'Installs and configures Jenkins CI master & slaves'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '4.1.2'
recipe 'jenkins::master', 'Installs a Jenkins master'
%w(ubuntu debian redhat centos scientific oracle amazon).each do |os|
supports os
end
depends 'runit', '>= 1.7'
depends 'compat_resource', '>= 12.14.6'
source_url 'https://github.com/chef-cookbooks/jenkins'
issues_url 'https://github.com/chef-cookbooks/jenkins/issues'
chef_version '>= 12.1' if respond_to?(:chef_version)