projects
/
tools
/
python-jenkinsapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e8872e
)
doc comment fixed
author
Victor García
<victor@tuenti.com>
Fri, 22 Feb 2013 15:53:54 +0000
(16:53 +0100)
committer
Victor García
<victor@tuenti.com>
Fri, 22 Feb 2013 15:53:54 +0000
(16:53 +0100)
jenkinsapi/job.py
patch
|
blob
|
history
diff --git
a/jenkinsapi/job.py
b/jenkinsapi/job.py
index a16f4d9da0cb3bbdcc7b7579b8c7f9295fbadc56..1124b7ecb0e6d67fb6a26fcb3e53bfabe2b2f0ed 100644
(file)
--- a/
jenkinsapi/job.py
+++ b/
jenkinsapi/job.py
@@
-325,7
+325,7
@@
class Job(JenkinsBase):
def update_config(self, config):
"""
Update the config.xml to the job
- Also refresh the
BeautifulSoup
object since the config has changed
+ Also refresh the
ElementTree
object since the config has changed
"""
post_data = self.post_data("%(baseurl)s/config.xml" % self.__dict__, config)
self._element_tree = ET.fromstring(config)