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

Commit

Permalink
Add default prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
achaussier committed May 3, 2016
1 parent 529e6f6 commit c9b53e1
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 c9b53e1

Please sign in to comment.