Re: Failed to check out on jenkins slave

2012-09-13 Thread John R. Cary
May not be enough log to tell, but may need to enable TLS on server? On 9/13/12 4:47 AM, Levin, Ilya wrote: Hi, I’m using Jenkins 1.472. I configured a slave on a different machine I had via /java web start. When I create a job for that machine the checkout fails with:/ // // Started by

Subversion plugin failing with

2012-09-06 Thread John R Cary
I have been trying to get jenkins (v1.478) to svn checkout my repos. I keep getting the error org.tmatesoft.svn.core.SVNErrorMessage: svn: OPTIONS ... ... bad_record_mac Intensive searching has not found the answer to this problem. From http://issues.tmatesoft.com/issue/SVNKIT-176 I tried

Subversion plugin failing with bad_record_mac

2012-09-06 Thread John R. Cary
I have been trying to get jenkins (v1.478) to svn checkout my repos. I keep getting the error org.tmatesoft.svn.core.SVNErrorMessage: svn: OPTIONS ... ... bad_record_mac Intensive searching has not found the answer to this problem. From http://issues.tmatesoft.com/issue/SVNKIT-176 I tried

Re: Subversion plugin failing with bad_record_mac

2012-09-06 Thread John R. Cary
Answering my own question: I could not get jenkins to use sslv3, but by modifying my server to also allow tlsv1 on the SSLProtocol definition, I got the Jenkins subversion plugin to work. The magic line appears to be SSLProtocol -all +SSLv3 +TLSv1 John Cary On 9/6/12 11:57 AM, John R

Why might hostname not be fully qualified

2012-08-18 Thread John R. Cary
When jenkins runs on one of my machines, the URLs are not with fully qualified domainnames, e.g., JOB_URL =http://cerb:8300/job/bilderall-abs/./label=master/ http://cerberus:8300/job/bilderall-abs/label=master/ instead of JOB_URL

Can one cancel a build on an offline node that does not come up?

2012-06-07 Thread John R. Cary
A multi-node build will hang when one of its build nodes does not come up. It seems to hang forever. Is there a way to get this to time out? (So that the master build can complete?) ThxJohn Cary -- Tech-X Corp., 5621 Arapahoe Ave, Boulder CO 80303 p 303-448-0727, f 303-448-7756

Files created as Administrator on windows slave

2012-04-18 Thread John R. Cary
I have installed my windows slave and changed to logon parameter of the slave to be someuser. Then from Jenkins I configure that slave to launch the Windows services with Administrator user name= someuser However, the files created by server are all owned by Administrator, not by someuser.

How to tell slaves the options for invoking java?

2012-02-20 Thread John R. Cary
I need to configure a node so that when Java is call, the memory option, -Xmx1850M, is used. I.e., $ java -version Error occurred during initialization of VM Could not reserve enough space for object heap Could not create the Java virtual machine. but $ java -Xmx1850M -version java version

Initial call to java needs environment and args

2012-02-20 Thread John R. Cary
I am running into an issue on systems that use the module infrastructure to set up paths, etc., when using Jenkins to launch a slave via ssh. The first issue is that the location of java is not known until one does module load java, and module is not known until a system file,

Build next on failure and build periodically after failure

2012-02-19 Thread John R. Cary
For post-build actions, jenkins allows Build other projects under the following conditions: Trigger only if build succeeds Trigger even if the build is unstable Trigger even if the build fails But I want to build the other project only if this project fails. Is that

Re: Having master build in a different area from the main checkout

2012-02-13 Thread John R. Cary
On 2/7/2012 10:35 AM, Les Mikesell wrote: On Tue, Feb 7, 2012 at 10:57 AM, John R. Caryc...@txcorp.com wrote: The jenkins setup information is under $JENKINS_HOME as is the triggering checkout. That is chosen to be a a fairly stable file system. But then I would like the master, when used as