Skip to content
This repository has been archived by the owner on Jul 5, 2020. It is now read-only.

Commit

Permalink
Merge pull request #52 from infOpen/manage_prefix
Browse files Browse the repository at this point in the history
Add default prefix
  • Loading branch information
achaussier committed May 4, 2016
2 parents 529e6f6 + c9b53e1 commit 7d24c86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jenkins_etc_listen_address: '127.0.0.1'
jenkins_etc_http_port: 8080
jenkins_etc_ajp_port: -1
jenkins_etc_servlet_context_prefix: "/{{ jenkins_etc_name }}"
jenkins_etc_prefix: '/'

# Location and files configuration
jenkins_etc_java_location: '/usr/bin/java'
Expand All @@ -47,6 +48,7 @@ jenkins_etc_args:
- "--httpListenAddress={{ jenkins_etc_listen_address }}"
- "--httpPort={{ jenkins_etc_http_port }}"
- "--ajp13Port={{ jenkins_etc_ajp_port }}"
- "--prefix={{ jenkins_etc_prefix }}"

# Jenkins cli
jenkins_base_url: "http://localhost:{{ jenkins_etc_http_port }}"
Expand Down

0 comments on commit 7d24c86

Please sign in to comment.