forked from sous-chefs/jenkins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Berksfile
14 lines (13 loc) · 791 Bytes
/
Berksfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
source 'https://api.berkshelf.com'
metadata
group :integration do
cookbook 'authentication', path: 'test/fixtures/cookbooks/authentication'
cookbook 'jenkins_command', path: 'test/fixtures/cookbooks/jenkins_command'
cookbook 'jenkins_credentials', path: 'test/fixtures/cookbooks/jenkins_credentials'
cookbook 'jenkins_job', path: 'test/fixtures/cookbooks/jenkins_job'
cookbook 'jenkins_plugin', path: 'test/fixtures/cookbooks/jenkins_plugin'
cookbook 'jenkins_script', path: 'test/fixtures/cookbooks/jenkins_script'
cookbook 'jenkins_slave', path: 'test/fixtures/cookbooks/jenkins_slave'
cookbook 'jenkins_user', path: 'test/fixtures/cookbooks/jenkins_user'
cookbook 'smoke', path: 'test/fixtures/cookbooks/smoke'
end