<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Times New Roman; font-size: 12pt; color: #000000'>Saludos.<br>Tengo el siguiente problema:<br><br>Estoy tratando de correr un build en Hudson a partir de un comando remoto en la consola:<br><br><span style="font-weight: bold; color: rgb(0, 0, 153);">wget --http-user=&lt;user&gt; --http-password=&lt;pass&gt; http://localhost:8080/hudson/job/Serere/build?token=DOGLIFE</span><br><br>pero de alguna manera la respuesta es:<br><br><span style="font-weight: bold;">--2009-12-09 01:03:54-- &nbsp;http://localhost:8080/hudson/job/Serere/build?token=DOGLIFE</span><br style="font-weight: bold;"><span style="font-weight: bold;">Resolving localhost... 127.0.0.1, ::1</span><br style="font-weight: bold;"><span style="font-weight: bold;">Connecting to localhost|127.0.0.1|:8080... connected.</span><br style="font-weight: bold;"><span style="font-weight: bold;">HTTP request sent, awaiting response... 404 Not Found</span><br style="font-weight: bold;"><span style="font-weight: bold;">2009-12-09 01:03:54 <span style="color: rgb(255, 0, 0);">ERROR 404: Not Found.</span></span><br><br><br>le habilito un proxy para que tenga salida a internet y entonces:<br><br><span style="font-weight: bold;">--2009-12-09 01:06:09-- &nbsp;http://localhost:8080/hudson/job/Serere/build?token=DOGLIFE</span><br style="font-weight: bold;"><span style="font-weight: bold;">Connecting to 10.0.0.1:8080... connected.</span><br style="font-weight: bold;"><span style="font-weight: bold;">Proxy request sent, awaiting response... 403 Forbidden</span><br style="font-weight: bold;"><span style="font-weight: bold;">2009-12-09 01:06:09 <span style="color: rgb(255, 0, 0);">ERROR</span> <span style="color: rgb(255, 0, 0);">403: Forbidden.</span></span><br><br><span style="color: rgb(0, 0, 0);">Por lo que deduje que Hudson trata de conectarse a otra página a la cual no tengo acceso. Después de revizar el código, descubrí que en efecto se estaba tratando de conectar a la página de hudson y otras de sun o java. ¿Existe alguna manera de decirla a Hudson que no se conecte con ninguna página?</span><br></div></body></html>