|
Hi,
Anyone once used hudson to build. Hi, I am an user of hudson + gerrit. I want to trigger hudson building when pre-review and post-review on gerrit, I used gerrit -trigger plugin for hudson. And it could be trigger by command line "git push" . But I want to trigger hudson building after I click "submit patch..." button. Any ideas ? Thanks very much! I used gerrit hook "change-merged " to trigger hudson build. It can work. But one question is that hudson can't write back review or tag on gerrit. My script is : java -jar /home/yangshuangquan/hudson-cli.jar -s http://localhost:18080/ build $projectname --username $username --password *** . Any ideas? Thank you very much! |
|
What version of Hudson are you using? Sent from my Windows Phone From: MigrateFish Sent: 5/23/2012 7:22 PM To: [hidden email] Subject: Hudson + Gerrit Hi, Anyone once used hudson to build. Hi, I am an user of hudson + gerrit. I want to trigger hudson building when pre-review and post-review on gerrit, I used gerrit -trigger plugin for hudson. And it could be trigger by command line "git push" . But I want to trigger hudson building after I click "submit patch..." button. Any ideas ? Thanks very much! I used gerrit hook "change-merged " to trigger hudson build. It can work. But one question is that hudson can't write back review or tag on gerrit. My script is : java -jar /home/yangshuangquan/hudson-cli.jar -s http://localhost:18080/ build $projectname --username $username --password *** . Any ideas? Thank you very much! |
|
hudson-2.2.0 , In fact, when using command line git push , hudson could write review and tag information to gerrit. But when click "submit ..." button, using hook could let hudson build again , but the review information can't be written back to gerrit. Is the problem of script ?
在 2012年5月24日星期四UTC+8上午10时24分54秒,slide写道:
|
|
In reply to this post by MigrateFish
That version has quite a number of changes since the common base between Hudson and Jenkins. If you were using Jenkins we might be able to help a little better. Otherwise, you may want to post to the Hudson mailing list instead. Sent from my Windows Phone From: MigrateFish Sent: 5/23/2012 7:47 PM To: [hidden email] Cc: MigrateFish Subject: Re: Hudson + Gerrit hudson-2.2.0 , In fact, when using command line git push , hudson could write review and tag information to gerrit. But when click "submit ..." button, using hook could let hudson build again , but the review information can't be written back to gerrit. Is the problem of script ? 在 2012年5月24日星期四UTC+8上午10时24分54秒,slide写道:
|
|
OK , I would use Jenkins replace it. Thank you very much!
在 2012年5月24日星期四UTC+8上午11时05分44秒,slide写道:
|
| Powered by Nabble | Edit this page |
