zw
2013-01-10 00:36:37 UTC
Hi All
We have 2 jenkins servers in boxes A, and B. Box A has box C as its slave.
We tried triggering 1 job in box A by using wget http://www.arefshg.com:8080/hudson/job/1.0_Build/build in the Build Execute Shell section.
Console output
Building remotely on slave_linux
[test_svn14] $ /bin/sh -xe /tmp/hudson4435957536083197879.sh
+ wget http://www.arefshg.com:8080/hudson/job/1.0_Build/build
--2013-01-10 00:27:46-- http://www.arefshg.com:8080/hudson/job/1.0_Build/build
Resolving proxy.arefshg.com... 123.45.234.55
Connecting to proxy.arefshg.com|123.45.234.55|:80... connected.
Proxy request sent, awaiting response... 405 Method Not Allowed
2013-01-10 00:27:46 ERROR 405: Method Not Allowed.
What did we do wrong ?
What other methods can we use to trigger a remote build and passes back its build artifacts from B to A ?
Thanks
We have 2 jenkins servers in boxes A, and B. Box A has box C as its slave.
We tried triggering 1 job in box A by using wget http://www.arefshg.com:8080/hudson/job/1.0_Build/build in the Build Execute Shell section.
Console output
Building remotely on slave_linux
[test_svn14] $ /bin/sh -xe /tmp/hudson4435957536083197879.sh
+ wget http://www.arefshg.com:8080/hudson/job/1.0_Build/build
--2013-01-10 00:27:46-- http://www.arefshg.com:8080/hudson/job/1.0_Build/build
Resolving proxy.arefshg.com... 123.45.234.55
Connecting to proxy.arefshg.com|123.45.234.55|:80... connected.
Proxy request sent, awaiting response... 405 Method Not Allowed
2013-01-10 00:27:46 ERROR 405: Method Not Allowed.
What did we do wrong ?
What other methods can we use to trigger a remote build and passes back its build artifacts from B to A ?
Thanks