Skip to content

Commit

Permalink
Merge pull request #32 from karlmdavis/issue-30-context-path-rhel
Browse files Browse the repository at this point in the history
Ensure context path setting is honored on RHEL
  • Loading branch information
karlmdavis committed Nov 3, 2017
2 parents b62b67a + fef0352 commit 0e8c338
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/packages_RedHat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,7 @@
line: "JENKINS_PORT={{ jenkins_port }}"
- regexp: '^JENKINS_HOME='
line: "JENKINS_HOME=\"{{ jenkins_home }}\""
- regexp: '^JENKINS_ARGS='
line: "JENKINS_ARGS=\"--prefix={{ jenkins_context_path }}\""
notify:
- "Restart Service 'jenkins'"

0 comments on commit 0e8c338

Please sign in to comment.