From: salimfadhley Date: Sun, 16 Jun 2013 00:11:24 +0000 (+0100) Subject: Tidy up the comment. X-Git-Tag: v0.2.23~174 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=22424cf54b1e1ea8e714086c93eba680c5c3818a;p=tools%2Fpython-jenkinsapi.git Tidy up the comment. --- diff --git a/examples/example_param_build.py b/examples/example_param_build.py index ff076a0..0177012 100644 --- a/examples/example_param_build.py +++ b/examples/example_param_build.py @@ -3,10 +3,8 @@ import requests def foo(): """ - A low level example of how to run a parameterized build in Jenkins - from Python. + A low level example of how JenkinsAPI runs a parameterized build """ - data={'B':'abc'} toJson = {'parameter':[{'name':'B', 'value':'xyz'}]} url = 'http://localhost:8080/job/ddd/build' #url = 'http://localhost:8000'