.. _f-jenkinshelper: module ``jenkinshelper.jenkins_helper`` ======================================= Short summary +++++++++++++ module ``pyquickhelper.jenkinshelper.jenkins_helper`` Helpers to prepare a local Jenkins server. :githublink:`%|py|5` Functions +++++++++ +----------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +================================================================================================================+==========================================================================================================================+ | :func:`default_engines ` | Returns a dictionary with default values for Jenkins server, you should update the path if the proposed path are not ... | +----------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+ | :func:`default_jenkins_jobs ` | Example of a list of jobs for parameter *module* of function :func:`setup_jenkins_server_yml`. | +----------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+ | :func:`get_platform ` | Returns *platform* if not *None*, ``sys.platform`` otherwise. | +----------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+ | :func:`jenkins_final_postprocessing ` | Postprocesses a job produced by :epkg:`Jenkins`. | +----------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+ | :func:`setup_jenkins_server_yml ` | Sets up many jobs on :epkg:`Jenkins`. | +----------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pyquickhelper.jenkinshelper.jenkins_helper :members: :special-members: __init__ :show-inheritance: