Re: maven plugin - how to obtain the jenkins user name

2014-04-26 Thread Michael Clarke
Use User.current() On 25 April 2014 23:17, Mauro Flores wrote: > Hello, > > I'm building a maven plugin. > I'd like to access the name of the user logged on jenkins inside the maven > plugin. > > Regards. Mauro. > > > -- > You re

Re: CVS Authentication failed!

2014-02-27 Thread Michael Clarke
s> I can access my CVS repo via ssh. I am not allowed to as user accounts (like the jenkins user) to the system hosting my cvs repo. On Fri, Feb 21, 2014 at 11:48 PM, Michael Clarke wrote: > Which version of the cvs plugin are you using, and what authentication > method does your cvs re

Re: CVS Authentication failed!

2014-02-21 Thread Michael Clarke
Which version of the cvs plugin are you using, and what authentication method does your cvs repository currently use? Thanks, Michael On 22 Feb 2014, at 06:05, Red wrote: I could add the ssh public/private key authentication, but what if I do not the access to create the user jenkins on the ser

Re: Double-builds, if any SCM change while first build ist still running

2013-10-23 Thread Michael Clarke
ava:155) at hudson.remoting.UserRequest.serialize(UserRequest.java:164) ... 15 more Am Montag, 21. Oktober 2013 14:00:10 UTC+2 schrieb Michael Clarke: > > JENKINS-19314 describes your issue. I have a change sitting on my machine > which should fix your issue, but I still need to push it to Git. > > I a

Re: Double-builds, if any SCM change while first build ist still running

2013-10-21 Thread Michael Clarke
JENKINS-19314 describes your issue. I have a change sitting on my machine which should fix your issue, but I still need to push it to Git. I aim to release a new version of the CVS plugin later this week which will therefore fix your issue. Thanks Michael On 21 Oct 2013, at 12:54, Horst Krause

Re: CVS error "file was lost" in matrix build

2013-10-14 Thread Michael Clarke
p-to-date: Jenkins 1.534 with Jenkins CVS Plug-in version 2.9 > >> On 10/14/13 2:46 PM, "Michael Clarke" wrote: >> >> Which version of Jenkins and cvs-plugin are you using? >> >> Thanks >> Michael >> >>> On 14 Oct 2013, at 21:44, csco

Re: CVS error "file was lost" in matrix build

2013-10-14 Thread Michael Clarke
Which version of Jenkins and cvs-plugin are you using? Thanks Michael > On 14 Oct 2013, at 21:44, cscooper wrote: > > We have a matrix job that runs fine except that when the master does that > initial CVS update on the master prior to launching any of the matrix builds > on slaves, it gives a C

Re: Jenkins CVS

2013-06-06 Thread Michael Clarke
Suraj, The CVS plugin has used a java library for CVS connections since version 2.0. Please ensure you've upgraded to the latest CVS plugin and then try again. Thanks Michael On 7 Jun 2013, at 01:08, Suraj Nair wrote: Hello, I am running Jenkins on a WAS Server and trying to connect to CVS r

Re: cvs - invalid private key

2013-05-29 Thread Michael Clarke
Invalid private key sounds like your private key isn't in the correct format for JSch to read, or that you're pointing at the wrong file. A quick google of "JSch invalid private key" will show you how to convert your key into the OpenSSH key format expected by JSch, otherwise looking at your settin

Re: cvs symbolic name parameter : how to use it to check out a specific tag ?

2013-04-24 Thread Michael Clarke
In the 'this build is parameterized' section of the config page, enter the appropriate CVS connection details and which module to check for branches and tags on. In the source control section, enter your CVS connection details, select 'Tag' as the location, and in the tag name field enter the param

Re: CVS client bugs

2013-04-20 Thread Michael Clarke
The Jenkins version of the CVS client was restructured for building with Maven (source and test directories moved to follow Maven structure) and various patches applied for synchronization and to support other necessary features. The restructure is going to prevent you getting an accurate diff, but

Re: IMPORTANT:Want to configure Jenkins CI

2013-04-13 Thread Michael Clarke
Vikas, A general 'help me' email is unlikely to get you any responses. You'll need to provide some details as to how you currently run your JUnit and Selenium tests (do you use tools such as Ant or Maven for your current builds) and tell us what you've already tried and in what way it didn't work.

Re: problems with CVS Tagging Plug-in getCvsExeOrDefault()

2013-04-03 Thread Michael Clarke
elp, let > me know. > > Lloyd > > > > On Mon, Apr 1, 2013 at 4:15 PM, Lloyd Meinholz > wrote: > >> Thanks, it is important to us. I wish we weren't still on cvs but we >> are... >> >> Lloyd >> >> >> >> On Mon, Apr 1, 201

Re: reg: jenkins password

2013-04-03 Thread Michael Clarke
ers@googlegroups.com [ mailto:jenkinsci-users@googlegroups.com ] *On Behalf Of *Michael Clarke *Sent:* Wednesday, April 03, 2013 5:57 PM *To:* jenkinsci-users@googlegroups.com *Subject:* Re: reg: jenkins password Are you using the CVS plugin and, if so, which version? Thanks Michael On 3 Apr 201

Re: reg: jenkins password

2013-04-03 Thread Michael Clarke
Are you using the CVS plugin and, if so, which version? Thanks Michael On 3 Apr 2013, at 13:25, "Ambati, Sugunakar" wrote: HI, I installed Jenkins and was trying to checkout the code from cvs repo. The cvs password has @ symbol and Jenkins was not accepting it. Could you please sugge

Re: problems with CVS Tagging Plug-in getCvsExeOrDefault()

2013-04-01 Thread Michael Clarke
/JENKINS-17399 > > Thank for your help. > > Lloyd > > > On Thu, Mar 28, 2013 at 10:45 AM, Michael Clarke < > michael.m.cla...@gmail.com> wrote: > >> The CVS Tagging Plugin is not compatible with any 2.X versions of the CVS >> plugin. I have a pull request

Re: CVS plugin upgrade problems

2013-04-01 Thread Michael Clarke
The new plugin uses CVS Rlog for building the changelog and for polling; the old version used log and update for the respective changelog and polling operations. If you try and run "cvs rlog -S -d24 Nov 2012 02:31:23 -0500<30 Mar 2013 02:31:05 -0400 jcmsv" aganst your repository using a command li

Re: problems with CVS Tagging Plug-in getCvsExeOrDefault()

2013-03-28 Thread Michael Clarke
The CVS Tagging Plugin is not compatible with any 2.X versions of the CVS plugin. I have a pull request pending to fix this but the CVS tagging plugin doesn't seem to be actively maintained so the request has never been picked up. If you can raise an issue on Jira against the CVS tagging plugin the

Re: Jenkins CVS checkout creates world writable files

2013-03-21 Thread Michael Clarke
Which version of the cvs plugin are you using? Thanks Michael On 21 Mar 2013, at 13:43, Jens Schweikhardt wrote: > I just started setting up jenkins 1.506 on CentOS 5.9 as described on > https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+RedHat+distributions > > I've configured i

Re: BUILD_LOG_REGEX and Email

2013-02-22 Thread Michael Clarke
Do you not need double backslashes before the curly braces? On 22 Feb 2013, at 14:19, nes_welsh wrote: > Hi All, > > I am trying to parse the build log to extract some information which is > output in it. I have the following situation: > > build log stuff > { > table stuff > table stuff

Re: SCM polling after build failure question...

2013-02-19 Thread Michael Clarke
Which SCM are you using? Polling will continue regardless of build status, but it's up to each SCM plugin to decide if it sees changes. Thanks Michael On 19 Feb 2013, at 16:28, Jeff wrote: We had a check-in for a project that caused a compile error last night but it didn't get fixed until this

Re: Populate the Changes view for a job that doesnt use SCM

2013-02-12 Thread Michael Clarke
Each SCM plugin comes with a change log parser which reads that XML file and tells Jenkins what changes occurred during that build. Since you're not using an SCM plugin, this parse step never happens. As this parse happens before build steps (or when Jenkins restarts) you're not going to get the c

Re: Jenkins 1.500 is totally running crazy, build totally weird chains...

2013-02-10 Thread Michael Clarke
Depends on what container Jenkins is hosted in. Could you provide some environment details? Thanks Michael On 10 Feb 2013, at 12:10, Markus KARG wrote: Meanwhile I restarted Jenkins and started another build on all projects. The result was that all threads on master and slave ended up in a "Dea