Re: Gradle Plugin and GRADLE_USER_HOME

2013-04-03 Thread Tomek Kaczanowski
I think you bumped into https://issues.jenkins-ci.org/browse/JENKINS-17386 -- Regards, Tomek Kaczanowski -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkin

reg: jenkins password

2013-04-03 Thread Ambati, Sugunakar
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 suggest a workaroung for the same? Thanks Sugunakar -- You received this message because you are subscribed to the Google Groups "Jenkin

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: reg: jenkins password

2013-04-03 Thread Ambati, Sugunakar
Jenkins CVS plugin version : 2.8 Thanks sugun From: jenkinsci-users@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

Re: reg: jenkins password

2013-04-03 Thread Michael Clarke
Are you entering the password into the 'this connection requires a password' field; or directly into the CVSROOT field? Thanks, Michael On 3 Apr 2013, at 13:28, "Ambati, Sugunakar" wrote: Jenkins CVS plugin version : 2.8 Thanks sugun *From:* jenkinsci-users@googlegroups.com [ mailto:je

RE: reg: jenkins password

2013-04-03 Thread Ambati, Sugunakar
I was using CVS older version earlier and I mentioned password in CVSROOT. Now I used the password field and it started working now. Thanks a lot Michael. Thanks Sugunakar From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Michael Clarke Sent: Wednesda

List of files since last build

2013-04-03 Thread Maureen Barger
Hi - I am tying to brainstorm solutions to get a list of files committed to SVN since last build in a particular directory in the repo. This directory is where the SQL is saved. The end goal is to get the SQL that needs to be applied since the last deploy and then run it. Any ideas? -- You rece

Force configuration in matrix build to be the last step

2013-04-03 Thread Adam Daughterson
I have a matrix build with touchstone builds, multiple configurations, etc. I have a step which should be the *last* step in the matrix (not a triggered parameterized build, etc) and can't find a way to force the job to run that last step last. I've tried using the "Run each configuration seque

ERROR: Publisher hudson.plugins.sloccount.SloccountPublisher aborted due to exception

2013-04-03 Thread Kamal Ahmed
Hi, I am trying to use Sloccount plugin. with Jenkins ver. 1.506 on Ubuntu 12.04 First i tried the version 1.8, then 1.8-SNAPSHOT (private-06/29/2012 16:25-brandt) But i am still getting the exception ERROR: Publisher hudson.plugins.sloccount.SloccountPublisher aborted due to exception jav

Re: Xcode Plugin: Unit test output stops

2013-04-03 Thread Greg Cooksey
The unit test output is lost but the tests complete. The final result is unreliable. I was running Jenkins from the "mvn hpi:run" in my plugin development directory. I've been able to work around the issue by wrapping the output-producing program in another script that reads and echoes the outp

Re: How to connect user and user from Mercurial to one user?

2013-04-03 Thread Jeremy Satterfield
+1 On Wednesday, January 16, 2013 2:36:17 AM UTC-6, zakyn wrote: > > Hello, > > I would like to introduce the login for all users of our jenkins but I > have problem with it. > > We use Mercurial and it creates user based on Mercurial user name - for > example: > User ID: Jan Kralik _jkralik@nec

Re: Keeping disconnected slave nodes from reconnecting.

2013-04-03 Thread JonathanRRogers
On Tuesday, April 2, 2013 12:00:09 PM UTC-4, Timothy Appnel wrote: > > I'm having the same issue as in this unanswered post: > > > http://jenkins.361315.n4.nabble.com/automatic-reconnec-after-manual-disconnec-windows-service-slave-td4643215.html > > > I needed to loan out one of my slaves to a

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

2013-04-03 Thread Michael Clarke
Lloyd - you can 'pre-test' my pull request by installing the snapshot build [1]. I'm probably going to absorb the tagging plugin into the main CVS plugin, but am happy to release a new version of the CVS tag plugin in the meantime if it fixes an issue for you. Thanks, Michael [1] https://buildhiv

what is the difference between Jenkins Built in LDAP and Jenkins LDAP Plugin

2013-04-03 Thread phani malepati
I am confused with Jenkins LDAP Plugin and the LDAP that already comes with jenkins without installing any plugin. Does someone know what is the difference between Jenkins Built in LDAP and Jenkins LDAP Plugin Ref: https://wiki.jenkins-ci.org/display/JENKINS/Standard+Security+Setup -- You r

Re: what is the difference between Jenkins Built in LDAP and Jenkins LDAP Plugin

2013-04-03 Thread nicolas de loof
LDAP feature has been extracted into a dedicated plugin, but is packaged with default jenkins distribution 2013/4/3 phani malepati > I am confused with Jenkins LDAP Plugin and the LDAP that already comes > with jenkins without installing any plugin. > > Does someone know what is the difference

Matrix-based security users transfer - quick question

2013-04-03 Thread Z W
Hi All We have a list of users with the Matrix-based security. We like to transfer this list of users to another Jenkins instance. Which file can we use that only transfers these users while not tampering with the other instance specific information ? Advance thanks. Sincerely -- You received t

Jenkins segfaulting JVM

2013-04-03 Thread Jon Schewe
I've had this happen at least 3 times in the past month. I'm running LTS (1.480.3) on java 1.6.0_26 on Debian. Has anyone else seen this? # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0xb53cc357, pid=18932, tid=2976336752 # # JRE version: 6.0_26-b03 #

Re: what is the difference between Jenkins Built in LDAP and Jenkins LDAP Plugin

2013-04-03 Thread phani malepati
Wondering are there any additional features exist in the LDAP plugin over default LDAP that comes with Jenkins? On Wednesday, April 3, 2013 2:52:08 PM UTC-5, Nicolas De loof wrote: > LDAP feature has been extracted into a dedicated plugin, but is packaged > with default jenkins distribution > >

Re: what is the difference between Jenkins Built in LDAP and Jenkins LDAP Plugin

2013-04-03 Thread Slide
No, its the same plugin, just bundled in the Jenkins war. On Wed, Apr 3, 2013 at 1:18 PM, phani malepati wrote: > Wondering are there any additional features exist in the LDAP plugin over > default LDAP that comes with Jenkins? > > On Wednesday, April 3, 2013 2:52:08 PM UTC-5, Nicolas De loof wr

Re: Workspaces and slave nodes

2013-04-03 Thread Moore, Robert
The problem for us is that there are links to artifacts in Jenkins that are 'dead' because the content they are pointed to is removed after the server is shutdown. An example is code coverage information. I wouldn't mind if the content was overwritten with the latest data but having absolutely no d