Re: Process leaked file descriptors

2012-07-11 Thread Varghese Renny
Reallly sorry for replying on that mail soon.. Thanks for the suggestion.. Regards, varghese

Re: Monitor and Notify Disk Usage

2012-07-11 Thread Varghese Renny
Yeah, Important feature of jenkins is it's plugin availability.. Monitoring plugin Email-ext plugin Periodic backup plugin These plugins are very much useful for your purpose. Regards, varghese

Re: Failed to parse form data. Please report this problem as a bug

2012-07-11 Thread Kamal Ahmed
nm, i was able to login and create a jira issue. > > From: Kamal Ahmed >To: "jenkinsci-users@googlegroups.com" >Sent: Wednesday, July 11, 2012 8:59 PM >Subject: Failed to parse form data. Please report this problem as a bug > > >Hi, >I cannot access Jira, can

Failed to parse form data. Please report this problem as a bug

2012-07-11 Thread Kamal Ahmed
Hi, I cannot access Jira, can anyone file this bug please. Jenkins version Jenkins ver. 1.471 on fedora Failed to parse form data. Please report this problem as a bug JSON={"":"Monitor Disk Usage of self","builder":{"command":"#!/bin/bash\necho \"YVALUE=\"`df -H 1073741824 | grep rootfs | awk --

Monitor and Notify Disk Usage

2012-07-11 Thread Kamal Ahmed
Hi, Is there a plugin, or any other way, to monitor disk usage, and when it gets ( lets say 80% ) from Projects/Jobs, Send Email notification. Thanks, -Kamal

Question about configuring git for both Windows and Mac nodes...

2012-07-11 Thread Andrew Schaps
Our master instance of Jenkins is properly configured on a Windows box to access our git repositories and build several .NET projects. We've setup a slave on a Mac OS X machine to build an Objective-C project and when the job runs it tries to clone the Objective-C project repository using the Wind

Re: Process leaked file descriptors

2012-07-11 Thread Sami Tikka
The only thing that matters is BUILD_ID is changed in the environment of the processes you do not want Jenkins to kill. Setting it in post build script will be too late for the value to be inherited by the tomcat. If you are doing the tomcat start from ant, it might be best to set it in ant.

Re: Process leaked file descriptors

2012-07-11 Thread Sami Tikka
It is not necessary to bump your emails, especially every few hours. Some of us have to work for living and we cannot monitor this list all day. Please allow a couple of days for people to read your questions. -- Sami Varghese Renny kirjoitti 11.7.2012 kello 13.40: > Somebody please reply on

Re: Locked Myself out from Jenkins

2012-07-11 Thread Christoph Kutzinski
https://wiki.jenkins-ci.org/display/JENKINS/Disable+security Am 11.07.2012 21:48, schrieb Kamal Ahmed: Hi, I was setting up jenkins with Role based Security and seems to have locked myself out and now i only have anonymous rights. How can i get back to the original state ? I tried setting false

Locked Myself out from Jenkins

2012-07-11 Thread Kamal Ahmed
Hi, I was setting up jenkins with Role based Security and seems to have locked myself out and now i only have anonymous rights. How can i get back to the original state ? I tried setting  false in config.xml and restart Jenkins, but that is not working Any tips? Thanks, -Kamal.

disappearing workspace

2012-07-11 Thread Nate Gelbard
Hi, I'm a long time Hudson user and recently migrated our R&D test automation to Jenkins 1.464. I have several jobs (on Linux slaves) that checkout several SVN URLs and execute a shell script loop that runs various test parameters. These tests run over 24 hours. I have discovered recently in th

Re: Multistep build

2012-07-11 Thread cjo
1. Archive the needed artifacts in the build job - see the section in post build actions( Archive the artifacts (to the Jenkins build dir), or possibly use one of the other plugins to deploy to another location) 2. Use the copy artifact plugin build step to copy the files from the build job to

Blog Post: On-Demand Jenkins Slaves w/ Amazon EC2

2012-07-11 Thread Daniel Doubrovkine
http://artsy.github.com/blog/2012/07/10/on-demand-jenkins-slaves-with-amazon-ec2/ We've had great success with this and have published all our scripts, code, details, etc. Should save you a ton of time to set up dynamic slaves on EC2, and you'll never look back! cheers dB. -- dB. | Moscow - Ge

Multistep build

2012-07-11 Thread Glenn MacGregor
Hi All, I am looking to update my current build to a multijob build and am planning on using the Parameterized Trigger plugin for this. My first step is to create a job which does the build and a second job to run the tests. What is the best practice for passing the necessary files (binaries) t

Re: DRY plugin broken

2012-07-11 Thread Jon Schewe
I told Jenkins to update all plugins to the latest yesterday. Once I started up jenkins I couldn't find the version as the dry plugin didn't show up in the available plugins list nor in the installed plugins list. I reverted all of the plugins and jenkins to my previous setup and I have my jobs bac

Disabling hover/mouseover menus

2012-07-11 Thread rayn
Is there any way to turn these off? Quite annoying.

Removing a Failing Build?

2012-07-11 Thread James Carr
I know this sounds a little silly, but is there a way to allow users to remove a failed build? We have jobs that deploy jars to our local maven index and the job fails if someone tries to deploy without bumping the version number. Basically I'd like to not have builds be red just because someone mi

Re: How to investigate a build that fails for no apparent reason

2012-07-11 Thread Jesse Glick
On 07/11/2012 09:38 AM, CB wrote: Jenkins spits out, "Build step 'Execute shell' marked build as failure". But no indication of why that is. Perhaps the last command in the script returned a nonzero exit code without printing any further diagnostics. Check it: your-command your args || (echo

How to investigate a build that fails for no apparent reason

2012-07-11 Thread CB
I have a build that fails for no apparent reason. There appear to be no errors in the raw console output. If I log into the target machine, su the jenkins account, cd into the workspace directory and run the build manually, it runs to completion. What I do see in the log is that the build

Re: Publish JUnit test result report containing multiple testsuites

2012-07-11 Thread Ilko Iliev
the xml specifications allows single root elem only - that is why the parser complains about not well-formed markup On Wed, Jul 11, 2012 at 3:23 PM, CB wrote: > Thanks for the information. This confirmed my guess that only 1 per > file was the answer. I refactored the test source to make > m

Re: Publish JUnit test result report containing multiple testsuites

2012-07-11 Thread CB
Thanks for the information. This confirmed my guess that only 1 per file was the answer. I refactored the test source to make multiple-test-suite files be larger single-test-suite files.

Re: LTS Version issue

2012-07-11 Thread Vojtech Juranek
Hi, could you please provide some more info - e.g. output of slave console log (if there is any), check jenkins log is there is some error etc. Thanks Vojta On Wednesday 11 July 2012 05:21:44 Suri wrote: > Hi > > Recently I have upgraded LTS version 1.447.2 in my Jenkins server. > After upgrade

Which ports are used during master-slave communication?

2012-07-11 Thread Asmann, Roland
Hi all, We are setting up a Jenkins-Cluster and I need to make sure all the right ports are open on all machines (and in the firewall). On the master I will have 22, 8080 and 8081 (for JNLP) opened. On the slaves I will most likely have 22 open as well. Since I will be connecting the cluster u

LTS Version issue

2012-07-11 Thread Suri
Hi Recently I have upgraded LTS version 1.447.2 in my Jenkins server. After upgraded, my ssh related nodes are not working. I have replaced with earlier version Jenkins. After replaced, ssh nodes are connected. Can anyone help me , why after upgraded LTS version “Launch slave agents on Unix m

Re: Concurrent build not concurrent

2012-07-11 Thread cjo
Looks like you really want the parameterized-trigger with more conditions, this is currently a pull request which make the parameterized-trigger have all of the same conditions as the conditional build step plugin. If you want to try this it is request https://github.com/jenkinsci/parameterized

Re: Process leaked file descriptors

2012-07-11 Thread Varghese Renny
Somebody please reply on this mail?? Thanks

Re: Concurrent build not concurrent

2012-07-11 Thread Jan Seidel
Never mind, seems that I have been mixing my memories up. Seems that it not is possible to keep dispatcher running and wait for the child job in multiple instances. Even if I actually still am convinced that it did work. Removing the Block option in the conditional build trigger solves it so far

Re: Jenkins windows service keeps crashing/stopping

2012-07-11 Thread Jan Seidel
Hiya, you have to clear your eventlogs. The services stop if they can't log to the eventlogs any more. Windows Logo Button + R (for "Run...") -> eventvwr.msc [OK] -> rightclick on each log category and delete the content. Have fun. Jan Am Dienstag, 3. Juli 2012 15:49:41 UTC+2 schrieb Chris With

Concurrent build not concurrent

2012-07-11 Thread Jan Seidel
Hi folks, I am facing some funny (well...not) situation. My current project involves also some serious parallelization. There is one main job doing some unspectacular operations like string split and compare in order to decide via conditional build steps which job has to be launched. So I call

Setting up plots with plot plugin

2012-07-11 Thread Dirk Kuypers
Hi, I want to plot data generated during our tests regarding run time and used peak memory to have some sort of basic performance and memory monitoring. I have tried several things now but I cannot see any graph generated yet.:-/ To start with testing I generate a csv and a properties file via Wi

Re: DRY plugin broken

2012-07-11 Thread Ullrich Hafner
Which version of analysis-core is installed? Which version of the dry plug-in did you install? Ulli On 07/11/2012 05:47 AM, Jon Schewe wrote: > I just updated to jenkins 1.474 and the latest DRY plugin and I get > this and then my projects won't load because DryProjectAction can't be > found. > >