Re: How to run jenkins in jdk 1.6

2016-08-26 Thread Chris Selwyn
I suggest you read https://jenkins.io/blog/2015/04/06/good-bye-java6/. Chris Selwyn On 2016-08-26 12:48, Panikera Raj wrote: I have other windows setup which I had JDK 1.6, there I can start jenkins successfully and using for daily activities. -Panikera On Fri, Aug 26, 2016 at 5:06 PM, Chris

Re: How to run jenkins in jdk 1.6

2016-08-26 Thread Chris Selwyn
east JDK 7 installed and then whatever other JDKs that you wish to use to perform builds. Chris Selwyn On 2016-08-26 12:23, Panikera Raj wrote: Can you bit elaborate about this, how cay achieve this, is there any configuration file where I can specify to use JDK 1.6 -Panikera On Fri, Aug 26, 20

Re: Mail configuration for hotmail

2015-07-02 Thread Chris Selwyn
As you say, when you use telnet port 587 (or port 25 for that matter) you get a plain text connection. If you then type "EHLO whatever", you will get the capabilities of the SMTP server. You will see that it contains STARTTLS capability. I suggest that you need to remove the "Use SSL" flag. You

Re: subversion changes are not trigerring automatic build

2013-04-19 Thread Chris Selwyn
We have found that, if a project uses an svn external to refer to a file, then changes in that file will not trigger a build when using 1.45 of the svn plugin. Downgrading to 1.44 solves that particular problem. Chris On 18/04/2013 20:17, Kamal Ahmed wrote: > I setup a Job with polling the SVN U

Re: How to Install ClearCase plugins without Internet connection

2013-04-18 Thread Chris Selwyn
Maybe it's the browser that you are using to download the plugins. The hpi files are in fact zip files and it maybe that you browser is saving them with the extension .zip rather than .hpi Try just renaming them back to .hpi and then installing them. Chris On 17/04/2013 18:44, Anna wrote: > I

Use of the URL Trigger plugin

2013-04-18 Thread Chris Selwyn
tely using something like the URLSCM plugin or an explicit wget/curl command? Chris Selwyn -- 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 jenk

"workspace doesn't contain ..." from subversion plugin

2012-02-10 Thread Chris Selwyn
every time. It then goes on to fetch the correct URL when it gets round to doing the actually fetch. It seems that the variable expansion is not being done everywhere that is needed. Is this a known problem? Chris Selwyn