Re: Looking for an example of using ArtifactDeployer Plugin

2013-03-08 Thread Hong Ju
Oh, my misunderstanding, thought this plugin is a Maven plugin, it is actually a Jenkins plugin. I just installed this plugin into Jenkins. I will configure it, hope it works. On Thursday, March 7, 2013 3:57:14 PM UTC-5, Hong Ju wrote: > > I have a non-web application, I need to have J

Looking for an example of using ArtifactDeployer Plugin

2013-03-07 Thread Hong Ju
I have a non-web application, I need to have Jenkins copy the artifacts from the just-successfuly-built build to a remote machine. From my search, using ArtifactDeployer plugin might be the solution. However, I have been googling for a couple of hours, have not found an example for using this.

RE: I did not spawn a child process to build my project, why am I getting this: Process leaked file descriptors. See wiki.jenkins-ci.org/display/JENKINS/. for more information ERROR: Failed to clean t

2013-02-04 Thread Hong Ju
Hi Sami, Thank you for your reply. I have figured it out that for the latest Git version, I need to use \cmd\git.exe. I used \cmd\gitk.cmd, this will cause a file handler being referenced by Git, hence, a Git thinks the file handler is a spawned child process. I need to update my post. Regards,

I did not spawn a child process to build my project, why am I getting this: Process leaked file descriptors. See wiki.jenkins-ci.org/display/JENKINS/… for more information ERROR: Failed to clean the w

2013-01-21 Thread hong . ju
have never configured a system as hard as this combination, Jenkins (1.499), Git (1.8.0.msysgit.0), and Windows 7 32 bit. I have been stumped for three days, did not make any progress. I have been googling crazily and all the answers found here and there seemed to help me a little, ex: no spac