make the post logger run on the same port as default jenkins
authorsalimfadhley <sal@stodge.org>
Sun, 16 Jun 2013 15:10:19 +0000 (16:10 +0100)
committersalimfadhley <sal@stodge.org>
Sun, 16 Jun 2013 15:10:19 +0000 (16:10 +0100)
jenkinsapi_utils/simple_post_logger.py

index ef1050c..4bb2346 100644 (file)
@@ -3,7 +3,7 @@ import SocketServer
 import logging
 import cgi
 
-PORT = 8000
+PORT = 8080
 
 class ServerHandler(SimpleHTTPServer.SimpleHTTPRequestHandler):