Search.setIndex({"alltitles": {"API reference": [[0, null]], "Contents": [[2, "contents"]], "Developers": [[2, "developers"]], "Documentation": [[3, "documentation"]], "Example 10: Waiting for Jenkins to be ready": [[1, "example-10-waiting-for-jenkins-to-be-ready"]], "Example 1: Get version of Jenkins": [[1, "example-1-get-version-of-jenkins"]], "Example 2: Logging into Jenkins using kerberos": [[1, "example-2-logging-into-jenkins-using-kerberos"]], "Example 3: Working with Jenkins Jobs": [[1, "example-3-working-with-jenkins-jobs"]], "Example 4: Working with Jenkins Views": [[1, "example-4-working-with-jenkins-views"]], "Example 5: Working with Jenkins Plugins": [[1, "example-5-working-with-jenkins-plugins"]], "Example 6: Working with Jenkins Nodes": [[1, "example-6-working-with-jenkins-nodes"]], "Example 7: Working with Jenkins Build Queue": [[1, "example-7-working-with-jenkins-build-queue"]], "Example 8: Working with Jenkins Cloudbees Folders": [[1, "example-8-working-with-jenkins-cloudbees-folders"]], "Example 9: Updating Next Build Number": [[1, "example-9-updating-next-build-number"]], "Example 9: Working with Build Promotions": [[1, "example-9-working-with-build-promotions"]], "Indices and tables": [[2, "indices-and-tables"]], "Installing": [[3, null]], "Installing without setup.py": [[2, "installing-without-setup-py"]], "Python Jenkins": [[2, null]], "README": [[2, "readme"]], "Test Coverage": [[3, "test-coverage"]], "Unit Tests": [[3, "unit-tests"]], "Using Python-Jenkins": [[1, null]], "Writing a patch": [[2, "writing-a-patch"]]}, "docnames": ["api", "examples", "index", "install"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2}, "filenames": ["api.rst", "examples.rst", "index.rst", "install.rst"], "indexentries": {"assert_credential_exists() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.assert_credential_exists", false]], "assert_folder() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.assert_folder", false]], "assert_job_exists() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.assert_job_exists", false]], "assert_node_exists() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.assert_node_exists", false]], "assert_promotion_exists() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.assert_promotion_exists", false]], "assert_view_exists() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.assert_view_exists", false]], "badhttpexception": [[0, "jenkins.BadHTTPException", false]], "build_job() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.build_job", false]], "build_job_url() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.build_job_url", false]], "cancel_queue() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.cancel_queue", false]], "check_jenkinsfile_syntax() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.check_jenkinsfile_syntax", false]], "copy_job() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.copy_job", false]], "create_credential() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.create_credential", false]], "create_folder() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.create_folder", false]], "create_job() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.create_job", false]], "create_node() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.create_node", false]], "create_promotion() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.create_promotion", false]], "create_view() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.create_view", false]], "credential_exists() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.credential_exists", false]], "debug_job_info() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.debug_job_info", false]], "delete_build() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.delete_build", false]], "delete_credential() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.delete_credential", false]], "delete_job() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.delete_job", false]], "delete_node() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.delete_node", false]], "delete_promotion() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.delete_promotion", false]], "delete_view() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.delete_view", false]], "disable_job() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.disable_job", false]], "disable_node() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.disable_node", false]], "emptyresponseexception": [[0, "jenkins.EmptyResponseException", false]], "enable_job() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.enable_job", false]], "enable_node() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.enable_node", false]], "get_all_jobs() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.get_all_jobs", false]], "get_build_artifact() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.get_build_artifact", false]], "get_build_artifact_as_bytes() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.get_build_artifact_as_bytes", false]], "get_build_console_output() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.get_build_console_output", false]], "get_build_env_vars() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.get_build_env_vars", false]], "get_build_info() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.get_build_info", false]], "get_build_stages() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.get_build_stages", false]], "get_build_test_report() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.get_build_test_report", false]], "get_credential_config() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.get_credential_config", false]], "get_credential_info() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.get_credential_info", false]], "get_info() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.get_info", false]], "get_job_config() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.get_job_config", false]], "get_job_info() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.get_job_info", false]], "get_job_info_regex() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.get_job_info_regex", false]], "get_job_name() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.get_job_name", false]], "get_jobs() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.get_jobs", false]], "get_node_config() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.get_node_config", false]], "get_node_info() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.get_node_info", false]], "get_nodes() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.get_nodes", false]], "get_plugin_info() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.get_plugin_info", false]], "get_plugins() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.get_plugins", false]], "get_plugins_info() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.get_plugins_info", false]], "get_promotion_config() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.get_promotion_config", false]], "get_promotion_name() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.get_promotion_name", false]], "get_promotions() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.get_promotions", false]], "get_promotions_info() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.get_promotions_info", false]], "get_queue_info() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.get_queue_info", false]], "get_queue_item() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.get_queue_item", false]], "get_running_builds() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.get_running_builds", false]], "get_version() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.get_version", false]], "get_view_config() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.get_view_config", false]], "get_view_name() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.get_view_name", false]], "get_views() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.get_views", false]], "get_whoami() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.get_whoami", false]], "install_plugin() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.install_plugin", false]], "is_folder() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.is_folder", false]], "jenkins": [[0, "module-jenkins", false]], "jenkins (class in jenkins)": [[0, "jenkins.Jenkins", false]], "jenkins.plugins": [[0, "module-jenkins.plugins", false]], "jenkins_open() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.jenkins_open", false]], "jenkins_open_stream() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.jenkins_open_stream", false]], "jenkins_request() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.jenkins_request", false]], "jenkinsexception": [[0, "jenkins.JenkinsException", false]], "job_exists() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.job_exists", false]], "jobs_count() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.jobs_count", false]], "list_credentials() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.list_credentials", false]], "maybe_add_crumb() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.maybe_add_crumb", false]], "merge_environment_settings() (jenkins.wrappedsession method)": [[0, "jenkins.WrappedSession.merge_environment_settings", false]], "module": [[0, "module-jenkins", false], [0, "module-jenkins.plugins", false]], "node_exists() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.node_exists", false]], "notfoundexception": [[0, "jenkins.NotFoundException", false]], "promotion_exists() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.promotion_exists", false]], "quiet_down() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.quiet_down", false]], "reconfig_credential() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.reconfig_credential", false]], "reconfig_job() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.reconfig_job", false]], "reconfig_node() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.reconfig_node", false]], "reconfig_promotion() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.reconfig_promotion", false]], "reconfig_view() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.reconfig_view", false]], "rename_job() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.rename_job", false]], "run_script() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.run_script", false]], "set_next_build_number() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.set_next_build_number", false]], "stop_build() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.stop_build", false]], "timeoutexception": [[0, "jenkins.TimeoutException", false]], "upsert_job() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.upsert_job", false]], "view_exists() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.view_exists", false]], "wait_for_normal_op() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.wait_for_normal_op", false]], "wipeout_job_workspace() (jenkins.jenkins method)": [[0, "jenkins.Jenkins.wipeout_job_workspace", false]], "wrappedsession (class in jenkins)": [[0, "jenkins.WrappedSession", false]]}, "objects": {"": [[0, 0, 0, "-", "jenkins"]], "jenkins": [[0, 1, 1, "", "BadHTTPException"], [0, 1, 1, "", "EmptyResponseException"], [0, 2, 1, "", "Jenkins"], [0, 1, 1, "", "JenkinsException"], [0, 1, 1, "", "NotFoundException"], [0, 1, 1, "", "TimeoutException"], [0, 2, 1, "", "WrappedSession"], [0, 0, 0, "-", "plugins"]], "jenkins.Jenkins": [[0, 3, 1, "", "assert_credential_exists"], [0, 3, 1, "", "assert_folder"], [0, 3, 1, "", "assert_job_exists"], [0, 3, 1, "", "assert_node_exists"], [0, 3, 1, "", "assert_promotion_exists"], [0, 3, 1, "", "assert_view_exists"], [0, 3, 1, "", "build_job"], [0, 3, 1, "", "build_job_url"], [0, 3, 1, "", "cancel_queue"], [0, 3, 1, "", "check_jenkinsfile_syntax"], [0, 3, 1, "", "copy_job"], [0, 3, 1, "", "create_credential"], [0, 3, 1, "", "create_folder"], [0, 3, 1, "", "create_job"], [0, 3, 1, "", "create_node"], [0, 3, 1, "", "create_promotion"], [0, 3, 1, "", "create_view"], [0, 3, 1, "", "credential_exists"], [0, 3, 1, "", "debug_job_info"], [0, 3, 1, "", "delete_build"], [0, 3, 1, "", "delete_credential"], [0, 3, 1, "", "delete_job"], [0, 3, 1, "", "delete_node"], [0, 3, 1, "", "delete_promotion"], [0, 3, 1, "", "delete_view"], [0, 3, 1, "", "disable_job"], [0, 3, 1, "", "disable_node"], [0, 3, 1, "", "enable_job"], [0, 3, 1, "", "enable_node"], [0, 3, 1, "", "get_all_jobs"], [0, 3, 1, "", "get_build_artifact"], [0, 3, 1, "", "get_build_artifact_as_bytes"], [0, 3, 1, "", "get_build_console_output"], [0, 3, 1, "", "get_build_env_vars"], [0, 3, 1, "", "get_build_info"], [0, 3, 1, "", "get_build_stages"], [0, 3, 1, "", "get_build_test_report"], [0, 3, 1, "", "get_credential_config"], [0, 3, 1, "", "get_credential_info"], [0, 3, 1, "", "get_info"], [0, 3, 1, "", "get_job_config"], [0, 3, 1, "", "get_job_info"], [0, 3, 1, "", "get_job_info_regex"], [0, 3, 1, "", "get_job_name"], [0, 3, 1, "", "get_jobs"], [0, 3, 1, "", "get_node_config"], [0, 3, 1, "", "get_node_info"], [0, 3, 1, "", "get_nodes"], [0, 3, 1, "", "get_plugin_info"], [0, 3, 1, "", "get_plugins"], [0, 3, 1, "", "get_plugins_info"], [0, 3, 1, "", "get_promotion_config"], [0, 3, 1, "", "get_promotion_name"], [0, 3, 1, "", "get_promotions"], [0, 3, 1, "", "get_promotions_info"], [0, 3, 1, "", "get_queue_info"], [0, 3, 1, "", "get_queue_item"], [0, 3, 1, "", "get_running_builds"], [0, 3, 1, "", "get_version"], [0, 3, 1, "", "get_view_config"], [0, 3, 1, "", "get_view_name"], [0, 3, 1, "", "get_views"], [0, 3, 1, "", "get_whoami"], [0, 3, 1, "", "install_plugin"], [0, 3, 1, "", "is_folder"], [0, 3, 1, "", "jenkins_open"], [0, 3, 1, "", "jenkins_open_stream"], [0, 3, 1, "", "jenkins_request"], [0, 3, 1, "", "job_exists"], [0, 3, 1, "", "jobs_count"], [0, 3, 1, "", "list_credentials"], [0, 3, 1, "", "maybe_add_crumb"], [0, 3, 1, "", "node_exists"], [0, 3, 1, "", "promotion_exists"], [0, 3, 1, "", "quiet_down"], [0, 3, 1, "", "reconfig_credential"], [0, 3, 1, "", "reconfig_job"], [0, 3, 1, "", "reconfig_node"], [0, 3, 1, "", "reconfig_promotion"], [0, 3, 1, "", "reconfig_view"], [0, 3, 1, "", "rename_job"], [0, 3, 1, "", "run_script"], [0, 3, 1, "", "set_next_build_number"], [0, 3, 1, "", "stop_build"], [0, 3, 1, "", "upsert_job"], [0, 3, 1, "", "view_exists"], [0, 3, 1, "", "wait_for_normal_op"], [0, 3, 1, "", "wipeout_job_workspace"]], "jenkins.WrappedSession": [[0, 3, 1, "", "merge_environment_settings"]]}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "exception", "Python exception"], "2": ["py", "class", "Python class"], "3": ["py", "method", "Python method"]}, "objtypes": {"0": "py:module", "1": "py:exception", "2": "py:class", "3": "py:method"}, "terms": {"": [0, 1, 2], "0": [0, 1], "01": 0, "1": [0, 2], "10": [0, 2, 3], "100": 0, "10f3a3c8": 1, "11": 3, "12": 0, "1315087293316": 0, "1324317717000": 0, "15": 0, "19": 3, "19_18": 0, "19t18": 0, "2": [0, 2], "2011": 0, "22": 1, "3": [0, 2], "30": 1, "327e": 1, "3829": 0, "4": [0, 2], "401": 1, "404": 0, "426": 1, "5": 2, "50": [0, 1], "52": 0, "532": 0, "540557z": 0, "541": 0, "57": 0, "6": 2, "66": 0, "7": 2, "8": 2, "8080": 1, "87": 0, "8826": 0, "9": [0, 2], "9080": 0, "A": [0, 1], "And": 3, "Be": 2, "By": 0, "For": [1, 2, 3], "If": [0, 1], "In": 0, "It": [0, 1, 2], "No": 0, "On": 0, "That": [0, 1], "The": [0, 1, 2, 3], "Then": 2, "To": [0, 2, 3], "Will": 0, "_": 0, "__init__": 0, "_class": 0, "_type_default": 0, "a3e5edb0e45f": 1, "aborted_anim": 0, "about": [0, 1], "abov": 1, "absoluteurl": 0, "accept": [0, 1], "access": 0, "account": 0, "action": [0, 1], "activ": 0, "activeprocessnam": 1, "actual": 0, "ad": 1, "add": [0, 1], "add_crumb": 0, "addit": 0, "after": 0, "against": [1, 3], "aid": 1, "aim": 2, "all": [0, 1], "all_test": 0, "allow": [0, 1], "alreadi": 0, "also": 0, "amount": 0, "an": [0, 1, 2], "ani": 0, "anonym": 0, "antisami": 0, "api": [1, 2, 3], "apt": 3, "ar": [0, 1, 2, 3], "arg": [0, 1], "argument": 0, "artifact": 0, "ask": [0, 1], "assert_credential_exist": [0, 2], "assert_fold": [0, 2], "assert_job_exist": [0, 2], "assert_node_exist": [0, 2], "assert_promotion_exist": [0, 2], "assert_view_exist": [0, 2], "associ": 0, "assum": 1, "attempt": 1, "attribut": 1, "auth": 0, "authent": [0, 1], "autom": 2, "automag": 1, "automat": [1, 2], "avail": [2, 3], "b60b": 1, "backupvers": 0, "badhttpexcept": [0, 2], "base": 3, "be35": 1, "becam": 0, "been": 3, "befor": [0, 1, 2], "below": 1, "black": 1, "block": 0, "blue": 0, "bodi": 0, "bool": 0, "both": 1, "branch": 0, "broken": 0, "bug": 2, "build": [0, 2, 3], "build_info": [0, 1], "build_job": [0, 1, 2], "build_job_url": [0, 2], "build_nam": 0, "build_war": 0, "buildabl": 0, "buildablestartmillisecond": 0, "builton": 0, "bundl": 0, "byte": 0, "call": 0, "can": [0, 1, 2], "cancel": 0, "cancel_queu": [0, 1, 2], "capabl": [0, 2], "case": [0, 1], "caus": 0, "certain": 0, "chang": 0, "changeset": 0, "channel": 2, "check": 0, "check_jenkinsfile_syntax": [0, 2], "ci": 0, "class": [0, 3], "clone": 2, "close": 2, "cloudbe": [0, 2], "code": [1, 2], "color": 0, "com": 0, "come": 0, "command": [1, 3], "commandlaunch": 0, "commit": 2, "commun": 2, "comparison": 0, "complet": [0, 2], "config": [0, 1], "config_xml": 0, "configur": [0, 1], "connect": [0, 1], "consol": 0, "contain": [0, 1, 2], "continu": 1, "contribut": 2, "control": [0, 2], "conveni": 2, "convention": 2, "cool": 1, "copi": [0, 2], "copy_job": [0, 1, 2], "correct": 0, "cover": 3, "coverag": 2, "creat": [0, 1, 2], "create_credenti": [0, 2], "create_fold": [0, 2], "create_job": [0, 1, 2], "create_nod": [0, 1, 2], "create_promot": [0, 1, 2], "create_view": [0, 1, 2], "credentail": 0, "credenti": 0, "credential_exist": [0, 2], "credentialsid": 1, "crumb": 0, "culprit": 0, "current": 0, "cv": 0, "data": 0, "date": [0, 3], "debian": 3, "debug_job_info": [0, 2], "dedic": 3, "deepest": 0, "default": 0, "delet": [0, 1, 2], "delete_build": [0, 2], "delete_credenti": [0, 2], "delete_job": [0, 1, 2], "delete_nod": [0, 2], "delete_promot": [0, 1, 2], "delete_view": [0, 1, 2], "demo": 0, "depend": 0, "deprec": 0, "depth": 0, "descript": 0, "destin": 0, "detail": [1, 2, 3], "detect": 0, "determin": 0, "develop": 3, "dict": 0, "dictionari": [0, 1], "differ": 3, "disabl": [0, 2], "disable_job": [0, 1, 2], "disable_nod": [0, 1, 2], "displai": 0, "displaypath": 0, "dist": 0, "distribut": 3, "do": [1, 2], "doc": [1, 2, 3], "document": [1, 2], "doe": [0, 1], "domain": 0, "domain_nam": 0, "don": 0, "down": 2, "downgrad": 0, "download": 0, "due": 3, "dump": 0, "durat": 0, "e": 3, "eaa": 0, "each": [0, 1], "easiest": 2, "easili": 0, "easy_instal": 3, "edit": 0, "edittyp": 0, "effici": 0, "either": 0, "els": 1, "empti": [0, 1], "empty_config_xml": 1, "empty_copi": 1, "empty_folder_xml": 1, "empty_promo_config_xml": 1, "empty_view_config_xml": 1, "emptyresponseexcept": [0, 2], "en": 2, "enabl": [0, 1, 2], "enable_job": [0, 1, 2], "enable_nod": [0, 1, 2], "endpoint": 1, "enough": 0, "enter": 0, "env": 0, "environ": 0, "equal": 0, "error": 0, "eta": 0, "everi": 3, "everywher": 0, "exact": 0, "exactli": 0, "exampl": [0, 2, 3], "except": 0, "exception_messag": 0, "exclus": [0, 1], "execut": [0, 3], "executor": 0, "exist": [0, 1, 2], "exit": 1, "expect": 1, "expens": 0, "extern": 0, "extract": 0, "fail": 1, "failur": 0, "fals": 0, "fedora": 3, "fetch": 0, "fetch_all_build": 0, "field": 0, "file": [0, 1], "filenam": 0, "filesystem": 0, "firewal": 1, "fit": 0, "five": 0, "fix": 0, "folder": [0, 2, 3], "folder_depth": 0, "folder_depth_per_request": 0, "folder_nam": 0, "follow": 1, "foo": [0, 1], "footnot": 2, "format": 0, "formatt": 0, "free": 2, "freenod": 2, "fresh": 0, "from": [0, 1], "from_nam": 0, "front": 1, "full": 2, "fulldisplaynam": 0, "fullnam": [0, 1], "function": [0, 2], "further": [1, 3], "gearman": 0, "gener": [0, 1, 3], "gerrit": 2, "get": [0, 2, 3], "get_all_job": [0, 2], "get_build_artifact": [0, 2], "get_build_artifact_as_byt": [0, 2], "get_build_console_output": [0, 2], "get_build_env_var": [0, 2], "get_build_info": [0, 1, 2], "get_build_stag": [0, 2], "get_build_test_report": [0, 2], "get_credential_config": [0, 2], "get_credential_info": [0, 2], "get_info": [0, 2], "get_job": [0, 1, 2], "get_job_config": [0, 1, 2], "get_job_info": [0, 1, 2], "get_job_info_regex": [0, 2], "get_job_nam": [0, 2], "get_nod": [0, 1, 2], "get_node_config": [0, 2], "get_node_info": [0, 1, 2], "get_plugin": [0, 2], "get_plugin_info": [0, 2], "get_plugins_info": [0, 1, 2], "get_promot": [0, 1, 2], "get_promotion_config": [0, 1, 2], "get_promotion_nam": [0, 2], "get_promotions_info": [0, 2], "get_queue_info": [0, 1, 2], "get_queue_item": [0, 2], "get_running_build": [0, 2], "get_vers": [0, 1, 2, 3], "get_view": [0, 1, 2], "get_view_config": [0, 1, 2], "get_view_nam": [0, 2], "get_whoami": [0, 1, 2], "git": 2, "github": [0, 2], "given": [0, 1], "groovi": 0, "ha": [0, 3], "handl": 0, "hasupd": 0, "have": [0, 1, 3], "header": [0, 1], "hello": 1, "help": 1, "helper": 0, "henc": 0, "here": [0, 1, 2], "higher": 2, "hole": 1, "home": 1, "hook": 2, "host": 1, "how": [0, 1, 2, 3], "html": [0, 2, 3], "http": [0, 1, 2, 3], "hudson": [0, 1], "i": [0, 1, 2, 3], "i3": 0, "id": [0, 1], "ident": 0, "ignor": 0, "ignore_failur": 0, "import": [0, 1, 3], "includ": [0, 3], "include_depend": 0, "index": [0, 2, 3], "indic": 1, "info": 0, "inform": [0, 1, 2], "infra": 2, "ini": 3, "injectenvvar": 0, "input": 0, "instal": [0, 1], "install_plugin": [0, 2], "instanc": [0, 1], "instead": [0, 1], "int": 0, "irc": 2, "is_fold": [0, 2], "issu": 0, "item": 0, "its": 0, "j": 0, "jabber": 0, "jenkin": [0, 3], "jenkins01": 0, "jenkins_open": [0, 2], "jenkins_open_stream": [0, 2], "jenkins_request": [0, 2], "jenkinsexcept": [0, 2], "jenkinsfil": 0, "jenkinsversiontest": 3, "jjb": 2, "job": [0, 2], "job_exist": [0, 2], "job_nam": [0, 1], "jobpropertyimpl": 1, "jobs_count": [0, 1, 2], "john": [0, 1], "jqueri": 0, "json": 0, "juser": 1, "just": 1, "keep": 3, "keeplog": 0, "kei": 0, "kerbero": 2, "kind": 0, "known": 3, "kwarg": 0, "label": [0, 1], "lack": 0, "last": 0, "last_build_numb": 1, "lastcompletedbuild": 1, "later": 3, "latest": 2, "launch": [0, 1], "launcher": [0, 1], "launcher_command": 0, "launcher_jnlp": 0, "launcher_param": [0, 1], "launcher_ssh": [0, 1], "launcher_windows_servic": 0, "launchpad": 2, "least": [0, 1], "length": 0, "less": 0, "level": [0, 2], "level3": 0, "lib": 0, "librari": 1, "like": 2, "limit": 0, "lint": 2, "list": [0, 2, 3], "list_credenti": [0, 2], "listen": 1, "local": 3, "localhost": [0, 1], "locat": 0, "log": 2, "long": 0, "longnam": 0, "look": 1, "made": 1, "mai": [0, 1], "mailer": 0, "make": 0, "manag": 1, "mani": [0, 2], "manual": 2, "markup": 0, "master": [0, 1, 2], "match": 0, "maven": 0, "mayb": 0, "maybe_add_crumb": [0, 2], "me": 0, "measur": 3, "member": 0, "merg": 0, "merge_environment_set": [0, 2], "messag": 0, "metadata": 0, "method": [0, 1, 3], "might": 1, "min": 0, "minut": 0, "miss": 0, "mode": [0, 2], "modul": [0, 2, 3], "monitor": 0, "more": [0, 1, 2], "most": [0, 1], "msg": 0, "much": 0, "multi": 0, "multipl": [0, 1], "must": 0, "my": 1, "my_job": [0, 1], "mypassword": 1, "myuser": 1, "name": [0, 1], "need": [0, 1, 2], "net": 2, "network": 2, "new": [0, 2], "next": [0, 2], "next_bn": [0, 1], "next_build_numb": 0, "nextbuildnumb": [0, 1], "node": [0, 2], "node_config": 1, "node_exist": [0, 2], "nodedescript": [0, 1], "nodelabelparamet": 0, "none": 0, "normal": 0, "note": [0, 1, 3], "notfoundexcept": [0, 2], "noth": 1, "number": [0, 2], "numexecutor": 0, "object": 0, "obviou": 1, "offlin": 0, "onc": [0, 1], "oneir": 3, "onli": [0, 1], "onlin": 2, "onward": 1, "open": 0, "opendev": 2, "openstack": [2, 3], "oper": 0, "option": 0, "org": [0, 2, 3], "other": 3, "otherwis": 0, "our": [2, 3], "out": 0, "output": 0, "overrid": 0, "packag": [1, 2, 3], "page": 2, "paid": 2, "pam": 0, "param": [0, 1], "param1": 1, "param2": 1, "paramet": [0, 1], "parameter": 1, "pars": 0, "pass": [0, 1], "password": [0, 1], "path": 0, "pattern": 0, "per": 3, "perman": 0, "pin": 0, "pip": [1, 2, 3], "pipelin": 0, "pleas": 2, "plugin": [0, 2], "pluginmanag": 0, "pluginvers": 0, "poll": 0, "popul": 0, "port": 1, "possibl": [0, 1, 3], "potenti": 1, "pre": 2, "precis": 1, "prepar": 0, "present": 0, "previous": 0, "print": [0, 1], "println": 0, "prior": 0, "process": 1, "progress": 0, "project": 2, "project_nam": 0, "prom_job": 1, "prom_nam": 1, "promo_reconfig_xml": 1, "promot": [0, 2], "promoted__build": 1, "promotion_exist": [0, 1, 2], "properti": [0, 1], "provid": [0, 2], "proxi": [0, 1], "psf": 0, "public": 0, "pull": 2, "put": 2, "py": 3, "py27": 3, "pypi": 1, "python": [0, 3], "q": 2, "queri": 0, "queu": 0, "queue": [0, 2], "queue_info": [0, 1], "quick": 1, "quickli": 0, "quiet": 2, "quiet_down": [0, 2], "rais": 0, "raw": 0, "re": 0, "readabl": 0, "readi": [0, 2], "readthedoc": 2, "real": 1, "receiv": 0, "recent": [0, 3], "recommend": 0, "reconfig": [0, 2], "reconfig_credenti": [0, 2], "reconfig_job": [0, 1, 2], "reconfig_nod": [0, 2], "reconfig_promot": [0, 1, 2], "reconfig_view": [0, 2], "reconfig_xml": 1, "reconfigur": 0, "recurs": 0, "refer": [1, 2], "regex": 0, "reject": 1, "rel": 0, "relat": 0, "relativepath": 0, "remot": 0, "remotef": [0, 1], "renam": 0, "rename_job": [0, 2], "repli": 1, "repo": 0, "report": [0, 2], "repositori": [0, 2], "req": 0, "request": [0, 2], "requests_ca_bundl": 0, "requir": [0, 1, 2], "resolve_auth": 0, "respons": [0, 1], "rest": [1, 2], "restart": 0, "result": [0, 1], "retreiv": 0, "retriev": [0, 1], "return": 0, "revers": 1, "review": 2, "revis": 0, "roughli": 0, "routin": 0, "run": [0, 1, 2, 3], "run_script": [0, 2], "same": 0, "script": 0, "search": [0, 2], "sec": 0, "second": [0, 1], "see": [0, 3], "select": 0, "separ": 0, "server": [0, 1, 2], "service_nam": 0, "servlet": 1, "session": 0, "set": [0, 1, 2], "set_next_build_numb": [0, 1, 2], "setup": [0, 3], "short": 0, "shortdescript": 0, "shortnam": 0, "should": [0, 1], "show": 1, "shutdown": [0, 2], "side": 0, "signific": 0, "simpl": 0, "simplifi": 0, "sinc": [0, 3], "singl": [0, 3], "sit": 1, "slave": [0, 1], "slave1": 1, "sleep": 0, "slow": 1, "snippet": 1, "so": [0, 3], "socket": [0, 1], "some": [0, 2], "soon": 0, "sourc": 0, "special": 0, "specif": [0, 1], "specifi": [0, 1], "split": 3, "ssh": 0, "stage": 0, "start": [0, 1, 2, 3], "statu": 0, "still": 0, "stop": 0, "stop_build": [0, 2], "store": 0, "str": 0, "stream": 0, "stress": 0, "string": [0, 1], "stuck": 0, "submit": [0, 2], "subsequ": 1, "subset": 2, "success": 0, "sudo": 2, "suffici": 1, "suppli": 0, "support": [1, 2], "supportsdynamicload": 0, "sure": 2, "svn": 0, "svn01": 0, "syntax": 0, "t": 0, "take": 1, "task": 0, "test": [0, 1, 2], "test_vers": 3, "testr": 3, "text": 0, "than": [0, 1], "thei": 2, "them": 3, "thi": [0, 1, 2], "thing": 2, "those": 0, "through": 1, "throw": 0, "ti": 0, "time": [0, 1, 3], "timeout": [0, 1], "timeoutexcept": [0, 2], "timer": 0, "timestamp": 0, "to_nam": 0, "token": [0, 1], "too": 0, "toplevel": 0, "total": 0, "tox": 3, "translat": 0, "transpar": 0, "tree": 0, "tri": 1, "trigger": 0, "true": [0, 1], "try": [0, 1], "tupl": 0, "two": 0, "type": 0, "u": 0, "ubuntu": 3, "unauthor": 1, "under": 3, "underli": 1, "unicod": 0, "unit": 2, "unknown": 0, "until": 0, "up": 3, "updat": 2, "upsert_job": [0, 2], "url": 0, "us": [0, 2], "user": [0, 1], "usernam": [0, 1], "usual": 0, "util": 0, "valid": 0, "valu": [0, 1], "var": 0, "variabl": 0, "veri": 3, "verifi": 0, "version": [0, 2, 3], "via": [0, 2], "view": [0, 2, 3], "view_config": 1, "view_exist": [0, 2], "view_nam": [0, 1], "wa": 0, "wai": [0, 2, 3], "wait": [0, 2], "wait_for_normal_op": [0, 1, 2], "war": 0, "we": [2, 3], "well": 1, "what": [0, 1], "when": [0, 1], "whenev": 0, "where": 1, "whether": 0, "which": [0, 2], "while": 1, "why": 0, "wiki": [0, 1, 2, 3], "window": 0, "wipe": 0, "wipeout": 2, "wipeout_job_workspac": [0, 2], "within": 0, "without": 0, "won": 0, "work": 2, "workaround": 0, "workflow": 0, "workspac": [0, 2], "would": 0, "wrappedsess": [0, 2], "wrapper": [0, 2], "xml": [0, 1], "xpath": 0, "you": [0, 1, 2], "your": [0, 1], "your_url": 0, "your_url_her": 0, "yum": 3, "zip": 0}, "titles": ["API reference", "Using Python-Jenkins", "Python Jenkins", "Installing"], "titleterms": {"1": 1, "10": 1, "2": 1, "3": 1, "4": 1, "5": 1, "6": 1, "7": 1, "8": 1, "9": 1, "api": 0, "build": 1, "cloudbe": 1, "content": 2, "coverag": 3, "develop": 2, "document": 3, "exampl": 1, "folder": 1, "get": 1, "indic": 2, "instal": [2, 3], "jenkin": [1, 2], "job": 1, "kerbero": 1, "log": 1, "next": 1, "node": 1, "number": 1, "patch": 2, "plugin": 1, "promot": 1, "py": 2, "python": [1, 2], "queue": 1, "readi": 1, "readm": 2, "refer": 0, "setup": 2, "tabl": 2, "test": 3, "unit": 3, "updat": 1, "us": 1, "version": 1, "view": 1, "wait": 1, "without": 2, "work": 1, "write": 2}})