File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 9
9
default [ 's3' ] [ 'downloads' ] [ 'host' ] = "downloads.typesafe.com.s3.amazonaws.com"
10
10
11
11
if node . name == "jenkins-master"
12
+ # JAVA
13
+ default [ 'java' ] [ 'jdk_version' ] = '7'
14
+ default [ 'java' ] [ 'install_flavor' ] = 'openjdk'
15
+
12
16
# JENKINS
13
17
override [ 'jenkins' ] [ 'master' ] [ 'install_method' ] = 'war'
14
18
override [ 'jenkins' ] [ 'master' ] [ 'listen_address' ] = '127.0.0.1' # external traffic must go through nginx
Original file line number Diff line number Diff line change 7
7
# All rights reserved - Do Not Redistribute
8
8
#
9
9
10
- # The jenkins cookbook comes with a very simple java installer. If you need more
11
- # complex java installs you are on your own.
12
- # https://github.com/opscode-cookbooks/jenkins#java
13
- include_recipe 'jenkins::java'
14
10
include_recipe 'jenkins::master'
15
11
16
12
# recursive doesn't set owner correctly??
Original file line number Diff line number Diff line change 10
10
11
11
chef_gem "chef-vault"
12
12
13
+ include_recipe "java"
14
+
13
15
include_recipe "scala-jenkins-infra::_master-init-jenkins"
14
16
15
17
You can’t perform that action at this time.
0 commit comments