Re: Unable to delete script file error

2012-08-28 Thread JanneG
Any update on this error? We're running Jenkins 1.467 and we get this error atleast once a say on our builds, it's very annoying. Stack trace: FATAL: Unable to delete script file /tmp/hudson7509907129274916629.sh hudson.util.IOException2: remote file operation failed:

checking if an artifact has passed through any failing jobs?

2012-08-28 Thread Chris Withers
Hi All, If I have a fingerprint of an artifact, what api can I use to find out what jobs that artifact has been involved in and if any of those have failed? cheers, Chris -- Simplistix - Content Management, Batch Processing Python Consulting - http://www.simplistix.co.uk

integration between testng-ant-jenkins-testlink

2012-08-28 Thread Jacov Koren
Hi there, it's my first mail in this mailing list so if it's the wrong place for these kind of questions please let me know. We're experiencing troubles with integrating the Jenkins and testlink. Is seems that Jenkins does not update testlink with it's test result. Attachements : 1.

Re: Companies using Jenkins?

2012-08-28 Thread Ingomar Otter
Valtech (www.valtech.com) is using Jenkins as default CI system for almost everything :-) Am Sonntag, 4. September 2011 16:57:45 UTC+2 schrieb Christopher Orr: Hi all, I added some hierarchy to the Who's using Jenkins page here, including a Companies section:

Cannot execute a jar in non-forked mode. Please set fork='true'.

2012-08-28 Thread Suresh Reddy
Hi there when I try to start a selenium server through jenkins ith throwing an error: Cannot execute a jar in non-forked mode. Please set fork='true'. What does that mean and how can i fix it?Please let me know? regards suresh

RE: Looking for Help with M2 Release Plugin and Hudson

2012-08-28 Thread Nord, James
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=375565 for the workaround. I think there may be a bug in the Jenkins hpi plugin that isn't handling transitive hpi dependencies correctly /James From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of

running selenium fire fox tests through jenkins on a linux server

2012-08-28 Thread Suresh Reddy
Hi, I have a few test cases which are created using selenium webdriver and java. Now i want to run these test through a jenkins server( running on linux) which is located at a different place.So i have uploaded my project on a subversion and tried to run the tests by invoking ant ..ant all of

Re: Specifying user name and password for svn repo in Job configuration.

2012-08-28 Thread tm
Hi Folks, Any Ideas on this ? ;) Regads Ramith (LSF) On Mon, Aug 27, 2012 at 8:47 PM, Яamith (tm) ramithonl...@gmail.com wrote: Hi David, Thanks for the reply. When someone enter SVN credentials in the screen [1] you mentioned that will end up in [2]. Correct me if I'm wrong, but as far

Re: ant global environmental variable setup

2012-08-28 Thread praneeth
Many thanks for ur reply david..I think its working now..but the test cases are failing for some reason saying that its a configuration failure..Do i need to start the selenium server and also the jenkins is running on a linuxserver. Regards Praneeth On Monday, August 27, 2012 12:37:34 PM

Re: Cannot execute a jar in non-forked mode. Please set fork='true'.

2012-08-28 Thread Mark Waite
Usually when I see that error it is because the ant task which was trying to execute the program did not have the attribute fork set to the value true.   The default value for the fork attribute on that ant task is probably to not fork a new process when trying to run a job.

urgent need Java Developer with Business Rules

2012-08-28 Thread nick author
Dear Friends, We have an urgent requirement below , please let me know if you have any consultant for the below position Position : Java Developer with Business Rules Location: Lansing MI Duration: Long Term Contract Skills: Java, J2EE, Hibernate, Db2 Jboss, Business rules thanks and regards

Re: Specifying user name and password for svn repo in Job configuration.

2012-08-28 Thread David Weintraub
On Tue, Aug 28, 2012 at 7:33 AM, Яamith (tm) ramithonl...@gmail.com wrote: Any Ideas on this ? ;) Looking at my setup, it appears that each job has it's own set of credentials. There's a file called subversion.credentials under each job. I know that Jenkins will use the Subversion credentials

Windows slave in the cloud ?

2012-08-28 Thread Jerome Lacoste
Hei, As anyone tried using Windows Azure (or similar) to setup a Windows slave in the cloud ? I am not that comfortable having a cloud computer connect into my company network. I would prefer it the other way around... And Windows Azure Connect (for VPN) seems to require a Windows network to

Re: Looking for Help with M2 Release Plugin

2012-08-28 Thread sdoca sdoca
Hi, To try to isolate if my issues are with Hudson or the M2 Release Plugin, I installed Jenkins on my workstation (1.478) and the M2 Release Plugin (0.9.1).  It's listed as Jenkins Maven Release Plug-in Plug-in in my installed plugins. However, there doesn't appear to be changes to Jenkins as

Using Ant Plugin in Jenkins

2012-08-28 Thread David Weintraub
I have Ant configured with Ivy. I am playing around with the Ivy Report Plugin which also installs the Ivy plugin. I've created a Build an Ivy project, and configured it, so it builds. However, I can't get it to produce an Ivy Report. I have the Graphviz Dot file path defined, (I've tried it as

Re: Windows slave in the cloud ?

2012-08-28 Thread Les Mikesell
On Tue, Aug 28, 2012 at 11:42 AM, Jerome Lacoste jerome.laco...@gmail.com wrote: Hei, As anyone tried using Windows Azure (or similar) to setup a Windows slave in the cloud ? I am not that comfortable having a cloud computer connect into my company network. I would prefer it the other way

OutOfMemoryError exception while updating code from SVN repository

2012-08-28 Thread Vishal Bansod
Hi all, Recently I started experiencing a problem below continuously for one of the job on my Jenkins setup (latest 1.478 version). Here folder 'linux' is an external reference imported at src/tools/jres/. After doing some search I found few references and tried changing memory parameters.

Re: Specifying user name and password for svn repo in Job configuration.

2012-08-28 Thread Les Mikesell
On Tue, Aug 28, 2012 at 11:35 AM, David Weintraub qazw...@gmail.com wrote: On Tue, Aug 28, 2012 at 7:33 AM, Яamith (tm) ramithonl...@gmail.com wrote: Any Ideas on this ? ;) Looking at my setup, it appears that each job has it's own set of credentials. There's a file called

Re: OutOfMemoryError exception while updating code from SVN repository

2012-08-28 Thread Scott Evans
I assume you're seeing these errors on your agent box. What are your java memory settings on that box? I'm guessing it's a problem on the agent side and not the server. Scott On Tue, Aug 28, 2012 at 12:26 PM, Vishal Bansod vishalban...@gmail.com wrote: Hi all, Recently I started

Re: Looking for Help with M2 Release Plugin

2012-08-28 Thread sdoca sdoca
Hi Again, I've been doing some more playing around and discovered that the Build Environment section and the Perform Maven Release link are available when one chooses to Build a maven2/3 project. Because it was recommended to use the free-style job type in Hudson since the Hudson :: Maven

Re: RE: Looking for Help with M2 Release Plugin and Hudson

2012-08-28 Thread sdoca sdoca
Hi, I ended up installing the javadoc plugin in Hudson and so far it hasn't appeared to have any ill effects.  However, if any show up, I'll look at this other workaround. Thanks! - Original Message - From: Nord, James jn...@nds.com Date: Tuesday, August 28, 2012 3:42 am Subject: RE:

Re: Perforce plugin and Globa Password from EnvInject ?

2012-08-28 Thread Richard J
Well- almost confirmed When I set an EnvInject global password for my P4 password, I can use it in the perforce password entry field to successfully run jobs. That’s what I originally confirmed. However, I have now seen two new problems- · The job cannot use the global

Re: Perforce plugin and Globa Password from EnvInject ?

2012-08-28 Thread Rob Petti
Both validation and polling do not get full environments, which is why they aren't being replaced. This means you can't use EnvInject for that. I've been struggling with finding ways of fixing it, but as near as I can tell, most plugins only support build parameters such as those provided globally

Re: Perforce plugin and Globa Password from EnvInject ?

2012-08-28 Thread Richard J
Thanks very much for your work on the p4 plugin! It has helped thousdansds of individuals, OK. It's a work in progress. It's just that I spent several hours figuring out the polling and validation limitations This may also be related to the use of the EnvInject global password. This is in a

Re: Perforce plugin and Globa Password from EnvInject ?

2012-08-28 Thread Rob Petti
I have never seen that before. I'll take a look. It also seems like it failed to get the change log description for 74865, which is why it's attempting to log in again. Is there anything about that change that would cause that command to output something non-standard? On Aug 28, 2012 3:42 PM,

Re: Perforce plugin and Globa Password from EnvInject ?

2012-08-28 Thread Richard J
I ran that describe command from a cmd shell without problem. Nothing obviously different from any other CL description. I redirected it to a file and saw nothing but ASCII. I had a job mapped to a different folder that also failed the same way, and it did not have CL 74865 in it change

Re: Perforce plugin and Globa Password from EnvInject ?

2012-08-28 Thread Rob Petti
Doubtful. I think you've just bypassed the issue by preventing changeset descriptions from being retrieved at all. I'll take a look at the double '-P' problem, and in the meantime let me know if the changeset problem resurfaces. On Aug 28, 2012 7:02 PM, Richard J r...@columbia.edu wrote: I ran

Re: OutOfMemoryError exception while updating code from SVN repository

2012-08-28 Thread Vishal Bansod
Hi Scott, It's a single box standalone setup. I believe you are talking about a slave agent which is not applicable in my case. - Vishal On Tuesday, August 28, 2012 11:24:38 PM UTC+5:30, SA Evans wrote: I assume you're seeing these errors on your agent box. What are your java memory

Is it any good to use Jenkins as a web based UI for running operational scripts?

2012-08-28 Thread Manglu
I encountered an operations team which had built a number of jobs in Jenkins and all it does was kickstart scripts in the OS. This sounded a bit strange to me as they are effectively using Jenkins as a glorified UI for these tasks. Are there others who do similar stuff? Thanks Manglu

Re: Is it any good to use Jenkins as a web based UI for running operational scripts?

2012-08-28 Thread Benjamin Lau
I do. While I use Jenkins for build and release type tasks I also have quite a few maintenance scripts that I manage inside it as well. I find this is a better way to keep track of them than keeping them in cron jobs (or System Scheduler on Windows). You can quickly check if they are running and

Re: Is it any good to use Jenkins as a web based UI for running operational scripts?

2012-08-28 Thread Chris Marks
I have used Jenkins in the past to schedule report delivery for business stakeholders, run maintenance tasks on the database and reload search caches. It's centralized, easy to access, doesn't require permissions on the server, provides a log of the console, gives you the duration of each task