Re: StackOverflowError during email notification in 1.502 with git

2013-02-19 Thread shuo huang
I have StackOverflowError when build finish. but my found not related with email -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@

Re: StackOverflowError during email notification in 1.502 with git

2013-02-19 Thread shuo huang
I have StackOverflowError when build finish. but my found related with email -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@goog

jenkins exception after a apk-build ends (FATAL: null java.lang.StackOverflowError)

2013-02-19 Thread shuo huang
This only heppend on one machine of android-apk build. *This build was working pretty well. But now builds are broken.* This exissted on 1.501/1.502. But, *since i run apt-get upgrade*( total 197 components updated), this affects *openjdk* update from 6b27-1.12.1-2ubuntu0.10.04.2 to*6b

How to enable Test build on Jenkins. (git based)

2012-06-13 Thread shuo huang
I am working in a 10+ dev people team with git. We use Jenkins for daily build tool. Now, I want enable a *test build service*. With this, any developer can submit a build (with his/her test code changes). Then send test ouput to test team. The changes are not in master/main branch. We hav