Re: Failed to define svn credenials

2012-02-07 Thread Didier Durand
Hi, Did you try 1st to do a checkout out of Jenkins with a product like TortoiseSVN on WIndows or RabbitVCS on Linux ? This should help you to check if your svn url and credentials are correct more easily then you can come back to Jenkins regards didier On Feb 6, 7:30 pm, Nicky Ramone wrote:

Re: Console Log RegEx on Build Page

2012-02-07 Thread Didier Durand
Hi, This plugin https://wiki.jenkins-ci.org/display/JENKINS/DocLinks+Plugin should help regards didier On Feb 2, 12:18 am, LexManos wrote: > I am looking for a way to place custom links on the build pages in jenkins > based on the build log. > My build system has a special file publisher that

Re: Selenium plugin updates

2012-02-07 Thread Richard Lavoie
Ok I found the logs of the guy who successfully configured headless jenkins with selenium. He used the svfb plugin and the envInject plugin to set the DISPLAY environment variable. If you want the conversation, I can send it to you directly, just tell me. On Tue, Feb 7, 2012 at 3:15 PM, Michael Hi

Re: Problem with SSH publisher plug-in

2012-02-07 Thread Sami Tikka
Dd you try to run the command from the Jenkins server as the Jenkins user like this: ssh HOST "command_that_should_work" -- Sami jason.l...@sas.com kirjoitti 7.2.2012 kello 21.44: > Hello, > > I am having difficulty running the exec command in the SSH publisher > plug-in. I am able to succes

AnsiColor 0.2.1 Plugin w/ Support for Conceal Codes Released

2012-02-07 Thread Daniel Doubrovkine
If you're using the AnsiColor plugin (you know you are :)), time to upgrade to 0.2.1 that has support for ANSI conceal codes. This makes the output from Jenkins clean again without weird base64-encoded strings (except for an occasional cut-off location). https://wiki.jenkins-ci.org/display/JENKINS

Re: Upgrade version to 1.450

2012-02-07 Thread Jesse Farinacci
Greetings, 2012/2/3 : > I try to upgrade my Jenkins version from 1.445 to 1.450. > Caused by: java.lang.NullPointerException > at org.jenkinsci.main.modules.sshd.SSHD.init(SSHD.java:133) https://issues.jenkins-ci.org/browse/JENKINS-12334 https://issues.jenkins-ci.org/browse/JENKINS-12338 h

Re: Selenium plugin updates

2012-02-07 Thread Michael Higgins
On Mon, 6 Feb 2012 18:51:28 -0500 Richard Lavoie wrote: > Ar eyou using the xvfb plugin for jenkins as well ? No, I'm not. But I did just try it, as it would make setting up these jobs easier. It didn't work immediately. Or on several subsequent attempts. The error is: Error forwarding the new

Problem with SSH publisher plug-in

2012-02-07 Thread jason . losh
Hello, I am having difficulty running the exec command in the SSH publisher plug-in. I am able to successfully copy the source files of the build in the transfer set but the exec command fails. Here is the snippet from the log. SSH: Connecting from host [foo] SSH: Connecting with configuration

Console Log RegEx on Build Page

2012-02-07 Thread LexManos
I am looking for a way to place custom links on the build pages in jenkins based on the build log. My build system has a special file publisher that populates to many mirrors and prints out the links to the console. Is there any simple way to get all links from the console to display on the build

Failed to define svn credenials

2012-02-07 Thread Nicky Ramone
Hello. I'm trying to define the authentication credentials for an svn repository, but it fails to do so without much explanation. I'm using this URL: http:///jenkins/scm/SubversionSCM/enterCredential This what gets display

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

2012-02-07 Thread Les Mikesell
On Tue, Feb 7, 2012 at 10:57 AM, John R. Cary 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 a build slave, to > build in a different file sys

Having master build in a different area from the main checkout

2012-02-07 Thread John R. Cary
Jenkins is running on a master machine, which has other slaves, but is also used as a build machine in a Configuration Matrix, by selecting master. 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

Mantis plugin configuration trouble

2012-02-07 Thread Jan Goyvaerts
Is there currently a problem with the Mantis plugin ? I've applied the tutorial but I'm always getting *[MANTIS] No issues have been found in the changelog.* While the change list contains comments formatted as configured: "Fix issue #0010038." => "[ISSUE %ID%]".

Re: Source code metrics plugin ?

2012-02-07 Thread Jan Goyvaerts
I'll have a look to it. Thanks ! On Mon, Feb 6, 2012 at 14:00, Didier Durand wrote: > Hi, > > I personally use SLOCCOUNT: if you work in an environment with > multiple languages, it's particularly well suited to get measures in > such an heterogeneous environment. > > regards > > didier > > > On

Maven-generated site link

2012-02-07 Thread Tom Halliley
I am not seeing this link on my project page ... is there a plugin I'm missing? Thanks, Tom