User Tools

Site Tools


wiki:dockerized_jenkins_install_docker_via_ansible_dind

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
wiki:dockerized_jenkins_install_docker_via_ansible_dind [2022/07/12 14:53] – created antisawiki:dockerized_jenkins_install_docker_via_ansible_dind [2023/12/21 10:48] (current) – [See also] add Increase jenkins user session timeout antisa
Line 19: Line 19:
             - DOCKER_CERT_PATH=/certs/client             - DOCKER_CERT_PATH=/certs/client
             - DOCKER_TLS_VERIFY=1             - DOCKER_TLS_VERIFY=1
 +            # increase user session duration
 +            - JENKINS_OPTS=--sessionTimeout=1440 --sessionEviction=43200
         volumes:         volumes:
             - jenkins-data:/var/jenkins_home             - jenkins-data:/var/jenkins_home
Line 105: Line 107:
   * [[wiki:docker_troubleshooting|Docker troubleshooting]]   * [[wiki:docker_troubleshooting|Docker troubleshooting]]
   * [[wiki:install_2_node_jira_datacenter_docker_behind_apache_reverse_proxy|Install 2 node Jira Datacenter in Docker behind apache reverse proxy]]   * [[wiki:install_2_node_jira_datacenter_docker_behind_apache_reverse_proxy|Install 2 node Jira Datacenter in Docker behind apache reverse proxy]]
 +  * [[wiki:docker_commands#connect_to_different_docker_daemon_running_on_different_port|Connecting to different docker daemon]]
 +  * [[wiki:increase_jenkins_user_session_timeout|Increase jenkins user session timeout]]
  
 ====== References ====== ====== References ======
   * https://hub.docker.com/_/docker   * https://hub.docker.com/_/docker
   * https://www.jenkins.io/doc/book/installing/docker/   * https://www.jenkins.io/doc/book/installing/docker/
 +  * https://stackoverflow.com/questions/66492160/connecting-to-docker-daemon-from-jenkins-running-inside-a-docker-container
 +  * https://stackoverflow.com/questions/75649284/jenkins-docker-session-timeout-configuration
  
wiki/dockerized_jenkins_install_docker_via_ansible_dind.1657630409.txt.gz · Last modified: 2022/07/12 14:53 by antisa

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki