From: salimfadhley Date: Sat, 15 Jun 2013 23:10:58 +0000 (+0100) Subject: Add a comment to this example X-Git-Tag: v0.2.23~176 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=94d3b36e08a546ef470dd0d8dab55a4be3d4265b;p=tools%2Fpython-jenkinsapi.git Add a comment to this example --- diff --git a/examples/get_config.py b/examples/get_config.py index 37474df..7a10394 100644 --- a/examples/get_config.py +++ b/examples/get_config.py @@ -1,6 +1,6 @@ -import logging -logging.basicConfig() - +""" +An example of how to use JenkinsAPI to fetch the config XML of a job. +""" from jenkinsapi.jenkins import Jenkins J = Jenkins('http://localhost:8080') jobName = 'create_fwrgmkbbzk'