Re: Immortal phantom build

2012-08-09 Thread Richard Bywater
I think the last few times that's happened to me its been memory related (e.g. out of PermGen). Think it spat some errors out to the Winstone wrapper.log. Possibly not related to your issue but just in case... Cheers Richard. On Fri, Aug 10, 2012 at 11:44 AM, Cliffano Subagio wrote: > Hi, > > O

Re: Selenium crashes Chrome when running from Jenkins

2012-08-09 Thread Sami Tikka
Unless you have changed the configuration by hand, the native OS X package sets up Jenkins as a launch daemon. Launch daemons have no access to window server, thus they are unable to display windows, like chrome. You must run Jenkins as a launch agent or use https://github.com/stisti/jenkins-a

Re: how to trigger a job on remote jenkins server after one job is successfully built

2012-08-09 Thread Sami Tikka
See https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+CLI -- Sami ZHANG Xinchun A kirjoitti 9.8.2012 kello 9.01: > Hello all, > I want to trigger a job to start build on another pc’s Jenkins server after > one of my job is completed. > I tried to use the post-build option “build other proje

Re: Build step 'Execute Windows batch command' marked build as failure

2012-08-09 Thread Scott Evans
Grasping at straws here late at night - 1. Do you have multiple builds running in separate agents at the same time, or just one agent active? Do you have anything else running that might be using powershell at the same time? I've not used it so I don't know how it works if you try and spawn mult

Re: Build step 'Execute Windows batch command' marked build as failure

2012-08-09 Thread j.barrett strausser
Same box. A failed build tends to be followed by a successful build. Hence, I was thinking making there is some resource contention taking place. Again from my log snippet I really feel there is an issue spawning the powershell session. -barrett On Thu, Aug 9, 2012 at 11:10 PM, Scott Evans wrot

Re: Build step 'Execute Windows batch command' marked build as failure

2012-08-09 Thread Scott Evans
Just a thought - are the successes and failures both running on the same agent box? If not, then perhaps one is configured differently than the other. Scott On Thu, Aug 9, 2012 at 9:04 PM, j.barrett strausser wrote: > That's absolutely the reason it is being marked as failure. Jenkins > interpr

Re: Build step 'Execute Windows batch command' marked build as failure

2012-08-09 Thread j.barrett strausser
That's absolutely the reason it is being marked as failure. Jenkins interprets non-zero codes as failure. The question is why it exits with 2 to begin with. The batch file is just wrapping a call to powershell but when it fails it appears to never even make the call to poweshell. On Thu, Aug 9, 2

Re: backup/restore "publish over ssh" servers

2012-08-09 Thread Christopher Orr
Hi there, On 08/09/2012 09:33 PM, Brant Boehmann wrote: I am using the publish over ssh plugin. I have roughly 100 different servers configured for various applications to get automatically deployed to in a development environment. We have outgrown our Jenkins environment and are configuring a n

Re: SVN changes/commit messages, and env variable

2012-08-09 Thread Christopher Orr
Hi there, On 08/09/2012 05:05 PM, Michael Hüttermann wrote: with Subversion, how can I get the SCM changes that triggered that Jenkins build (the change log, or part of it) and assign that to an environment variable for further usage, if not already present in an env variable somehow? The quest

Re: Returning 404 rather than 403

2012-08-09 Thread Christopher Orr
Hi there, On 08/09/2012 02:33 PM, Tim Pizey wrote: I have done a little googleing around the practice of returning 404 rather than 403 for unauthorised access. Most people seem to think it is bad practice. I imagine the motivation is to prevent automatic url guessing. It would be preferable,

Immortal phantom build

2012-08-09 Thread Cliffano Subagio
Hi, One of my Jenkins jobs is running (the job page showing a build in progress), but the console output page only shows the spinning wheel without anything else On the dashboard page, none of the executors is running that job, all executors on all slaves are idle. I got the /threadDump output wh

Re: Delete button on build steps not working

2012-08-09 Thread Stuart Whelan
Thanks Chris and Alex, I just grabbed the 477 build and the problem is solved. Appreciate the help! Stuart. On Wed, Aug 8, 2012 at 8:58 PM, cjo wrote: > There were several issues linked to this problem and they all started in > 1.474, where the javascript was separated out into separate files fo

Re: Build step 'Execute Windows batch command' marked build as failure

2012-08-09 Thread Sami Tikka
This is just a wild guess because I do not use windows: Could it be Jenkins aborts the build when it sees the "exit 2" ? For Linux and Mac versions of Jenkins it is a sign of failure when a build script exits with non-zero exit code. -- Sami bearrito kirjoitti 9.8.2012 kello 20.59: > Jenkins

FreedomSponsors plugin on Jenkins JIRA

2012-08-09 Thread Tony França
Hi all, As of yesterday, Jenkins' JIRA now has a "Sponsor This" section with a (discrete) green link to "sponsor this issue on FreedomSponsors ". A big "thank you" to the Jenkins crew for believing in the FS idea, and installing our plugin on your JIRA. For the on

backup/restore "publish over ssh" servers

2012-08-09 Thread Brant Boehmann
I am using the publish over ssh plugin. I have roughly 100 different servers configured for various applications to get automatically deployed to in a development environment. We have outgrown our Jenkins environment and are configuring a new environment using EC2. I'd like to somehow export all th

Changing the value for a Maving setting

2012-08-09 Thread SamL
Hello Folks. I am setting some Maven jobs in Jenkins that need to have a value changed each time it runs. So it would look like the following: So one of the setting for Goal and options looks like the following: -Dorg.jenkins.job.mercurial.revision=$REV_NUM The REV_NUM has to be calculated

Re: No fingerprint matches between two records error

2012-08-09 Thread Jminne
the files that are checked for fingerprints do have to be archived. On Thursday, August 9, 2012 3:04:29 AM UTC-5, Varghese Renny wrote: > > > I have two dependent projects. > In both project two files are there in common..i have given this file > x.java in both dependent projects..But still sho

Build step 'Execute Windows batch command' marked build as failure

2012-08-09 Thread bearrito
Jenkins will randomly not execute batch files as part of the build. In the failing case I get a message like : *18:01:43* C:\JenkinsHome\Slave\workspace\Job1>exit 2 *18:01:44* Build step 'Execute Windows batch command' marked build as failure In the successful case I get *11:40:37* C:\Je

Re: Constantly logged out of Jenkins when using Chrome

2012-08-09 Thread Grover Blue
I restarted Jenkins with a clean log file and attempt to modify the config, and so far everything seems to be related to an Active Directory issue when trying to bind user permissions set in Jenkins with users in AD. I tried testing the AD settings, and they are not working anymore. Strange, beca

Re: Constantly logged out of Jenkins when using Chrome

2012-08-09 Thread Grover Blue
I' have the same issue using Firefox. Here are my Jenkins details: Jenkins ver. 1.430 Bugzilla Pluginv1.5 Jenkins Subversion Plug-in v1.42 Jenkins Subversion Tagging Plugin v1.16 javadoc v1.0 Maven 2 Project Plugin v1.419 Build Pipeline Plugin v1.3.3 Jenkins Sonar Plugin v1.8 Deploy to contai

SVN changes/commit messages, and env variable

2012-08-09 Thread Michael Hüttermann
Hello, with Subversion, how can I get the SCM changes that triggered that Jenkins build (the change log, or part of it) and assign that to an environment variable for further usage, if not already present in an env variable somehow? The question with slightly another direction: where in a build j

Returning 404 rather than 403

2012-08-09 Thread Tim Pizey
Hi, I have done a little googleing around the practice of returning 404 rather than 403 for unauthorised access. Most people seem to think it is bad practice. I imagine the motivation is to prevent automatic url guessing. It would be preferable, for me, if a redirect (307 Temporary Redirect) to

Jenkins vs Hudson: Complier warnings

2012-08-09 Thread Engler
I'm having difficulty tring to use the compiler warning plugin on Jenkins. I have analysis-core and warnings plugins installed. I try to add the trend graph to the job by configuring the project. I get the the point in the configuration where you get to select the trend graph, when I save the

Re: How to pass $jenkins-workspace variable in ant task

2012-08-09 Thread Riccardo Foschia
Hi, using enviroment variable WORKSPACE works for me, i.e. in ant do something like Regards, Riccardo Am 09.08.2012 13:53, schrieb Kamal Ahmed: Hi, I used: report="${jenkins-workspace}/SoaTestJenkinsReports/report.html" but its being translated as drwxr-xr-x. 3 jenkins jenkins 4

How to pass $jenkins-workspace variable in ant task

2012-08-09 Thread Kamal Ahmed
Hi, I used: report="${jenkins-workspace}/SoaTestJenkinsReports/report.html" but its being translated as  drwxr-xr-x. 3 jenkins jenkins     4096 Aug  7 10:02 The JENKINS workspace location passed from command line.

Issue getting RVM working

2012-08-09 Thread de Herdt Arne
Hello, I'm currently in the process of setting up a Jenkins instance on Debian to have our team play around and see how we can work with Jenkins. I have configured a Ruby plan that is able to checkout the source from our git, the problem is getting the ruby tests running. It keeps getting stuck

Re: Is it possible to reload a job configuration without restarting?

2012-08-09 Thread Michaël Pailloncy
A similar subject has been create : http://jenkins.361315.n4.nabble.com/Reload-Job-config-xml-programmatically-td4636146.html Your need is to reload it programmatically ? Or with the Jenkins UI ? 2012/8/9 Christian Wolfgang > Hi. > > Is it possible to reload a job configuration without restart

Is it possible to reload a job configuration without restarting?

2012-08-09 Thread Christian Wolfgang
Hi. Is it possible to reload a job configuration without restarting? I know, that I can reload all configurations, but I need to reload a specific job's configuration. Thanks Christian

No fingerprint matches between two records error

2012-08-09 Thread Varghese Renny
I have two dependent projects. In both project two files are there in common..i have given this file x.java in both dependent projects..But still showing no fingerprints match between two projects. Both projects are recording fingerprints.. my workspace is in slave-windows machine..master is lin

Re: CVS and extssh

2012-08-09 Thread Sascha G
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 parameter). My solution was very easy... I created an Apache ANT script for update / checkout my CVS repository. That's much faster and not very complicated. There are many g