module installcustom.install_custom_jenkins

Short summary

module pymyinstall.installcustom.install_custom_jenkins

Various functions to install Jenkins.

Functions

function

truncated documentation

install_jenkins

install Jenkins (only on Windows)

Documentation

Various functions to install Jenkins.

New in version 1.1.

source on GitHub

pymyinstall.installcustom.install_custom_jenkins.install_jenkins(dest_folder='.', fLOG=<built-in function print>, install=True, version=None)

install Jenkins (only on Windows)

Parameters:
  • dest_folder – where to download the setup

  • fLOG – logging function

  • install – install (otherwise only download)

  • version – version to install (unused)

Returns:

temporary file

New in version 1.1.

source on GitHub