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
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
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
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
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
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