Skip to content

Commit

Permalink
Merge pull request #51 from robled/slave_home_dir_fix
Browse files Browse the repository at this point in the history
fix for non-existent default jenkins swarm directory #50
  • Loading branch information
robled authored Feb 28, 2017
2 parents dc0aadf + 235e6d6 commit 39a3633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cinch/roles/jenkins_slave/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jslave_label: ops-jslave
# Number of executor processes on the slave - modify based on system capacity and load
jswarm_execs: 10
# Directory where the swarm will live and execute
jswarm_home: /home/jenkins
jswarm_home: "{{ jenkins_user_home }}"
# Whether the swarm should execute as the jenkins user. False means it will exec as root
run_swarm_as_jenkins: false
# Path to Java interpreter to use to run the Swarm client
Expand Down

0 comments on commit 39a3633

Please sign in to comment.