Table of Contents

Jenkins - Windows Installation

About

installation of Jenkins Windows

Steps

Install as a service

java -jar jenkins.war --httpPort=8080

Configuration: such as port, JVM options, HTTPS setup, etc. See jenkins.xml located in the installation directory.

Environment variable

# the Git-bash (or Cygwin) for nohup
C:\cmder\vendor\git-for-windows\usr\bin\

Docker

Jenkins docker is based on docker-java library

C:\DockerToolbox\
:: Will try to connect via TLS = 1, will not TLS = 0
SET DOCKER_TLS_VERIFY=1  
SET DOCKER_HOST=tcp://192.168.99.100:2376
SET DOCKER_CERT_PATH=C:\Users\gerard\.docker\machine\machines\default
SET DOCKER_MACHINE_NAME=default
SET COMPOSE_CONVERT_WINDOWS_PATHS=true
SET DOCKER_TOOLBOX_INSTALL_PATH=C:\DockerToolbox

Mail

Go to Manage Jenkins > Configure System > Extended Email Configuration > Extended

Jenkins Extended Email Notification