Re: dimensions CM dmcli not found on jenkins slave

2013-07-12 Thread Thomas Vestergaard
You probably haven't installed 'dmcli' on the slave? It goes for all the tools not managed by Jenkins, that you need to install/configure them yourself. Best regards, Thomas On Thu, Jul 11, 2013 at 10:07 PM, Phuong Do wrote: > Does anyone have successfully use DimensionsCM from slave node. I go

Maven Repo Cleanup plugin

2013-07-12 Thread Aswini Rajasekaran
Hi, Is anyone using the maven repo cleanup plugin? Should I do any configuration for this or just installing the plugin is enough? Maven repository is declared outside the workspace directory in our jobs. Regards, Aswini -- You received this message because you are subscribed to the Google Gro

Jenkins isn't accessible due to several errors

2013-07-12 Thread Mehdi Hayani
Hi Team, For the last two days, each time I came, I found that jenkins was down (Error 503) Tomcat status was "running" but the application couldn't be accessible , I had to restart the service in order to make it work The problem is that when checking the log files, I found many errors that does

Re:Jenkins isn't accessible due to several errors

2013-07-12 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
You have multiple Out Of Memory errors in there; you need to investigate why your Jenkins process is out of memory. It could be that the system itself is low on available RAM, or that you need to configure your JVM to have a larger heap available. - Original Message - From: jenkinsci-us

Re: Is it possible to integrate with other tools for automatic creation of projects?

2013-07-12 Thread suresh
Hi Kannan, Thanks for your reply. My requirement is create job automatically by Jenkins CLI for projects I was trying but getting error authentication fail. Please guide me step by step Also is it possible to integrate Jenkins job automatic through Perl or java API Regards, Suresh On

Re: Jenkins isn't accessible due to several errors

2013-07-12 Thread Mehdi Hayani
Okk thanks, I'll check. meanwhile, you have any idea why I Get this warning ?? WARNING: Failed to monitor ASLAVE-1 for Free Swap Space java.io.InvalidClassException: hudson.node_monitors.SwapSpaceMonitor$MonitorTask; local class incompatible: stream classdesc serialVersionUID = 1, local class ser

Re: CVS Authentication failed!

2013-07-12 Thread Sameh Tawfik
In Jenkins ver. 1.522, does anyone knows why Jenkins under "Manage Jenkins\Configure System\CVS\" combines both Private Key information and a specific user Authentication information? It seems just one of these choices should be selected, but not both get selected at the same time?

Aw: Re: Jenkins isn't accessible due to several errors

2013-07-12 Thread Christoph Kutzinski
Which JVMs are you using for Master and Slave? The error is a serialisation incompatibility between these two.   Gesendet: Freitag, 12. Juli 2013 um 16:18 Uhr Von: "Mehdi Hayani" An: jenkinsci-users@googlegroups.com Betreff: Re: Jenkins isn't accessible due to several errors Okk thanks, I'll ch

Re: Is it possible to integrate with other tools for automatic creation of projects?

2013-07-12 Thread Derek Brown
This is what I use to copy a job: java -jar c:\jenkins-cli.jar -s http://jenkins copy-job --username myjenkinsuser --password myjenkinspassword job-name new-job-name I think you are missing username and password parameters. Derek . . . On Thursday, July 11, 2013 9:39:20 PM UTC-7, suresh kamin

Re: Read only Configuration plugin

2013-07-12 Thread Rahul k a
Thanks for the reply. I tried Extended Read Permission plugin and seems to working fine. Regards, Rahul -- 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 jenkins

Re: dimensions CM dmcli not found on jenkins slave

2013-07-12 Thread Phuong Do
I installed dimensions on slave. One thing that before running dmcli, I need to run the profile to enable dmcli, The profile calling multiple shell scripts to setup dimensions environment. I am looking for how to enable profile in jenkins box. On Fri, Jul 12, 2013 at 12:41 AM, Thomas Vestergaard

Re: How to "link" a particular job with the promotion process without physically copying the artifacts

2013-07-12 Thread Sami Tikka
The easiest way is to copy one of the artifacts. I usually have an artifact which is a small file containing the output of "git describe". Because the file is small, it is quick to copy and fingerprint and can be used to link builds. -- Sami Marcin Zajączkowski kirjoitti 10.7.2013 kello 17.24: