Starting First Job

2012-05-12 Thread Pete Long
Hi All, I going through the “Jenkins – The Definitive Guide” to basically learn about this tool. I am attempting to set up my first Jenkins job by going through the steps described in the book – Chapter 2 “First Steps With Jenkins”. I have gone the few steps and when I finally start the job, I a

Re: Starting First Job

2012-05-12 Thread Mark Waite
I think you may want to use the Git read only URL. As an example, by repo "check_git.git" has three different URL's available from github: g...@github.com:MarkEWaite/check_git.git (ssh / read + write) https://markewa...@github.com/MarkEWaite/check_git.git (https / read + write) git://github.co

Unit test with unicode character passes in IntelliJ, but fails using Jenkins.

2012-05-12 Thread Sebastian Kwiatkowski
Hello, I'm trying to build a Java project with Jenkins 1.463 on Windows. One unit test source code file contains the right single quotation mark (u+2019). When I run the test in IntelliJ, it passes. However, when the test is ran as part of the Jenkins build process, it fails: junit.framework.C

Re: Starting First Job

2012-05-12 Thread Sami Tikka
Mark's suggestion was a good one. Try to get the easy part working first. If it still does not work, it might be caused by Jenkins calling git via the git.cmd wrapper script. I have heard that recent changes in git plugin are incompatible with the git.cmd wrapper script. You can work around the

Re: long builds on a slave with an unstable connection

2012-05-12 Thread Sami Tikka
Unfortunately this is how Jenkins slaves work. They are called "dumb slaves" for a reason, they cannot work without connection to the master. I think you should maybe look into the type of jobs described in here: https://wiki.jenkins-ci.org/display/JENKINS/Monitoring+external+jobs -- Sami Kris

Re: Maven crash on Jenkin's build in OS X Server (Maven JVM exit code 134)

2012-05-12 Thread Sami Tikka
Any chance we could see the full console log? Is the build running on the master or slave? How did you install Jenkins? Are you using the default maven that comes with Mac? -- Sami Mark Cafaro kirjoitti 4.5.2012 kello 22.18: > Is anyone aware of a workaround for the Maven crash on Jenkin's bu