Re: ssh plugin terminates and kills my daemon process

2015-01-21 Thread Eric Pyle
Perhaps you need to start the tomcat server with nohup? On 1/21/2015 1:46 PM, Eric Wood wrote: I'm using a ssh plugin to start a tomcat server. I call a command that ends up calling the tomcat startup shell script. Once the call to the startup script is made I call an additional script in

Re: Jenkins at 100K

2015-01-21 Thread Kohsuke Kawaguchi
Some good conversations about this in http://meetings.jenkins-ci.org/jenkins/2015/jenkins.2015-01-21-19.01.html 2015-01-21 6:54 GMT-08:00 hgilmore hgilm...@cloudbees.com: I noticed that we are closing in on the 100,000 active installations mark. Looking at the stats, February will probably be

Matrix build job: Workspace and SCM problem

2015-01-21 Thread Sverre Moe
I have a problem with my Configuration Matrix using Axis builds. My jenkins have 3 different build nodes: Development-opensuse-x86_64 Development-sles-x86 Development-sles-x86_64 I have configured one Multi-configuration jenkins job to build on each of these environments using Axis. *Parent

Build Blocker Plugin: How can I tell what is blocking a job from running

2015-01-21 Thread Steven Murphy
Hello, I am using the Build Blocker Plugin https://wiki.jenkins-ci.org/display/JENKINS/Build+Blocker+Plugin to stop conflicting jobs running at the same time. Most of the time things work perfectly, however sometimes I get a problem where a node is blocked where it should not be (or at least

Re: CVS and extssh

2015-01-21 Thread Sarma Sarma
Hi Sascha, Can you please help me with build file for ANT to get updates from CVS ? Thanks, Santhosh On Thursday, 9 August 2012 03:10:15 UTC-4, Sascha G wrote: Hi, I don't know how I configured it... It's to long ago, but cvs didn't work well (to much empty lines because missing -kb

Re: Master running Java7 slaves running Java8?

2015-01-21 Thread felix schwitzer
FYI: Today I tried to connect my Win7-Java8 slave with my master (ubuntu1404 with OpenJDK7) and I was not able to connect, the slave gave an NPE-exception. After upgrading my java8 (Oracle), reconnecting worked fine. So there may be some issues, but it looks to me that there are some

Re: Master running Java7 slaves running Java8?

2015-01-21 Thread Slide
I tried moving to Java8 on one machine and found I had to update the jenkins-slave.xml file because it had the full path to java.exe. Other than that, it seems to be going smoothly. On Wed Jan 21 2015 at 1:46:46 PM felix schwitzer flx107...@gmail.com wrote: FYI: Today I tried to connect my

Windows build servers - java.io.IOException:Failed to connect to jenkins:50512

2015-01-21 Thread VFloyd
Anyone have any ideas on how to fix this? -- 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 jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion

Re: ssh plugin terminates and kills my daemon process

2015-01-21 Thread Eric Wood
I'm running the command as follows: sudo nohup /apps/Config/usr/local/bin/ec2-init dev start /dev/null 21   After this command runs I call another that is calling the application and waiting to get a 200 http status code back.  After a few minutes of getting 503, I eventually get a 200 and the

Re: jelly.JellyTagException?

2015-01-21 Thread Michael Barrientos
Looks like https://issues.jenkins-ci.org/browse/JENKINS-26508 On Tuesday, January 20, 2015 at 3:44:21 PM UTC-8, Josh Santangelo wrote: After updating my Jenkins install, I've found myself in this situation: https://www.dropbox.com/s/xenluffkmjhzi50/Screenshot%202015-01-20%2015.42.13.png Is

Re: Jenkins at 100K

2015-01-21 Thread Cliffano Subagio
Kohsuke, Spotted JavaPosse on the meetings note there, FYI, they retired last November https://twitter.com/javaposse/status/533145446945128448 . Long live JavaPosse! Cheers, Cliff. On Thu, Jan 22, 2015 at 7:03 AM, Kohsuke Kawaguchi k...@kohsuke.org wrote: Some good conversations about this

Re: Unable to find current vision in submodule path 'corelibs''

2015-01-21 Thread Cristian Zaloj
I'm having the same problem. Everything was working fine until some point. On Tuesday, February 5, 2013 at 2:26:23 AM UTC-5, Julian wrote: Hi, I'm having an issue where I can't get Jenkins to checkout a project that has a submodule in it (which contains further submodules), but I am able to

Re: Force Build Failure through shell command

2015-01-21 Thread 徐帅
Your method is helpful for me,i use python script sys.exit(1) ! 在 2011年4月28日星期四 UTC+8下午11:11:02,Rob Petti写道: Jenkins looks at the exit code, so exit 1 or something similar would be sufficient to trigger a failure. If you need additional log output, then just add some simple error handling

Problem with deleting a workspace

2015-01-21 Thread Alex Brodov
When i'm trying to delete a workspace, i get the following error: `java.io.IOException: remote file operation failed:` hudson.remoting.Channel@6732cc5e:TLV-RAVEN-KBLD1 at hudson.FilePath.act(FilePath.java:914) at hudson.FilePath.act(FilePath.java:896) at

RE: add version number to each artifacts in jenkins

2015-01-21 Thread Ginga, Dick
You will have to do that during the build by naming your artifacts when they are created. Jenkins provides $BUILD_NUMBER as a token you can use. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of nagashree ck Sent: Tuesday, January 20, 2015 11:54 PM

Jenkins at 100K

2015-01-21 Thread hgilmore
I noticed that we are closing in on the 100,000 active installations mark. Looking at the stats, February will probably be the month that Jenkins exceeds 100K. We have already surpassed the 1,000 plugins milestone and now also have 10+ years of continuous usage. It would be fun for us to

Re: Problem with deleting a workspace

2015-01-21 Thread Mark Waite
Usually when I see an exception thrown during workspace removal or git cleanup of a workspace, it is because a file in the workspace is still held open by the Windows operating system. The only work around I've found has been to stop the process which has the file open, then perform the clean

reg Editable Email Extn plugin

2015-01-21 Thread Tamilarasan Rajendran
Hi All, I have configured this Plugin with my company email address and it doesn't work. Jenkins version : 1.554.1 Email ext plugin : 2.39 Also, other than Wiki page, is there any other page where we can get the step wise configuration. Please help me in solving this issue. Thank you,

Re: reg Editable Email Extn plugin

2015-01-21 Thread Slide
You haven't mentioned what isn't working. It doesn't work does not help us know how to help you. slide On Wed Jan 21 2015 at 8:17:54 AM Tamilarasan Rajendran tamil1...@gmail.com wrote: Hi All, I have configured this Plugin with my company email address and it doesn't work. Jenkins version