From: William Zhang Date: Wed, 9 May 2012 02:36:41 +0000 (+0800) Subject: change a var X-Git-Tag: v0.2.23~296^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e47a45d505f8ca19c65cc5b034e9811f2c728d71;p=tools%2Fpython-jenkinsapi.git change a var --- diff --git a/jenkinsapi/job.py b/jenkinsapi/job.py index df03007..666e956 100644 --- a/jenkinsapi/job.py +++ b/jenkinsapi/job.py @@ -205,4 +205,4 @@ class Job(JenkinsBase): def update_config(self, config): '''Update the config.xml to the job''' - return self.post_data("%(baseurl)s/config.xml" % self.__dict__, jobconfig) + return self.post_data("%(baseurl)s/config.xml" % self.__dict__, config)