Tidy up the comment.
authorsalimfadhley <sal@stodge.org>
Sun, 16 Jun 2013 00:11:24 +0000 (01:11 +0100)
committersalimfadhley <sal@stodge.org>
Sun, 16 Jun 2013 00:11:24 +0000 (01:11 +0100)
examples/example_param_build.py

index ff076a0..0177012 100644 (file)
@@ -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'