.. _f-jenkinshelper: module ``automation.jenkins_helper`` ==================================== Short summary +++++++++++++ module ``ensae_teaching_cs.automation.jenkins_helper`` Set up a jenkins server with all the necessary job :githublink:`%|py|5` Functions +++++++++ +-------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | function | truncated documentation | +=================================================================================================+========================================================================+ | :func:`default_jenkins_jobs ` | Default list of :epkg:`Jenkins` jobs. | +-------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | :func:`engines_default ` | Returns a dictionary with default values for a :epkg:`Jenkins` server. | +-------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | :func:`get_interpreter ` | Returns the default interpreter. | +-------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | :func:`setup_jenkins_server ` | Sets up many jobs on :epkg:`Jenkins`. | +-------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: ensae_teaching_cs.automation.jenkins_helper :members: :special-members: __init__ :show-inheritance: