Re: disown child process

2014-06-06 Thread Richard Bywater
You don't mention which flavour of Linux but why not run Tomcat as a system service/daemon and control it via your Jenkins job? Richard. On Saturday, June 7, 2014, Matt Wilson wrote: > I'm hoping someone has done this before and can offer a possible > solution... > > I've got a Linux slave that

Change the 'jenkins' default USER (user_name) on mac

2014-06-06 Thread brJenkins
I just installed Jenkins on our mac server. However, looking at the configuration page, it set user.name=jenkins and USER=jenkins How do I change the 'jenkins' default USER (user_name) on the mac server to something else? Any help is really appreciated Thanks -- You received this message beca

Re: Anyone else having trouble with Jenkins Update?

2014-06-06 Thread Daniel Beck
On 06.06.2014, at 22:26, scott crook wrote: > Is there a configuration setting in Jenkins that I could just point it at the > U Oregon mirror directly? I have looked but I don't see a setting that is > obvious. Maybe there's something in a config XML file on the hard drive? The download URLs a

Re: Anyone else having trouble with Jenkins Update?

2014-06-06 Thread scott crook
Thanks for the info Daniel. Is there a configuration setting in Jenkins that I could just point it at the U Oregon mirror directly? I have looked but I don't see a setting that is obvious. Maybe there's something in a config XML file on the hard drive? On Friday, June 6, 2014 3:54:01 PM UTC-4,

Re: Anyone else having trouble with Jenkins Update?

2014-06-06 Thread Daniel Beck
http://mirrors.jenkins-ci.org/status.html It looks like the xmission mirror was unavailable today for a while, and the Chinese mirror has been broken for a while. >From 1.565 Jenkins tells you in the error message which mirror it tries to >download from, so you can check whether it got redirect

Anyone else having trouble with Jenkins Update?

2014-06-06 Thread scott crook
I run a couple of Jenkins servers for a small development team. I was looking to upgrade some of my plugins today through the control panel within the web interface in jenkins. As a sanity check I tried downloading the latest version of Jenkins from the web using the link that is front and cent

Re: disown child process

2014-06-06 Thread Matt Wilson
wow! thanks a lot! that actually seems to have done the trick. :-) On Friday, June 6, 2014 2:31:27 PM UTC-4, Patricia Wright wrote: > > Perhaps the reaper is killing you. > > At the end of a job, jenkins will kill of any process with the environment > variable BUILD_ID that matches that job. >

Re: disown child process

2014-06-06 Thread Patricia Wright
Perhaps the reaper is killing you. At the end of a job, jenkins will kill of any process with the environment variable BUILD_ID that matches that job. You can override that environment variable with something else (set BUILD_ID='please do not kill me') before launching tomcat, etc... Or you

Re: iframes no longer displayed after Jnekins upgrade (1.557)

2014-06-06 Thread Daniel Beck
On 06.06.2014, at 16:04, Christophe Lebel wrote: > i have recently upgraded to 1.566 and the issue remains, even with global > security> HTML RAW, iframes in view description are no more displayed. Use the Anything Goes Formatter plugin. "Raw HTML" isn't "raw", but rather "safe" (and the ne

Re: Processing failed due to a bug in the code error

2014-06-06 Thread 'Coinbase Support' via Jenkins Users
__ Type your response ABOVE THIS LINE to reply Re: Processing failed due to a bug in the code error Coinbase | Jun 06, 2014 10:05AM PDT Thank you for subm

Processing failed due to a bug in the code error

2014-06-06 Thread ninian_harvey via Jenkins Users
Hi, We have a windows slave which intermittently fails when doing maven builds and throws out a series of stack traces with output starting "Parsing POMs ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-users@googlegroups.com hudson.remoting.RequestAbortedExcep

disown child process

2014-06-06 Thread Matt Wilson
I'm hoping someone has done this before and can offer a possible solution... I've got a Linux slave that I'm trying to setup to do a test deployment of a job. Basically stop tomcat, add/deleting some war files and then restart tomcat. Pretty straight forward stuff. The problem I'm having is t

Re: iframes no longer displayed after Jnekins upgrade (1.557)

2014-06-06 Thread Christophe Lebel
Hi folks, i have recently upgraded to 1.566 and the issue remains, even with global security> HTML RAW, iframes in view description are no more displayed. Any news about that boring issue (will downgrade be the rescue ?) thanks! chris -- You received this message because you are subscri

Re: How to use global parameters in a build that is part of a build pipeline

2014-06-06 Thread Eric Wood
I do not think tha the build pipeline uses build flows.  Also, when I look at teh build flow plugin, they state that it is a POC plugin and it seems tha the developers are moving on and suggest the use of the workflow plugin.  It seems that there has to be some way to set global variables and us

Range of svn revision

2014-06-06 Thread Jimmy Duchesne
Hi, I'm using Jenkins to create Code Review requests with ReviewBoard. I use a command such as this one: post-review --username=jduchesne --password=password --repository-url=svn://sqsvn01/ATB --revision-range=$(( $SVN_REVISION - 1 )):$SVN_REVISION --server=http://192.168.93.194 --publish --ta

Re: Jenkins source code architecture

2014-06-06 Thread Ulli Hafner
A good starting point would be to create the package graph. A package (with no dependency cycle) would be a good candidate for a module. Why are you analyzing such an old version of Jenkins? Wouldn’t the latest LTS release be more adequate? BTW: I think you will get more answers in the dev list

Re: 4-5min delay at end of job on slave

2014-06-06 Thread corneil.duples...@gmail.com
I found that the disk-usage plugin was very busy and disabling the plugin got rid of the huge delay at end of the job. I think the plugin may be executing in the master and making calls to navigate the workspace over the Jenkins API which is turning out to be very costly. Maybe a solution would be

Jenkins source code architecture

2014-06-06 Thread Matthieu Foucault
Hello, I am a software engineering PhD student. I am currently performing and empirical study in which I am studing software metrics on the Jenkins project. I am analyzing the code of Jenkins 1.509 for this study. I need your help because for this study I need to split the source code in several

Re: Jenkins Deploy Plugin - Remote Jboss Problem

2014-06-06 Thread Lee Orritt
anyone had any luckk with this? just got the same error myself :( On Thursday, 11 October 2012 14:43:33 UTC+1, cesar1983 wrote: > > > Hello! > > I am trying to make the Deploy work on my environment, but I get the Cargo > errror... The deploy is remote > > *"* > > > > *ERROR: Publisher hud

Re: 4-5min delay at end of job on slave

2014-06-06 Thread Baptiste Mathus
Yeah, sure, I know for JIRAs, just wanted to check if others had had that issue to gather feedback before doing so. Just filed the issue for reference https://issues.jenkins-ci.org/browse/JENKINS-23347 Still analyzing it. I just saw Disk Usage plugin seems to be consistently running in the end, I'

Re: Clearcase Error when starting view

2014-06-06 Thread Hari Poludasu
Thanks Roy, I was struck with same problem and your post helped me in resolving this issue. Regards, Hari On Friday, 1 March 2013 22:02:00 UTC+5:30, roy@gmail.com wrote: > > Steve, > > That was my problem. I went to the Windows Services list, double-clicked > on the Jenkins service and u