RE: Cannot build any jobs: "Pending - Waiting for next available executor"

2012-03-08 Thread Matthew.Webber
The problem is https://issues.jenkins-ci.org/browse/JENKINS-12994. Sami, can you add a comment to that ticket to say you also have the problem, and possibly vote for it? At the moment the ticket is unassigned, yet it’s blocking some people moving to the latest release which has a security fix.

Re: Jenkins Hung

2012-03-08 Thread Didier Durand
Hi, you can access the system log via Jenkins Homepage > Manage Jenkins > System log regards didier Le mercredi 7 mars 2012 20:24:16 UTC+1, John Hinnegan a écrit : > > Jenkins hung on me again. It just stops responding to requests. I wish it > would just die so it would be restarted. > > Anyw

Re: Any way to force a triggered job to use the same machine?

2012-03-08 Thread Didier Durand
Hi, It seems to me that this plugin may allow you to achieve what you need regards didier Le jeudi 8 mars 2012 17:27:37 UTC+1, FNX a écrit : > > >I have a feeling I've posted this question before but not hit a > resolution. > >We generally have split our jobs into 2: one job does the

Re: Cannot build any jobs: "Pending - Waiting for next available executor"

2012-03-08 Thread Sami Tikka
I got this exact same problem after upgrading to 1.453. All my slaves have 1 executor that appeared to be idle but still all the builds just stayed in the queue. I downgraded back to 1.451 and problem went away. -- Sami Nicky Ramone kirjoitti 7.3.2012 kello 15.34: > Hi > > Since several d

Re: Sonar tests fail bevause xvnc plugin was terminated before execution

2012-03-08 Thread Christopher Orr
Hi there, On 03/05/2012 03:07 PM, MSF wrote: we have some issues with one of our jobs on our Jenkins (1.424.3 = current LTS Version). We are using xvnc (1.10) and Sonar (1.8) plugins. The job fails because the generated xvnc session is terminated before Sonar is started. Can you maybe explain

Re: 404 vs 401

2012-03-08 Thread Christopher Orr
Hi there, In your banking example, no information is given away by the URL itself. Where I work, only authorised employees have access to certain Jenkins jobs. Other people (e.g. contractors) should not even know that we're working on certain products -- whose existence they would be able to

buildWithParameters returning JSON/XML?

2012-03-08 Thread jcard...@edmunds.com
Hi. I can start a build with parameters just fine using a GET request similar to http://:/job//buildWithParameters?param1=value1¶m2=value2 And that gets me an HTML page as a response. Is there a way to get JSON / XML back instead? I've tried http://:/job//buildWithParameters/api/jso

Re: Any way to force a triggered job to use the same machine?

2012-03-08 Thread Sami Tikka
If you are using a job workspace to share build artifacts, you cannot allow a new build to start while a test job is running because the new build would mess up the artifacts currently under test. This means you can combine the build and test jobs into one job and not make your feedback cycle any l

Re: junit stylesheet transformation before jenkins collects junit result

2012-03-08 Thread Grégory Boissinot
You are able to use the xUnit plugin. xUnit plugin provides the ability to perform an XSL transformation (choose custom tool). On Mon, Mar 5, 2012 at 10:53 AM, andy w < andreas.wuest.freelan...@googlemail.com> wrote: > Hi, > > i was wondering if it is possible to perform a custom stylesheet > tra

Re: OutOfMemory on test import

2012-03-08 Thread Sami Tikka
I mean, put the test result in the junit xml file and test stdout into another file. Configure Jenkins to publish junit xml files as test results and archive the stdout files as build artifacts. It is a bit painful but if you are short on memory, this trick should help you. -- Sami 2012/3/7 Gaet

Re: Git vs SVN

2012-03-08 Thread Mark Waite
I think it is a mistake trying to persuade a large team to change SCM system without them having a compelling reason to make that switch. I think git is great.  I use it all the time and can't imagine working without it.  However, most programmers I've encountered want to write programs more th

Job Running, but no child process

2012-03-08 Thread Mandeville, Rob
I’m running a Jenkins slave on a Linux machine. Jenkins claims that it’s running a job. However, the slave node process has no “children”, no sub-processes. The only Linux processes running as that user on that machine are the Jenkins slave and the shell script that launches it. How can this

Error in maven build after updating from jenkins 1.413 to 1.454

2012-03-08 Thread jchatham
The error message said I should report it here - so, after a couple of google searches failed to turn up anything that looked useful, here I am. Hopefully someone can help; we'd really like to update to the latest version of jenkins. config file for the project that generates the error (with a fe

Re: Jenkins Hung

2012-03-08 Thread John Hinnegan
it is permgen out of memory, looks like it's similar to other people'e problems

Re: Bacis steps to write a plugin which depends on another

2012-03-08 Thread Slide
You can take a look at the git-plugin, it optionally depends on the token-macro-plugin. It has the info needed in the pom. slide On Thu, Mar 8, 2012 at 10:40 AM, Chris S. wrote: > Hello, > > I am planning to write a plugin, which depends on another plugin. > What is the preferred way to do that

Re: Jenkins Hung

2012-03-08 Thread John Hinnegan
Where is the system log located? On Wednesday, March 7, 2012 3:46:53 PM UTC-8, sti wrote: > > Do you find any exceptions from Jenkins in the system log? > > You should read what others have discussed here. You do not seem to be > alone with your problem. Far from it. > > -- Sami > > John Hinnega

Bacis steps to write a plugin which depends on another

2012-03-08 Thread Chris S.
Hello, I am planning to write a plugin, which depends on another plugin. What is the preferred way to do that?

Any way to force a triggered job to use the same machine?

2012-03-08 Thread Neil Bird
I have a feeling I've posted this question before but not hit a resolution. We generally have split our jobs into 2: one job does the build, and if successful it triggers the test job. However, we have to run our tests over the build, and these are too large to feasibly push to some s

Re: parameterized-trigger plug-in and subversion revision in downstream projects

2012-03-08 Thread cjo
As I have some free time, I have tested this out using the parametrized trigger plugin. Warning I am not a SVN user so these are all from reading docs and testing them out. if Job A and Job B both checkout from the same URL, using the parametrised trigger in job A, add Subversion parameters t

Re: OMG: Jenkins gets restarted from my Ant script

2012-03-08 Thread jabal
everything on the same host for now. but the build farm is coming eventually. On Mar 7, 3:36 pm, Les Mikesell wrote: > On Wed, Mar 7, 2012 at 8:20 AM, jabal wrote: > > the solution was that Selenium tests made firefox-bin crash because > > the $HOME variable was not set. > > This pulled Jenkins

Re: Matrix Build deletion?

2012-03-08 Thread cjo
The clean up of the builds are done at the end of a build run so you need to run the job at least once after changing the settings. Also with matrix jobs check to make sure that there are no builds with the Keep forever set on them, as these will never be cleaned up. If you are using the disk-