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 - invalid private key

2013-05-29 Thread Stijn
Hi, Thanks for your answer. I tried the command you said Jenkins uses, and I get following: jenkins@p-hplj1320:/tmp$ cvs checkout -P -N -D '29 May 2013 11:38:14 +0200' -d workspace vcs/c/arm-elf-gcc cvs checkout: No CVSROOT specified! Please use the `-d' option cvs [checkout aborted]: or set t

Re: cvs - invalid private key

2013-05-29 Thread Stijn
Hi, Thanks for your answer. I tried the command you said Jenkins uses, and I get following: jenkins@p-hplj1320:/tmp$ cvs checkout -P -N -D '29 May 2013 11:38:14 +0200' -d workspace vcs/c/arm-elf-gcc cvs checkout: No CVSROOT specified! Please use the `-d' option cvs [checkout aborted]: or set t

Re: cvs - invalid private key

2013-05-29 Thread Stijn
On Wednesday, May 29, 2013 6:33:31 PM UTC+2, Stijn wrote: > > Hi, > > I try to use cvs with jenkins in Debian, but I'm unable to access the cvs > server. > > Build error message: > > Started by user anonymous > Building in workspace /var/lib/jenkins/jobs/pr_7611

Finding unused plugins

2013-05-29 Thread jdtangney
Our Jenkins setup has grown rather um, "organically". We now have lots of plugins installed and I am sure several are not even used. Worse, we seem to have cases where two plugins do almost the same thing. How can I identify which plugins are not used by any existing job? I want to uninstall t

Re: Maven releases and Release plugin...

2013-05-29 Thread Jeff
Is there a plan to integrate it? On Wed, May 29, 2013 at 3:19 PM, teilo wrote: > Hi Jeff, > > This functionality is not yet available in the m2release plugin. > > /James > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe

Maven releases and Release plugin...

2013-05-29 Thread teilo
Hi Jeff, This functionality is not yet available in the m2release plugin. /James -- 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 jenkinsci-users+unsubscr...@g

Re: net.sf.json.JSONException: JSONObject["recipientlist_recipients"] not found.

2013-05-29 Thread Slide
Was the page fully rendered when you pressed the save or apply buttons? I can't think of any reason why the item wouldn't be in the JSON if the form element is visible and ready. On Wed, May 29, 2013 at 1:33 PM, Kamal Ahmed wrote: > yes, i already did it 2 times, third time it worked, i will kee

Re: net.sf.json.JSONException: JSONObject["recipientlist_recipients"] not found.

2013-05-29 Thread Kamal Ahmed
yes, i already did it 2 times, third time it worked, i will keep an eye on this, to see if it fails again Thanks, -Kamal. > > From: Slide >To: "jenkinsci-users@googlegroups.com" >Sent: Wednesday, May 29, 2013 3:54 PM >Subject: Re: net.sf.json.JSONException:

Re: How to set custom Windows Environment Variable in a job - quick question

2013-05-29 Thread k . thieling
I believe you would have to have it as follows: JOB_NAME = ${JOB_NAME} This creates the JOB_NAME as the environment variable that is set to the actual Job name in Jenkins. Now it will depend on the type of script you are using to be able to refer to the variable. If it is a batc

Re: Jabber Plugin Issue

2013-05-29 Thread spacegoose
On Wednesday, May 29, 2013 3:43:46 PM UTC-4, William Soula wrote: > > It's not the jabber user you have to have permissions for it is the user > you tell jabber to login to Jenkins with. On the global Jenkins config > page there is a section for Jabber, this includes the "Jabber ID," which is

Re: net.sf.json.JSONException: JSONObject["recipientlist_recipients"] not found.

2013-05-29 Thread Slide
Strange, is this reproducible? On Wed, May 29, 2013 at 12:42 PM, Kamal Ahmed wrote: > Jenkins ver. 1.509.1 > which is LTS, on Centos 6.4 > Email-ext = 2.29 > > > -- > *From:* Slide > *To:* "jenkinsci-users@googlegroups.com" > > *Sent:* We

Maven releases and Release plugin...

2013-05-29 Thread Jeff
We had been using the Jenkins Maven release plugin to schedule maven releases but needed to add some build steps that happen ONLY after a successful release. I installed the Release plugin that allows post-release steps, but it doesn't seem to be integrated or aware of maven nor does the maven rel

Re: How to set custom Windows Environment Variable in a job - quick question

2013-05-29 Thread zw
Hi KT Thanks for responding. Should it be JOB_NAME=%JOB_NAME% in that checkbox? Apologise for simple question like this. On Wednesday, May 29, 2013 5:35:16 AM UTC-7, KT wrote: > > I don't think you need a plugin for this. There should be a checkbox > under the "Build Environment" section of t

Re: Jabber Plugin Issue

2013-05-29 Thread William Soula
It's not the jabber user you have to have permissions for it is the user you tell jabber to login to Jenkins with. On the global Jenkins config page there is a section for Jabber, this includes the "Jabber ID," which is what I'm guessing you gave permissoins for. If you click the advanced butt

Re: net.sf.json.JSONException: JSONObject["recipientlist_recipients"] not found.

2013-05-29 Thread Kamal Ahmed
Jenkins ver. 1.509.1 which is LTS, on Centos 6.4 Email-ext = 2.29 > > From: Slide >To: "jenkinsci-users@googlegroups.com" >Sent: Wednesday, May 29, 2013 3:34 PM >Subject: Re: net.sf.json.JSONException: JSONObject["recipientlist_recipients"] >not found. >

Groovy and Maven artifact version...

2013-05-29 Thread Jeff
Starting a new thread since the last one didn't get any love... Trying to debug Groovy system script to pull Maven artifact version and get NullPointerException. I tried the following to see what properties are available: import hudson.model.*; import hudson.util.*; def thr = Thread.currentThrea

Re: net.sf.json.JSONException: JSONObject["recipientlist_recipients"] not found.

2013-05-29 Thread Slide
What version of Jenkins and email-ext are you using? On Wed, May 29, 2013 at 12:32 PM, Kamal Ahmed wrote: > While trying to run https://github.com/rombert/Maven-Recipe--RPM-Packagein > jenkins, i got an exception: > > Error > > Failed to parse form data. Please report this problem as a bug > JS

net.sf.json.JSONException: JSONObject["recipientlist_recipients"] not found.

2013-05-29 Thread Kamal Ahmed
While trying to run https://github.com/rombert/Maven-Recipe--RPM-Package in jenkins, i got an exception: Error Failed to parse form data. Please report this problem as a bug JSON={"name":"Maven-Recipe--RPM-Package","description":"","":["","0","0","0","0","0","0","0","0"],"logrotate":true,"buildDi

Re: Jabber Plugin Issue

2013-05-29 Thread spacegoose
Thanks Will, On Wednesday, May 29, 2013 10:29:45 AM UTC-4, William Soula wrote: > > Do you have the jenkins url correct in the global config of jenkins? > Doh, I updated that, and it seems to be working. > Does your user that jabber is using to login to jenkins with have the > correct per

folder plugin - where do I edit and delete folders?

2013-05-29 Thread lfast
I'm just getting started with Enterprise and trying out Folders. Where do I go to edit and delete folders? -- 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 jen

Build flow plugin: attempt at modular approach

2013-05-29 Thread Tom Deblauwe
Hello, I want to create a modularized system for my jobs in order for them to be maintainable. I looked at all sorts of template plugins and generators, but it is either difficult(XML groovy script transformation?) or not really reuseable in my opinion. Now I stumbled upon the build flow plugin

Re:

2013-05-29 Thread oliver gondža
Hi, how about JENKINS_HOME[1] variable? [1] https://wiki.jenkins-ci.org/display/JENKINS/Administering+Jenkins#AdministeringJenkins-JENKINSHOMEdirectory -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop

[no subject]

2013-05-29 Thread Luis Specian
Hi, I´m running a Jenkins 1.509.1 (LTS) and a hudson 3.0.1 in the same linux box, jenkins is trying to read hudson config in /home/user/.hudson Is there any way to make jenkins use the .jenkins directory? Thanks Luis -- You received this message because you are subscribed to the Google Groups

Re: cvs - invalid private key

2013-05-29 Thread David Weintraub
Here is the command you used: cvs -d SDR@lx-cvs:/CVS/dev checkout -P -N -D '29 May 2013 11:38:14 +0200' vcs/c/arm-elf-gcc Here is the command Jenkins used: cvs checkout -P -D '29 May 2013 18:11:37 +0200' -d workspace vcs/c/arm-elf-gcc You specified a `-d` parameter to the cvs

cvs - invalid private key

2013-05-29 Thread Stijn
Hi, I try to use cvs with jenkins in Debian, but I'm unable to access the cvs server. Build error message: Started by user anonymous Building in workspace /var/lib/jenkins/jobs/pr_7611/workspace cvs checkout -P -D 29 May 2013 18:11:37 +0200 -d workspace vcs/c/a

Re: Deleting workspace after build for chroot build

2013-05-29 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
What does your job consist of today? A shell script? A Maven project? Something else? If it's a shell script, then it should be straightforward to add some steps in that script to do the cleanup before it exits. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-u

Re: Deleting workspace after build for chroot build

2013-05-29 Thread thomas.lehm...@adtech.com
Fine, what action do you have in mind to reach this: "clean out the root-owned content" On Wednesday, May 29, 2013 3:35:03 PM UTC+2, Kevin Fleming wrote: > > You'll need to change your build process to clean out the root-owned > content from the workspace before it exits. > > - Original Mes

Re: RE: Maven-release-plugin pushing snapshots instead of releases

2013-05-29 Thread Brett Delle Grazie
On 29 May 2013 14:29, Brett Delle Grazie wrote: > On 29 May 2013 12:14, Christoph Kutzinski wrote: > >> Are you using git? >> There's a bug in the maven-release-plugin with localized git output: >> >> http://www.shredzone.de/cilla/page/373/maven-release-plugin-and-git-fix.html >> > > That's prob

RE: Jabber Plugin Issue

2013-05-29 Thread William Soula
Do you have the jenkins url correct in the global config of jenkins? Does your user that jabber is using to login to jenkins with have the correct permissions? The commands all work for us and the links are correct. Will From: jenkinsci-users@googlegroups.com [j

Re:Deleting workspace after build for chroot build

2013-05-29 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
You'll need to change your build process to clean out the root-owned content from the workspace before it exits. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: May 29 2013 08:14:32 I'm running sudo for creating the chroot environment

Re: RE: Maven-release-plugin pushing snapshots instead of releases

2013-05-29 Thread Brett Delle Grazie
On 29 May 2013 12:14, Christoph Kutzinski wrote: > Are you using git? > There's a bug in the maven-release-plugin with localized git output: > > http://www.shredzone.de/cilla/page/373/maven-release-plugin-and-git-fix.html > That's probably it... I did try the workaround but it doesn't seem to w

Re: How to set custom Windows Environment Variable in a job - quick question

2013-05-29 Thread k . thieling
I don't think you need a plugin for this.  There should be a checkbox under the "Build Environment" section of the job called "Set Environment Variables"  There, I believe  you should be able to do JOB_NAME=$JOB_NAME - Original Message - From: "Z W" To: jenkinsci-users@googlegroups.co

Deleting workspace after build for chroot build

2013-05-29 Thread thomas.lehm...@adtech.com
I'm running sudo for creating the chroot environment and running the build in one build step. All paths there are then root:root. The deletion of the workspace after the build (plugin) fails because of permissions. What do I have to do to correct this? -- You received this message because you a

Re: End-user debugging Jenkins/Git Plugin

2013-05-29 Thread bl0ck3r
I tried the suggested Loggers and I see nothing in the logs. How do I find the right Loggers? -- 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 jenkinsci-users+u

Aw: RE: Maven-release-plugin pushing snapshots instead of releases

2013-05-29 Thread Christoph Kutzinski
Are you using git? There's a bug in the maven-release-plugin with localized git output: http://www.shredzone.de/cilla/page/373/maven-release-plugin-and-git-fix.html   Gesendet: Mittwoch, 29. Mai 2013 um 13:09 Uhr Von: "James Nord (jnord)" An: "jenkinsci-users@googlegroups.com" Betreff: RE: M

RE: Maven-release-plugin pushing snapshots instead of releases

2013-05-29 Thread James Nord (jnord)
Hi Brett, There are several ways that Jenkins publishes things (post deploy, or as part of the build). Can you be more exact about what is happening and what you think is wrong (also how are you triggering the release?) Regards, /James From: jenkinsci-users@googlegroups.com [mailto:jenkinsc

Maven-release-plugin pushing snapshots instead of releases

2013-05-29 Thread Brett Delle Grazie
Hi, We've got an odd situation with Jenkins 1.509.1 LTS and latest plugins including maven2 release. When triggering a release build, Jenkins is publishing a SNAPSHOT build instead of the release build configured. Has anyone come across this before? Thanks, Brett -- Best Regards, Brett Delle

Re: Old jobs just disappearing from UI

2013-05-29 Thread Schalk Cronjé
Config reload did not work, but after a restart all the builds came back again. Is there an open JIRA for this? On Tuesday, 28 May 2013 13:43:11 UTC+1, KT wrote: > > If you restart Jenkins, do the builds reappear? > > -- > *From: *"Schalk Cronjé" > > *To: *jenkins...