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:
6284676
)
make the post logger run on the same port as default jenkins
author
salimfadhley
<sal@stodge.org>
Sun, 16 Jun 2013 15:10:19 +0000
(16:10 +0100)
committer
salimfadhley
<sal@stodge.org>
Sun, 16 Jun 2013 15:10:19 +0000
(16:10 +0100)
jenkinsapi_utils/simple_post_logger.py
patch
|
blob
|
history
diff --git
a/jenkinsapi_utils/simple_post_logger.py
b/jenkinsapi_utils/simple_post_logger.py
index ef1050c191a663d495f5f2fe61c5f41312f291b8..4bb23463103e5758a2da9e29ab1b6320134fc255 100644
(file)
--- a/
jenkinsapi_utils/simple_post_logger.py
+++ b/
jenkinsapi_utils/simple_post_logger.py
@@
-3,7
+3,7
@@
import SocketServer
import logging
import cgi
-PORT = 80
0
0
+PORT = 80
8
0
class ServerHandler(SimpleHTTPServer.SimpleHTTPRequestHandler):