Re: Create a hudson/jenkins job with a web-form upload for multi files?

2013-06-08 Thread intelchen
According to the help.html from this commit https://github.com/jenkinsci/parameterized-trigger-plugin/commit/60184a4af62aac150355111970bd5f48d2ab9ca7 . I think it is not satisfied with my requirement(upload multi files by UI). So may I get some comments from you about this original question? *How

Create a hudson/jenkins job with a web-form upload for multi files?

2013-06-08 Thread intelchen
Hi, Here is a similar question before, refer to http://stackoverflow.com/questions/4970574/create-a-hudson-jenkins-job-with-a-web-form-upload . One more question about

Re: svn polling timing query

2013-06-08 Thread Chris Withers
I believe you are mistaken. Certainly in a crontab, the following are identical: */30 * * * * 0,30 * * * * I want this to trigger every half hour, 11:00 and 11:30 were just examples. Furthermore, the above is for *polling* subversion for changes, not building the job regardless, so no, it is n

Re: svn polling timing query

2013-06-08 Thread Chris Withers
On 07/06/2013 17:02, Phillip Campbell wrote: I am sorry, I guess we have not explained the problem correctly. It is not the build time that is the problem, it is the polling time. I have my job set to poll every night at 9pm (21h) yet the Subversion Polling Log (not the build time) shows that t

Re: email-ext pre-send script examples

2013-06-08 Thread Chris Withers
Thanks, yes, this worked :-) Chris On 31/05/2013 17:02, Slide wrote: For getting parameters, you'd want to look at the JavaDoc for AbstractBuild and go from there, the "build" variable can be used to get access to the fields. For changing recipients, you would do something like this: import