Re: Null pointer exception in ExtendedEmailPublisher after updated jenkins it's plugin and build script- Jenkins ver. 1.536 - Email Extension Plugin ver. 2.35.1

2013-10-29 Thread Ahmed Mubbashir Khan
Version 2.36 seems to have fixed it. https://wiki.jenkins-ci.org/display/JENKINS/Email-ext+plugin Regards, -- Ahmed Mubbashir Khan "I don't make Software, I make it better" http://about.me/mubbashir On Wed, Oct 23, 2013 at 5:18 PM, Ulli Hafner wr

Re: Null pointer exception in ExtendedEmailPublisher after updated jenkins it's plugin and build script- Jenkins ver. 1.536 - Email Extension Plugin ver. 2.35.1

2013-10-22 Thread Ahmed Mubbashir Khan
I tried the same after posting to the mailing list, didn't help :( Regards, -- Ahmed Mubbashir Khan "I don't make Software, I make it better" http://about.me/mubbashir On Tue, Oct 22, 2013 at 6:09 PM, Daniel Beck wrote: > I think we had t

Which branch is build if there are multiple branches in a job and job has been configured for all jobs?

2013-01-28 Thread Ahmed Mubbashir Khan
Hi All, Which branch is build if there are multiple branches in a job and job has been configured for all jobs? What is the workflow? How jenkins determine what to build? Similarly: If a job was initially configured for master, and then we switch it to monitor all branches. It seems like its

Re: git: Can I change a barnach in 'Branches to build' in configuration after building a project in a specific branch

2013-01-27 Thread Ahmed Mubbashir Khan
above list all branches as it should. Any idea what might be happening here? p.s. following is the branch config: Branches to build Branch Specifier (blank for default): On Sunday, 27 January 2013 16:19:45 UTC+4, Ahmed Mubbashir Khan wrote: > > Plus on executing 'git branch -a

Re: git: Can I change a barnach in 'Branches to build' in configuration after building a project in a specific branch

2013-01-27 Thread Ahmed Mubbashir Khan
Plus on executing 'git branch -a' It doesn't list any of the other remote branch, see: $ git branch -a * (no branch) master remotes/origin/HEAD -> origin/master remotes/origin/master On Sunday, 27 January 2013 16:13:09 UTC+4, Ahmed Mubbashir Khan wrote: > > H

git: Can I change a barnach in 'Branches to build' in configuration after building a project in a specific branch

2013-01-27 Thread Ahmed Mubbashir Khan
Hi All, I configured a porject with a specific branch, then instead of specifiying a branch I though it would be better if I go with the default behaviour that is build every branch. I removed the the branch name from 'Branches to build' but on polling it seems like that it is still looking for