How to change the build status by parsing the build console output

2013-05-01 Thread olga
Hi, I have some errors in build which are not related to code compilation and do not want to send build failed email to a DL. Eg: when doing a sync from the scm system, there are some errors due to low disk space in the build machine What I found was jenins is setting the build as "FAIL" and

Re: Simple Jenkins install broke and i'm not sure where to look.

2013-05-01 Thread JJ Asghar
Yeah i tried that "porn"-mode with safari/chrome/firefox, no go. Any other suggestions? On Wednesday, May 1, 2013 11:11:35 PM UTC-5, Stuart Whelan wrote: > > I get that occasionally on my existing install, and usually have to do a > shift-F5 or shift-refresh to get things back to normal. > > >

Re: Simple Jenkins install broke and i'm not sure where to look.

2013-05-01 Thread Stuart Whelan
I get that occasionally on my existing install, and usually have to do a shift-F5 or shift-refresh to get things back to normal. On Thu, May 2, 2013 at 4:09 PM, JJ Asghar wrote: > Hi! > > So i did this: apt-get install tomcat7 && cd /usr/share/tomcat7/webapps/ > && wget latest_jenkins then hit

Simple Jenkins install broke and i'm not sure where to look.

2013-05-01 Thread JJ Asghar
Hi! So i did this: apt-get install tomcat7 && cd /usr/share/tomcat7/webapps/ && wget latest_jenkins then hit http://localhost:8080. My install looks like this --> http://imgur.com/25fNv5H Is this a permissions issue? What am i missing? Thanks in advance! - JJ Asghar -- You received this mes

Re: difficulty connecting to Mac slave

2013-05-01 Thread Kenny Ayers
Hey Dan, Oh, I didn't notice you were using javaws. Thank you for the correction. OK, so that ensures that the jenkins web app is always running, but I'm not clear whether that means that the slave will always be running (and in contact with the master). Presumably if the application

Re: difficulty connecting to Mac slave

2013-05-01 Thread Dan Tenenbaum
On Wed, May 1, 2013 at 6:48 PM, Kenny Ayers wrote: > Hey Dan, > > I noticed that in part of your reply, you said you had an issue starting > the slave, but it looks there is a syntax error here: > > I also downloaded the JNLP manually and tried this: > > javaws -Jjava.awt.headless=true slave-age

Re: difficulty connecting to Mac slave

2013-05-01 Thread Kenny Ayers
Hey Dan, I noticed that in part of your reply, you said you had an issue starting the slave, but it looks there is a syntax error here: I also downloaded the JNLP manually and tried this: javaws -*J*java.awt.headless=true slave-agent.jnlp ...but I get: ... Splash: Can't connect to wind

Re: difficulty connecting to Mac slave

2013-05-01 Thread Dan Tenenbaum
On Wed, May 1, 2013 at 10:04 AM, Dan Tenenbaum wrote: > On Tue, Apr 30, 2013 at 6:49 PM, Kenny Ayers > wrote: >> You're experiencing at least two issues here. First there's the OSX bug >> with your window manager permissions. You need to run headless on OSX, as >> you already determined, so mak

Re: Anyone have SCM poll trigger working with dynamic base clearcase view on windows?

2013-05-01 Thread Greg Moncreaff
These are the settings that worked for me, FINALLY! Advanced Project Options 1. Check *Use Custom Workspace* 2. For *directory* enter the path that matches the load rules in next section, e.g. Z:\MY_VOB\MY_STUFF 3. Check *Quiet period* 4. For *Quiet period* time enter 60.

Re: Jenkins windows slave - How do I catch windows batch file errors

2013-05-01 Thread kcd
Jenkins checks the exit code. Run your batch file and try echo %errorlevel% Your batch file needs to exit with a non 0 code, i.e. exit 1 Be aware jenkins can only check the errorlevel left by the last command so the following will succeed because the echo returns 0 somebadcommand echo hello

Clear lost of windows\temp\hudson-remoting folders from slaves

2013-05-01 Thread kcd
Hi My slaves are retaining a whole heap of C:\Windows\Temp\hudson-remoting* folders containing very little. Should these be automatically cleared out? Does it relate to how long we keep builds? e.g. C:\Windows\Temp\hudson-remoting618313980645027209\com\sun\jna\win32-amd64\jnidispatch.dll Sur

Re: How to pass the JDK path to an ANT script?

2013-05-01 Thread Ghoulem Atef
Hi, you have to set correctly the JAVA_HOME 2013/5/1 Markus KARG > I have successfully set up Jenkins to run an ANT script on a slave, and > Jenkins also installs the JDK on the slave automatically before running the > job. Fine so far, but my ANT script needs to know the path where Jenkins >

Re:Why is this unstable rather than failed?

2013-05-01 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Build failures (compilation, linking, etc.) cause the Jenkins build to be marked as 'failed'. Test failures after successful compilation cause it to be marked as 'unstable'. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: May 1 2013 1

Why is this unstable rather than failed?

2013-05-01 Thread bl0ck3r
This JUnit XML file causes the build to be unstable. Why isn't it failed instead? SEED=1 SEED=2 Thanks. -- 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 jen

Cannot sign up for JIRA account

2013-05-01 Thread Michael Coglianese
Hi, I tried to sign up for an account at https://jenkins-ci.org/account/signup, however after entering my information I get the error: Oops! Due to the spam problem, we need additional verification for your sign-up request. Please contact jenkinsci-...@googlegroups.com So then I email that ali

Re: difficulty connecting to Mac slave

2013-05-01 Thread Dan Tenenbaum
On Tue, Apr 30, 2013 at 6:49 PM, Kenny Ayers wrote: > You're experiencing at least two issues here. First there's the OSX bug > with your window manager permissions. You need to run headless on OSX, as > you already determined, so make sure you continue to do that. (The bug is > reported here: h

How to pass the JDK path to an ANT script?

2013-05-01 Thread Markus KARG
I have successfully set up Jenkins to run an ANT script on a slave, and Jenkins also installs the JDK on the slave automatically before running the job. Fine so far, but my ANT script needs to know the path where Jenkins installed the JDK into. How can my ANT script ask for that path decided by

RE: Changelog for LTS versions?

2013-05-01 Thread James Nord (jnord)
http://jenkins.361315.n4.nabble.com/Another-LTS-release-needed-td4652460.html implies it is already in 1.480.3 but not noted in the changelog? If not the next LTS is probably out in a couple of weeks and will be based off a mainline that includes this fix. /James > -Original Message- >