Re: Trigger remote job fails - quick question

2018-10-23 Thread KunLung Hsieh
Mark Hudson's answer works for me! Mark Hudson於 2016年2月23日星期二 UTC+8上午9時10分01秒寫道: > > I found that sometimes a workaround to ERROR 405: Method Not Allowed... > ...is to change the final part of the URL path from .../build to > .../buildWithParameters > -- You received this message because you ar

Re: Trigger remote job fails - quick question

2016-02-22 Thread Mark Hudson
I found that sometimes a workaround to ERROR 405: Method Not Allowed... ...is to change the final part of the URL path from .../build to .../buildWithParameters -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and

Re: Trigger remote job fails - quick question

2013-01-09 Thread zw
Hi Stuart Thanks for responding. The remote Jenkins does not have security ie no username password to deal with; simply a job configured there. Do you know how one could pass revision number with a curl command to kick off the remote build ? On Wednesday, January 9, 2013 4:42:25 PM UTC-8, Stu

Re: Trigger remote job fails - quick question

2013-01-09 Thread Stuart Whelan
Is the job you are trying to trigger configured to use parameters? Do you have login security turned on any of the jenkins machines? I trigger a build on our DR jenkins box using this method on my window jenkins server: c:\unix\usr\local\wbin\wget "http://DRMACHINE:8080/job/DR%%20-%%20Kickoff%%2

Trigger remote job fails - quick question

2013-01-09 Thread zw
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] $ /b