You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jenkins_http_port is defined in leifmadsen.jenkins role where the default value is 8080;
if one wants to change the default value to for example 8081, not only jenkins_http_port need to be changed, but also some other configuration are required:
when using docker method, jenkins_systemd.j2 templated has a hard-coded http port (8080)
jenkins_master-vhost.conf.j2 template for nginx config use hard-coded 8080
jenkins_job_builder_config_jenkins_url parameter under vars/main.yml , hard-coded 8080
with docker installation method, when jenkins_http_port is changed to another value, jenkins service failed to start on master.
The text was updated successfully, but these errors were encountered: