From 22424cf54b1e1ea8e714086c93eba680c5c3818a Mon Sep 17 00:00:00 2001 From: salimfadhley Date: Sun, 16 Jun 2013 01:11:24 +0100 Subject: [PATCH] Tidy up the comment. --- examples/example_param_build.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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' -- 2.7.4