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

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)

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: