Re: res-plugin failure during start?

2012-10-23 Thread Rudraksh
Edbras writes: > > I am running the latest Jenkins version. > > When starting Jenkins (running as war in tomcat 7) I always get the > following exception. > Any idea how to solve this? > > > > SEVERE: Failed Loading plugin rest-plugin > hudson.util.IOException2: Unable to create instanc

Re: Very long load time for main dashboard since 1.486

2012-10-23 Thread jcsirot
Helle David, I'm facing the same issue too. Looking at the log I noticed this exception. I don't know if it is linked but after this exception has been printed in the log trail the dashboard loads immediately. Did someone have any unexpected exception in the log file? Oct 22, 2012 6:53:59 PM

Re: Concurrent builds on dumb slave configuration

2012-10-23 Thread Hendrik Meiring
Any input on this? Am I misinterpreting how the system should work, am I configuring something wrong or is this a bug that must be logged?

Re: Access to the execution slot number on a build node

2012-10-23 Thread Michael
Thanks Chris, That is exactly what I needed. I'll use the EXECUTOR_NUMBER to solve the immediate problem. The port allocator plugin could be a more log-term solution. Cheers Michael. On Tuesday, 23 October 2012 01:56:17 UTC+1, Christopher Orr wrote: > > Hi there, > > On 10/23/2012 01:17 AM, M

environment variables for 'Execute shell' steps in Jenkins jobs

2012-10-23 Thread 3lp
Hi, It would be nice to set up environment variables for Jenkins that can be used across all jobs. I am running Jenkins in Tomcat on Linux. It does not seem to be possible to do this within Jenkins or Tomcat configuration. I had thought that adding an entry to the context.xml in the Tomcat co

Working around a buggy SVN authentication

2012-10-23 Thread SBreitbach
Hi there! I have a problem with my jenkins authenticating against the SVN. The users and their credentials are stored in an LDAP server. Problem is, that from time to time the LDAP server refuses authentication without any reason. You can see that this has happened if you look at the project's

RE: environment variables for 'Execute shell' steps in Jenkins jobs

2012-10-23 Thread Matthew.Webber
Manage Jenkins --> Global properties --> Environment variables works for us. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of 3lp Sent: 23 October 2012 10:32 To: jenkinsci-users@googlegroups.com Subject: environment variables for 'Execute shell' steps

Re: environment variables for 'Execute shell' steps in Jenkins jobs

2012-10-23 Thread Patrick Byrne
Thanks. On 23 October 2012 10:40, wrote: > Manage Jenkins à Global properties à Environment variables works for us.* > *** > > ** ** > > *From:* jenkinsci-users@googlegroups.com [mailto: > jenkinsci-users@googlegroups.com] *On Behalf Of *3lp > *Sent:* 23 October 2012 10:32 > *To:* jenkinsci-u

Re: How Jenkins saved my vacation

2012-10-23 Thread Edward Cullen
On 01/10/12 14:32, Christian Robert wrote: > It took a while but finally he came back grinning and told me “I almost > gave up, but then I saw the Jenkins sticker on the side of the bag and > knew I discovered the right one”. > > So, Mr. Jenkins: Thank you for making my return home a lot smoother!

Re: Very long load time for main dashboard since 1.486

2012-10-23 Thread David Resnick
Hi Jean-Christophe, I can confirm that I have similar exceptions in my log too (you can find a sample at http://pastebin.com/NEXWMMa3 ). I am not able though to correlate the exceptions with the long loading times. Right now my main dashboard loads very quickly (with a Jenkins instance that has

Re: Jenkins setup on AIX OS

2012-10-23 Thread gerin abraham
In the browser it shows master in offline status -G On Oct 22, 2012 11:09 PM, "Kohsuke Kawaguchi" wrote: > This is a warning, and it shouldn't cause a fatal problem. > > What does the UI report as a cause of master taken offline? Not in the > console output but in the browser. > > 2012/10/23 ger

Re: Very long load time for main dashboard since 1.486

2012-10-23 Thread jcsirot
Hi David, I opened a ticket in Jenkins JIRA: https://issues.jenkins-ci.org/browse/JENKINS-15601 Feel free to add details or comments to complete my short description of the issue. -- J.-C. Sirot Le mardi 23 octobre 2012 12:54:47 UTC+2, David Resnick a écrit : > > Hi Jean-Christophe, > > I ca

Disappearing build reports

2012-10-23 Thread Andrew Melo
Hey everyone, We're on 1.486, but we're still having our build records disappear, did the planned fixes not make it into the release? Thanks, Andrew -- -- Andrew Melo

Re: Disappearing build reports

2012-10-23 Thread Andrew Melo
On Tue, Oct 23, 2012 at 8:49 AM, Andrew Melo wrote: > Hey everyone, > > We're on 1.486, but we're still having our build records disappear, > did the planned fixes not make it into the release? Also, it looks like jenkins-ci.org is having troubles: The pgsql error was: pg_connect() [function.pg-

Re: Concurrent builds on dumb slave configuration

2012-10-23 Thread Marek Gimza
Meiring, May I ask what is your objective ? Unfortunately I do not see the thread of your previous emails to be able to appropriately respond and help. Thanks, Mgimza On Tue, Oct 23, 2012 at 4:47 AM, Hendrik Meiring wrote: > Any input on this? Am I misinterpreting how the system should work, a

Build-Flow Plugin and Publishers

2012-10-23 Thread ghorvath
Been trying to get a bit of attention on this one. I've recently started experimenting with the build-flow plugin, and I like it. However, I cannot get the publishers to execute after the flow completes. I've done a bit of digging through JIRA and see that there has been some trouble with t

Re: Jenkins and Qt projects

2012-10-23 Thread Jon Schewe
If you'd like I can send you my Makefile skeleton for building Qt applications. On Tue, Oct 23, 2012 at 12:26 AM, mrz wrote: > seems thats the only option I have, I think it would be much neater if > there was a plug-in or the existence qmakebuilder plug-in could have been > modified or had more

Redirects on HTTP notifications are not followed

2012-10-23 Thread Francesco Callari
Hello Jenkin-users, I am having an issue with a Jenkins CI configuration where a notification of build completion is sent to an external servlet that will perform additional (large) integration tests on the artifact produced by the build. The notification is sent using the HTTP method (i.e. POS

Digesting Jenkins Data

2012-10-23 Thread Pranay Khurana
Hi - I recently converted to Jenkins. First, let me say how easy the interface was to set up and work with - great job to the developers for their work on it! I've had no issues setting up the environment, moving some cron jobs to Jenkins, and getting them to run on the dates/times I expect

Re: Very long load time for main dashboard since 1.486

2012-10-23 Thread David Resnick
Thanks! I was hoping for some attention by core developers to this thread, but I think you have made the next right step. - David On Tuesday, October 23, 2012 3:07:29 PM UTC+2, jcsirot wrote: > > Hi David, > > I opened a ticket in Jenkins JIRA: > > https://issues.jenkins-ci.org/browse/JENKINS-1

Re: Jenkins and Qt projects

2012-10-23 Thread mrz
I would be very thankful if you do so. But my problem is not with the make file itself. I have two projects say A and B, which A is dependent to B. In the .pro file I introduce the dependency in the projects and in .pri file I present the path that makefile should look for the .so file. But if