March 24, 2011  
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31

[00:02:31] *** aheritier has joined #jenkins
[00:02:31] *** ChanServ sets mode: +v aheritier
[00:05:19] <janvrany> Hi there, We've been using Jenkins for a couple of months. It works well, but there are still some glitches. Or, more likely, I've just not understand how it works and didn't founs answer in doc or wiki. Our setup is the following: one master node and two build slaves, Linux and Windows. The jobs are "matrix" jobs, to get our SW builded on each platform. When I click the job and then the workspace, I see just the windows workspace. I would expect to see
[00:05:21] <janvrany>  the Linux one as well.
[00:05:23] <janvrany> The build artifacts are located in a $WORKSPACE/PLATFORM/<Windows|Linux>/artifacts/. But when put pattern like PLATFORM/*/artifacts/*.* into the job config, nothing gets archived (causing build to fail). Am I missing something?
[00:10:00] *** kelan has joined #jenkins
[00:12:02] <janvrany> If it helps, the running instance is at https://swing.fit.cvut.cz/hudson/
[00:12:40] *** joshc has joined #jenkins
[00:13:00] <joshc> hey all, I'm running into this exception when I try to startup jenkins for the first time: https://gist.github.com/882922
[00:13:15] <joshc> (thats not even my gist, so I assume at least one other person has run into it)
[00:15:05] *** dhackner_ has quit IRC
[00:15:15] *** m4r35n357 has quit IRC
[00:24:15] *** vjuranek has quit IRC
[00:28:04] *** abayer has quit IRC
[00:32:48] *** mconigliaro has quit IRC
[00:36:47] <SirScott> kohsuke: yes, 1.393.  Since it's a bug, i'll try duplicating w/the latest and write a report.
[00:37:51] <kohsuke> SirScott: thanks! Note that there's a bug in 1.403 that "Last Duration" doesn't show anything
[00:38:08] <kohsuke> ...That's JENKINS-9134
[00:38:20] <jenkins-admin> JENKINS-9134:"Last Duration" column in all views showing "N/A" (Closed) http://jenkins-ci.org/issue/9134
[00:38:30] <kohsuke> joshc: thanks. Is this a transitive problem, or a persistent issue?
[00:39:34] <SirScott> kohsuke: thanks, i'll install jenkins 1.403 and give it a shot; if I get hampered by that one, I may go back to 1.401
[00:39:56] <kohsuke> As I said, 1.403 is no good for you for this particular bug
[00:40:00] <kohsuke> I suggest 1.402
[00:40:17] <SirScott> ok, wasn't sure if that was seen by everyone or not; thanks for the warning
[00:44:03] *** anathematic has joined #jenkins
[00:44:12] <kelan> I dropped in here yesterday and asked about the workspace dir structure being different on the master vs. the slaves (i.e. JENKINS-2374).  My temporary workaround was just to run a slave on the same machine as the master and use that instead of any executors on the master directly.  Does that sound like a reasonable workaround?  Is there anything terrible about running a slave node on the master like that?
[00:44:14] <jenkins-admin> JENKINS-2374:Master-Slave Workspace Directory Structure Different (Open) http://jenkins-ci.org/issue/2374
[00:44:53] *** anathematic has quit IRC
[00:44:59] *** anathematic has joined #jenkins
[00:46:30] <kohsuke> kelan: no, it's often done for various reasons
[00:48:39] <kelan> ok, cool.  thanks.
[00:49:59] <kelan> I have a few more questions that have been hard to google for, as long as I'm here...  First, is there any way to set config values that apply to all jobs.  Such as the email notification settings in the Post-build Actions.  I'd like to just specify that email address in a single place, rather than in each job separately.
[00:54:56] *** efwe has quit IRC
[01:01:16] *** akosingip has joined #jenkins
[01:04:48] <jieryn-w> damn, 1.403 and 1.404 are huge releases :)
[01:05:50] <SirScott> kohsuke: uhh, had quite an error trying to create the issue on Jira
[01:06:06] <SirScott> org.ofbiz.core.entity.GenericDataSourceException: Generic Entity Exception occurred in deleteByAnd (SQL Exception while executing the following:DELETE FROM label WHERE FIELDID IS NULL AND ISSUE=? (Binary logging not possible. Message: Transaction level 'READ-COMMITTED' in InnoDB is not safe for binlog mode 'STATEMENT')) ?
[01:06:23] <kohsuke> I'm really sorry
[01:06:30] <kohsuke> If you don't add label it should work
[01:06:32] <SirScott> kohsuke: oh, don't be
[01:06:46] <SirScott> kohsuke: indeed, it worked :)
[01:06:47] <kohsuke> It's reported against the hosting provider but it hasn't been resolved yet
[01:06:58] <SirScott> kohsuke: gotcha, thanks for your help
[01:13:59] *** anathematic has quit IRC
[01:16:36] *** akosingip has quit IRC
[01:25:07] *** sshaw has joined #jenkins
[01:29:09] *** ExtraSpice has quit IRC
[01:31:14] <prusswan> btw, there is no 1.402 right?
[01:37:39] *** rcampbell__ has joined #jenkins
[01:39:17] *** rcampbell_ has quit IRC
[01:50:55] *** olamy has quit IRC
[01:56:53] *** joewilliams is now known as joewilliams_away
[01:57:35] *** mindless has quit IRC
[02:01:52] *** d2m has left #jenkins
[02:02:46] <joshc> kohsuke: the problem I had mentioned was a persistent problem, I'll have to wait until tomorrow to get you more information, as I've left work now :)
[02:03:16] <kohsuke> OK.
[02:03:20] <kohsuke> Thanks for the heads up
[02:03:26] <kohsuke> prusswan: no, there's no 1.402. I botched the release.
[02:06:47] *** jasonb has quit IRC
[02:07:42] *** kuuyee has joined #jenkins
[02:08:53] *** rcampbell__ has quit IRC
[02:09:57] *** rcampbell__ has joined #jenkins
[02:10:12] <RSchulzB1> kohsuke: Can you comment on http://issues.jenkins-ci.org/browse/JENKINS-8881 ?
[02:10:15] <jenkins-admin> JENKINS-8881:After Log Rolling, Pervious, Uncompressed Log File is Deleted But _Not_ Closed and its Disk Space Not Freed (Open) http://jenkins-ci.org/issue/8881
[02:11:00] <kohsuke> how did you install it?
[02:11:01] <kohsuke> RPM?
[02:11:07] <RSchulzB1> Yes.
[02:11:16] <kohsuke> Sounds like a bug in our packaging
[02:11:23] <RSchulzB1> Really?
[02:11:31] <kohsuke> Jenkins process needs to get SIGALM to reopen the log file
[02:11:41] <kohsuke> The logrotate config needs to include that instruction
[02:11:48] <RSchulzB1> Oh. I rarely associate signal processing with Java code.
[02:12:02] <kohsuke> When, that's because most Java developers don't know anything about Unix.
[02:12:10] <kohsuke> Not that I know much, but I try...
[02:12:17] <RSchulzB1> Well, I'm a Unix person from way, way back.
[02:12:46] <kohsuke> If you can contribute the proper logrotate setting, I can very easily integrate that to the RPM
[02:13:10] <RSchulzB1> I'm a Unix person from well before logrotate!
[02:13:27] <kohsuke> Otherwise just paste this conversation into the comment and hope someone else would be able to write it
[02:13:50] <RSchulzB1> It's odd that Jenkins compresses the log file and moves on to a new one but doesn't close the descriptor to the previous file (or files).
[02:14:12] <RSchulzB1> OK
[02:14:41] <kohsuke> Jenkins isn't doing that
[02:14:43] <kohsuke> logrotate is doing it
[02:15:12] <RSchulzB1> I'm pretty unclear on the relationship between them and how they interact (or fail to interact properly).
[02:20:54] *** rcampbell_ has joined #jenkins
[02:22:59] *** rcampbell__ has quit IRC
[02:24:28] *** phyto has joined #jenkins
[02:25:44] *** RSchulzM1 has quit IRC
[02:26:39] *** Lewisham has joined #jenkins
[02:26:39] *** ChanServ sets mode: +v Lewisham
[02:28:38] *** RSchulzB1 has quit IRC
[02:30:45] *** cristhiank has joined #jenkins
[02:32:46] *** elpargo has joined #jenkins
[02:36:51] *** awb has quit IRC
[02:39:27] *** prusswan-work has joined #jenkins
[02:42:35] *** elpargo_ has joined #jenkins
[02:43:03] *** elpargo has quit IRC
[02:43:03] *** elpargo_ is now known as elpargo
[02:49:32] *** vivek_ has joined #jenkins
[03:06:45] *** elpargo has quit IRC
[03:17:12] *** janvrany has quit IRC
[03:17:50] *** janvrany has joined #jenkins
[03:22:36] *** janvrany has quit IRC
[03:23:00] *** calavera has quit IRC
[03:36:22] *** rob_ has joined #jenkins
[03:36:56] *** rob_ has left #jenkins
[03:53:32] *** cristhiank has quit IRC
[03:54:19] *** cowboyd has joined #jenkins
[04:10:03] *** jieryn-w has quit IRC
[04:16:29] *** sshaw has quit IRC
[04:23:25] *** cowboyd has quit IRC
[04:26:19] *** sshaw has joined #jenkins
[04:52:09] *** rcampbell_ has quit IRC
[04:54:54] *** smolyn_ has joined #jenkins
[04:55:08] *** smolyn has quit IRC
[04:58:27] *** kelan has quit IRC
[05:02:29] *** elpargo has joined #jenkins
[05:21:05] *** awb has joined #jenkins
[05:23:48] *** kelan has joined #jenkins
[05:37:54] *** rakslice|w has joined #jenkins
[05:41:34] <rakslice|w> Is there something I can change the thread priorities in my hudson installation to make the web interface more responsive?
[05:41:49] <rakslice|w> er, ahem, jenkins even =)
[05:42:31] *** awb has quit IRC
[05:50:14] <rakslice|w> I mean, besides throwing $2600 of gulftonws at the problem =)
[05:51:09] <phyto> move your build jobs to slaves and leave master for web service?
[06:00:22] *** awb has joined #jenkins
[06:20:34] *** smolyn_ has quit IRC
[06:21:08] *** andreasmandel has joined #jenkins
[06:23:36] *** elpargo_ has joined #jenkins
[06:24:50] *** elpargo has quit IRC
[06:24:51] *** elpargo_ is now known as elpargo
[06:25:38] *** andreasmandel has quit IRC
[06:33:43] *** awb has quit IRC
[06:34:10] <rakslice|w> phyto: That works pretty well; I even gave my local slave the label master so I don't have to mess with my label axes =)
[06:38:28] *** awb has joined #jenkins
[06:41:13] *** kenneth_reitz has joined #jenkins
[06:47:13] *** awb has quit IRC
[06:54:01] *** ExtraSpice has joined #jenkins
[06:55:48] *** elpargo has quit IRC
[06:56:32] *** Lewisham has quit IRC
[06:59:11] *** Lewisham has joined #jenkins
[06:59:11] *** ChanServ sets mode: +v Lewisham
[07:01:52] <phyto> rakslice|w: very good. that's the way we've handled that problem, glad it worked
[07:02:15] *** elpargo has joined #jenkins
[07:04:00] <prusswan-work> i prefer the gulftown solution though
[07:10:32] *** elpargo has quit IRC
[07:17:08] *** elpargo has joined #jenkins
[07:25:33] *** vivek_ has quit IRC
[07:27:54] *** avandendorpe has quit IRC
[07:28:23] *** avandendorpe has joined #jenkins
[07:34:35] *** Aetzel has joined #jenkins
[07:36:21] *** Haloperidol has joined #jenkins
[07:48:31] *** miclorb_ has quit IRC
[07:51:12] *** eskp has quit IRC
[08:01:00] *** bolt12 has joined #jenkins
[08:01:13] <bolt12> hi Everyone,
[08:01:38] <bolt12> anyone here who can help me with some ldap auth setup for hudson 1.395 please
[08:02:11] <bolt12> I get LDAP: error code 32 - No Such Object error but the login works fine
[08:03:08] *** phyto is now known as phyto|Zzz
[08:03:14] *** phyto|Zzz has left #jenkins
[08:06:50] *** dotsev has joined #jenkins
[08:07:39] *** kenneth_reitz has quit IRC
[08:18:00] *** joshmoore has joined #jenkins
[08:20:08] *** proofek has joined #jenkins
[08:30:47] *** resmo_ has joined #jenkins
[08:33:04] *** vjuranek has joined #jenkins
[08:37:36] *** Haloperidol has quit IRC
[08:40:51] *** proofek has quit IRC
[08:44:45] *** cristiano has joined #jenkins
[08:52:27] *** Sebastian has joined #jenkins
[08:56:55] *** patryk has joined #jenkins
[09:02:49] *** Stubbs has joined #jenkins
[09:03:09] *** _marc` has joined #jenkins
[09:05:05] *** myusuf3_ has quit IRC
[09:05:32] *** myusuf3_ has joined #jenkins
[09:10:00] *** proofek has joined #jenkins
[09:12:13] *** magnayn has joined #jenkins
[09:12:13] *** ChanServ sets mode: +v magnayn
[09:12:19] *** magnayn has quit IRC
[09:13:12] *** Lewisham has quit IRC
[09:15:07] *** Stubbs has left #jenkins
[09:16:13] <bolt12> hi Everyone, I need some help with LDAP: error code 32 - No Such Object
[09:16:25] <bolt12> could someone help me plz
[09:18:27] *** Sacha has joined #jenkins
[09:39:50] *** sshaw_ has joined #jenkins
[09:39:54] *** _Aeris_ has joined #jenkins
[09:39:57] *** sshaw has quit IRC
[09:43:47] *** makr2 has joined #jenkins
[09:43:59] *** sshaw_ is now known as sshaw
[09:52:27] *** magnayn has joined #jenkins
[09:52:27] *** ChanServ sets mode: +v magnayn
[10:00:26] *** stephenc has joined #jenkins
[10:00:27] *** ChanServ sets mode: +v stephenc
[10:01:22] *** voorth has joined #jenkins
[10:10:28] *** kutzi has joined #jenkins
[10:10:28] *** ChanServ sets mode: +v kutzi
[10:11:56] *** benmatselby has joined #jenkins
[10:24:39] *** real_ate_ has joined #jenkins
[10:25:59] *** real_ate_ is now known as real_ate
[10:28:29] *** bolt12 has quit IRC
[10:30:03] *** Stubbs has joined #jenkins
[10:31:47] *** dhackner has quit IRC
[10:34:25] *** efwe has joined #jenkins
[10:39:14] *** Weltraumschaf has joined #jenkins
[10:42:30] *** DaveH has joined #jenkins
[10:47:30] *** dhackner has joined #jenkins
[11:01:20] *** real_ate has quit IRC
[11:02:16] *** voorth has quit IRC
[11:04:39] *** olamy has joined #jenkins
[11:04:54] *** ChanServ sets mode: +v olamy
[11:07:14] *** kuuyee has quit IRC
[11:09:51] *** kutzi has quit IRC
[11:12:49] *** d2m has joined #jenkins
[11:13:03] *** kutzi has joined #jenkins
[11:13:03] *** ChanServ sets mode: +v kutzi
[11:14:24] <olamy> kutzi hello
[11:14:45] <olamy> I wonder if you have deployed your SNAPSHOT parent manually ?
[11:14:48] <kutzi> hi
[11:15:00] <kutzi> no
[11:15:19] <olamy> the most easy is probably to do this manually
[11:15:32] <olamy> and to declare the snapshot repo in your plugin
[11:15:40] <kutzi> why can't the job do it?
[11:15:44] <olamy> to deploy tru jenkins on jenkins
[11:16:05] <olamy> we have to "upload" a settings.xml with the appropriate karma
[11:16:12] <olamy> to the nodes
[11:16:26] <olamy> perso I don't have enough karma to do this
[11:16:29] <kutzi> AFAIR this used to work fine on the old hudson-on-hudson
[11:16:37] <olamy> ah
[11:16:53] <olamy> looks to be a regression :-)
[11:17:34] <olamy> I wonder if we could use the copy from master plugin
[11:17:44] *** swestcott has joined #jenkins
[11:17:44] <olamy> to deploy this file on node startup
[11:17:47] *** mdhar has joined #jenkins
[11:18:04] <kutzi> worakround would be to put the needed settings.xml into a separate svn repo and specify that for the jobs?
[11:18:09] <olamy> I have to check with folks who have karma (ssh access to jenkins on jenkins)
[11:18:18] <olamy> sure could be
[11:18:23] <olamy> but a private scm repo
[11:18:32] <olamy> as it will contains some authz stuff
[11:18:40] <kutzi> ah yes, sure
[11:18:54] <kutzi> thanks for your help btw
[11:19:07] <olamy> the first workaround is to deploy manually
[11:19:13] <olamy> sure not the best option :-)
[11:19:13] *** mdhar has left #jenkins
[11:19:37] <olamy> I will see that later when people with more karma will be out of beds :-)
[11:19:37] <kutzi> deploy to the m.g.o. repo?
[11:20:16] <olamy> uhm I should say m.j.o :-)
[11:20:41] <kutzi> :)
[11:20:54] <kutzi> BTW: I've been looking into JENKINS-5764
[11:21:04] <jenkins-admin> JENKINS-5764:incremental builds leave modules unbuilt upon failure (Open) http://jenkins-ci.org/issue/5764
[11:21:13] <kutzi> thanks jenkins-admin
[11:21:56] <kutzi> I thought about storing the unbuilt modules at an Action attached to the builds. Any opinions about that?
[11:22:33] <olamy> ah to store until the build is deleted
[11:22:40] <olamy> ah sure good idea
[11:22:54] <olamy> will be available maybe for later use
[11:23:55] <kutzi> store the unbuilt modules when a build fails. then at the next incremental build retrieve them and add them the build list
[11:24:08] <olamy> sounds good idea for me
[11:24:19] <olamy> +1 :-)
[11:24:27] <kutzi> okay thanks
[11:26:51] <olamy> you will add in the -pl arg ?
[11:27:07] *** janvrany has joined #jenkins
[11:28:12] <kutzi> yes
[11:37:20] *** prusswan-work has quit IRC
[11:40:44] *** janvrany has quit IRC
[11:43:02] *** sshaw has quit IRC
[12:05:56] *** wilmoore_ has joined #jenkins
[12:06:41] *** Stubbs_ has joined #jenkins
[12:07:29] *** mdhar has joined #jenkins
[12:09:01] <mdhar> hi, i'm working on a plugin for jenkins
[12:09:08] *** wilmoore has quit IRC
[12:09:23] <mdhar> i'm having some troubles with an optional block in my config.jelly
[12:10:13] <mdhar> the settings inside the optional block are not saved
[12:10:24] *** Stubbs has quit IRC
[12:10:24] *** Stubbs_ is now known as Stubbs
[12:10:28] <mdhar> can someone help me out?
[12:14:01] *** miclorb_ has joined #jenkins
[12:20:20] *** d2m has quit IRC
[12:23:28] *** miclorb_ has quit IRC
[12:25:43] *** kutzi has quit IRC
[12:27:56] *** Stubbs has quit IRC
[12:28:26] *** cowmix has quit IRC
[12:28:56] *** Stubbs has joined #jenkins
[12:35:35] *** d2m has joined #jenkins
[12:36:40] *** cowmix has joined #jenkins
[12:44:53] *** Stubbs has quit IRC
[12:45:13] *** Stubbs has joined #jenkins
[12:47:58] *** real_ate has joined #jenkins
[12:49:28] *** janvrany has joined #jenkins
[12:50:05] *** makr2 has left #jenkins
[12:50:13] *** janvrany has left #jenkins
[12:55:47] *** cristhiank has joined #jenkins
[13:00:04] *** cristhiank has quit IRC
[13:00:32] *** cristhiank has joined #jenkins
[13:17:56] *** myusuf3_ has quit IRC
[13:25:27] *** jieryn-w has joined #jenkins
[13:25:27] *** ChanServ sets mode: +v jieryn-w
[13:32:57] *** swestcott has quit IRC
[13:33:17] *** swestcott has joined #jenkins
[13:35:52] *** myusuf3 has joined #jenkins
[13:42:09] *** Sebastian has quit IRC
[13:44:45] *** cristhiank_ has joined #jenkins
[13:47:54] *** cristhiank has quit IRC
[13:48:30] *** recampbell has joined #jenkins
[13:50:38] *** cristhiank_ has quit IRC
[13:51:09] *** stephenc_ has joined #jenkins
[13:51:10] *** ChanServ sets mode: +v stephenc_
[13:51:10] *** stephenc has quit IRC
[13:51:10] *** stephenc_ is now known as stephenc
[13:54:54] *** stephenc_ has joined #jenkins
[13:54:55] *** ChanServ sets mode: +v stephenc_
[13:54:55] *** stephenc has quit IRC
[13:54:55] *** stephenc_ is now known as stephenc
[13:56:53] *** stephenc_ has joined #jenkins
[13:56:53] *** stephenc has quit IRC
[13:56:54] *** ChanServ sets mode: +v stephenc_
[13:56:54] *** stephenc_ is now known as stephenc
[14:02:43] *** stephenc_ has joined #jenkins
[14:02:44] *** stephenc has quit IRC
[14:02:44] *** ChanServ sets mode: +v stephenc_
[14:02:44] *** stephenc_ is now known as stephenc
[14:13:44] *** stephenc_ has joined #jenkins
[14:13:45] *** stephenc has quit IRC
[14:13:45] *** ChanServ sets mode: +v stephenc_
[14:13:45] *** stephenc_ is now known as stephenc
[14:14:39] *** d2m has quit IRC
[14:17:24] *** kutzi has joined #jenkins
[14:17:25] *** ChanServ sets mode: +v kutzi
[14:17:38] *** d2m has joined #jenkins
[14:21:53] *** kutzi has quit IRC
[14:22:18] *** m4r35n357 has joined #jenkins
[14:26:45] *** kensho has joined #jenkins
[14:27:51] *** richvdh has joined #jenkins
[14:27:54] *** kstreith has joined #jenkins
[14:28:23] *** stephenc has quit IRC
[14:28:42] *** stephenc has joined #jenkins
[14:28:43] *** ChanServ sets mode: +v stephenc
[14:30:09] *** stephenc_ has joined #jenkins
[14:30:10] *** ChanServ sets mode: +v stephenc_
[14:30:10] *** stephenc has quit IRC
[14:30:11] *** stephenc_ is now known as stephenc
[14:31:34] *** stephenc_ has joined #jenkins
[14:31:35] *** ChanServ sets mode: +v stephenc_
[14:31:35] *** stephenc has quit IRC
[14:31:35] *** stephenc_ is now known as stephenc
[14:31:38] *** Stubbs_ has joined #jenkins
[14:33:03] *** stephenc has quit IRC
[14:33:13] *** stephenc has joined #jenkins
[14:33:14] *** ChanServ sets mode: +v stephenc
[14:34:49] *** stephenc has quit IRC
[14:35:00] *** Stubbs has quit IRC
[14:35:00] *** Stubbs_ is now known as Stubbs
[14:35:03] *** stephenc has joined #jenkins
[14:35:04] *** ChanServ sets mode: +v stephenc
[14:36:13] *** stephenc has quit IRC
[14:36:33] *** stephenc has joined #jenkins
[14:36:34] *** ChanServ sets mode: +v stephenc
[14:39:22] *** stephenc has quit IRC
[14:39:39] *** stephenc has joined #jenkins
[14:39:40] *** ChanServ sets mode: +v stephenc
[14:41:54] *** sshaw has joined #jenkins
[14:45:38] *** stephenc_ has joined #jenkins
[14:45:38] *** stephenc has quit IRC
[14:45:39] *** ChanServ sets mode: +v stephenc_
[14:45:39] *** stephenc_ is now known as stephenc
[14:48:38] *** theozaurus has joined #jenkins
[14:49:08] <theozaurus> Hi guys, absolutely loving switching from integrity to Jenkins. Just one question, is there a way to get ANSI terminal colours working on the console view?
[14:55:59] <mjmac> hrmph.  just got bitten by JENKINS-8537
[14:56:13] <jenkins-admin> JENKINS-8537:Node label queries fail when # labels > 2 (Open) http://jenkins-ci.org/issue/8537
[14:56:49] <mjmac> although the odd thing was that when i reconfigured the job to only use 2 labels, the stuck job (with 3 labels) started up
[14:58:24] <bnovc> theozaurus: I haven't seen that before but it should be pretty easy to convert them to HTML I would think
[14:59:56] *** cowboyd has joined #jenkins
[15:00:12] *** BrianFox_ has quit IRC
[15:00:29] *** BrianFox has joined #jenkins
[15:00:30] *** BrianFox has joined #jenkins
[15:01:21] *** cowboyd has quit IRC
[15:04:31] *** sshaw has quit IRC
[15:09:57] *** vivek_ has joined #jenkins
[15:14:09] *** abayer has joined #jenkins
[15:14:09] *** ChanServ sets mode: +o abayer
[15:14:39] *** dizz_ has joined #jenkins
[15:16:03] *** dizz_ has quit IRC
[15:21:54] *** protocol7 has joined #jenkins
[15:22:07] <protocol7> olamy: ping
[15:22:43] <olamy> protocol7 pong
[15:22:59] <olamy> what's up ?
[15:23:10] <protocol7> did you get anywhere with the ClassCastException we're seeing in jenkins?
[15:23:24] <protocol7> upgraded the asf jenkins to 1.403 but still getting it
[15:23:43] <olamy> but kk has added more debugging infos
[15:23:50] <olamy> to have caller site logged
[15:23:59] <olamy> which project has failed ?
[15:24:15] <protocol7> https://hudson.apache.org/hudson/job/imap-trunk-m2/1783/console
[15:26:03] <olamy> it happened only on ubuntu or on other nodes ?
[15:26:04] *** dogmatic69 has joined #jenkins
[15:26:23] <protocol7> haven't checked with 1.403, but before it happened on all nodes
[15:28:16] <olamy> protocol7 I'm @job now so no really available for debuging stuff
[15:28:38] <olamy> I'm will be more available ~21H30 (paris time)
[15:28:52] <olamy> certainly kk will help us on this
[15:29:14] <olamy> I have noticed this issue happened not only on maven pom parsin stuff
[15:31:58] *** Aetzel has quit IRC
[15:32:14] *** slaboure has joined #jenkins
[15:32:57] <protocol7> can only find it on ubuntu now
[15:33:29] <protocol7> I'll probably be around tonight
[15:33:44] <olamy> looks to be a classloader issue in the node
[15:33:50] <olamy> but why only ubuntu
[15:34:11] <olamy> which jvm version is used to start the node ?
[15:34:40] *** Sacha has quit IRC
[15:35:03] *** cowboyd has joined #jenkins
[15:35:45] *** herque has joined #jenkins
[15:36:03] *** protocol7 has quit IRC
[15:37:15] *** jasonb has joined #jenkins
[15:38:43] *** kutzi has joined #jenkins
[15:38:43] *** ChanServ sets mode: +v kutzi
[15:39:49] *** sshaw has joined #jenkins
[15:40:35] *** Creeture has quit IRC
[15:42:03] *** martha has joined #jenkins
[15:45:03] *** evilchili has quit IRC
[15:45:53] *** evilchili has joined #jenkins
[15:45:59] *** avandendorpe has quit IRC
[15:49:49] *** avandendorpe has joined #jenkins
[15:50:27] *** lakrus has joined #jenkins
[15:51:09] *** lakrus has left #jenkins
[15:51:22] *** lakrus has joined #jenkins
[15:52:22] *** fishn1x has joined #jenkins
[15:55:52] <joshc> kohsuke: hey, I just got back to work.  here is my full backlog I've been getting when attempting to start up jenkins: http://pastebin.com/gj22Lf77
[15:56:10] *** avandendorpe has quit IRC
[15:57:06] *** wilmoore_ has quit IRC
[15:57:27] *** Stubbs has quit IRC
[15:57:47] *** Stubbs has joined #jenkins
[15:59:54] *** imeikas has quit IRC
[16:04:58] *** Stubbs_ has joined #jenkins
[16:06:04] *** swestcott has quit IRC
[16:06:26] *** henk_ has joined #jenkins
[16:07:56] *** Stubbs has quit IRC
[16:08:37] *** avandendorpe has joined #jenkins
[16:11:10] *** Stubbs_ has quit IRC
[16:12:13] *** mindless has joined #jenkins
[16:12:29] *** mindless has quit IRC
[16:12:29] *** mindless has joined #jenkins
[16:12:29] *** ChanServ sets mode: +o mindless
[16:13:26] *** edorian has joined #jenkins
[16:14:03] *** Stubbs has joined #jenkins
[16:17:06] *** martha has quit IRC
[16:17:08] *** d2m has quit IRC
[16:17:10] *** RSchulzB has joined #jenkins
[16:18:23] *** avandendorpe has quit IRC
[16:20:39] *** smolyn has joined #jenkins
[16:21:57] *** d2m has joined #jenkins
[16:23:32] <jenkinsci_builds> Project jenkins_main_trunk build #619: ABORTED in 3 days 16 hr: http://ci.jenkins-ci.org/job/jenkins_main_trunk/619/
[16:23:32] <jenkinsci_builds> Seiji Sogabe: [FIXED JENKINS-8449] Use correct shell interpreter on Windows slave.
[16:23:33] <jenkinsci_builds> Starting build 620 for job jenkins_main_trunk (previous build: ABORTED -- last SUCCESS #618 4 days 1 hr ago)
[16:25:45] *** vjuranek has quit IRC
[16:27:43] *** stephenc has quit IRC
[16:28:24] *** mconigliaro has joined #jenkins
[16:31:43] *** avandendorpe has joined #jenkins
[16:34:24] *** benmatselby has quit IRC
[16:37:26] *** Creeture has joined #jenkins
[16:41:40] *** btQuark has quit IRC
[16:42:43] *** _marc` has quit IRC
[16:43:43] *** smolyn has quit IRC
[16:44:54] *** TJ__ has joined #jenkins
[16:45:45] <TJ__> does anyone have hudson running with codecoverage by gcov and the python script that generates the cobertura compatible xml file ?
[16:46:25] <TJ__> python script that generates the cobertura comp. xml file from the gcda and gcno files is called gcovr
[16:49:26] *** calavera has joined #jenkins
[16:54:12] *** nd__ has quit IRC
[16:54:47] *** nd__ has joined #jenkins
[16:55:24] *** imeikas has joined #jenkins
[16:55:32] *** jasonb has quit IRC
[16:56:53] *** RSchulzM1 has joined #jenkins
[16:57:07] <jenkinsci_builds> Project jenkins_main_trunk build #620: SUCCESS in 33 min: http://ci.jenkins-ci.org/job/jenkins_main_trunk/620/
[16:57:07] <jenkinsci_builds> * Alan Harder: [FIXED JENKINS-7442] Change ArgumentListBuilder.toWindowsCommand() to not escape %VAR%
[16:57:08] <jenkinsci_builds> * Seiji Sogabe: [FIXED JENKINS-6128] NPE during run - fingerprint cleanup thread
[16:57:08] <jenkinsci_builds> * Seiji Sogabe: [FIXED JENKINS-7174] Failed to instantiate DumnSlave.
[16:57:09] <jenkinsci_builds> * Kohsuke Kawaguchi: [maven-release-plugin] prepare release jenkins-1_402
[16:57:09] <jenkinsci_builds> * Kohsuke Kawaguchi: [maven-release-plugin] prepare for next development iteration
[16:57:10] <jenkinsci_builds> * Kohsuke Kawaguchi: [maven-release-plugin] prepare release jenkins-1_403
[16:57:10] <jenkinsci_builds> * Kohsuke Kawaguchi: [maven-release-plugin] prepare for next development iteration
[16:57:11] <jenkinsci_builds> * Kohsuke Kawaguchi: updated changelog for release
[16:57:11] <jenkinsci_builds> * Kohsuke Kawaguchi: updated changelog as a part of the release
[16:57:12] <jenkinsci_builds> * Kohsuke Kawaguchi: LDAP group names are now available as-is for the use in authorization. No upper casing / no 'ROLE_' prefix.
[16:57:12] <jenkinsci_builds> * Kohsuke Kawaguchi: simplified a bit
[16:57:13] <jenkinsci_builds> * Kohsuke Kawaguchi: Use the latest maven-hpi-plugin.
[16:57:13] <jenkinsci_builds> * Kohsuke Kawaguchi: Use the version that doesn't have "Plugin-Version" so as not to confuse
[16:57:14] <jenkinsci_builds> * Kohsuke Kawaguchi: Bind {@link JobProperty}s to URL spaces.
[16:57:14] <jenkinsci_builds> * Kohsuke Kawaguchi: added a tag to override the currentDescriptorByNameUrl
[16:57:15] <jenkinsci_builds> * Kohsuke Kawaguchi: Added a new extension point to contribute build variables.
[16:57:15] <jenkinsci_builds> * Kohsuke Kawaguchi: Use a bigger buffer as Stapler traces can get pretty large on deeply nested URL
[16:57:26] <jenkinsci_builds> * Kohsuke Kawaguchi: Fixed an AbstractMethodError in ItemGroupMixin.create when using some
[16:57:27] <jenkinsci_builds> * Ulli Hafner: [Fixed JENKINS-8943] Changed 'configure' link to 'edit' link.
[16:57:27] <jenkinsci_builds> * Kohsuke Kawaguchi: [FIXED JENKINS-8990] Configurable ping interval
[16:57:28] <jenkinsci_builds> * Kohsuke Kawaguchi: doc/licensing header setup
[16:57:28] <jenkinsci_builds> * Kohsuke Kawaguchi: ping should be set up from both directions
[16:57:29] <jenkinsci_builds> * Kohsuke Kawaguchi: recording JENKINS-8990 fix
[16:57:29] <jenkinsci_builds> * Kohsuke Kawaguchi: [FIXED JENKINS-9122] - Archived artifacts overridden when having multiple produced artifacts under different paths but with the same file name
[16:57:30] <jenkinsci_builds> * Kohsuke Kawaguchi: recording 156350286b79da748091d45349cb0f33e11210f8
[16:57:30] <jenkinsci_builds> * Kohsuke Kawaguchi: [FIXED JENKINS-5453] Added RSS string
[16:57:31] <jenkinsci_builds> * Kohsuke Kawaguchi: Added new copyWithDefaultValue method on parameter definition.  This can be used by
[16:57:31] <jenkinsci_builds> * Kohsuke Kawaguchi: marking when this was introduced
[16:57:32] <jenkinsci_builds> * Kohsuke Kawaguchi: [FIXED JENKINS-9138] Expand environment variables in fingerprint targets.
[16:57:32] <jenkinsci_builds> * Kohsuke Kawaguchi: recording 889318ae11be9bcfdc955f305cc0cb4d8fe34f07
[16:57:33] <jenkinsci_builds> * Olivier Lamy: fix link to javadoc in maven modules, archiving test javadoc test too , still need to display link to test javadoc
[16:57:33] <jenkinsci_builds> * Olivier Lamy: record fix for javadoc link
[16:57:34] <jenkinsci_builds> * Olivier Lamy: fix typo
[16:57:36] *** Lewisham has joined #jenkins
[16:57:36] *** ChanServ sets mode: +v Lewisham
[16:58:25] *** Stubbs has quit IRC
[16:59:46] <TJ__> somehow this gcovr script keeps looking for .gcda.gcno files which are never generated....
[17:01:24] *** kelan has quit IRC
[17:10:25] *** theozaurus has left #jenkins
[17:12:14] *** kensho has left #jenkins
[17:12:46] *** larrys has quit IRC
[17:13:35] *** patryk has quit IRC
[17:14:39] *** wilmoore has joined #jenkins
[17:20:58] *** mdhar has quit IRC
[17:24:09] *** Stubbs has joined #jenkins
[17:24:53] *** kenneth_reitz has joined #jenkins
[17:26:42] *** recampbell has quit IRC
[17:26:58] *** larrys has joined #jenkins
[17:26:58] *** ChanServ sets mode: +v larrys
[17:27:01] *** dotsev has quit IRC
[17:32:07] *** kelan has joined #jenkins
[17:32:15] *** proofek has quit IRC
[17:32:24] *** benmatselby has joined #jenkins
[17:34:47] *** cristiano has quit IRC
[17:41:51] *** smolyn has joined #jenkins
[17:44:06] *** _marc` has joined #jenkins
[17:49:25] *** olamy has quit IRC
[17:51:21] *** smolyn has quit IRC
[17:51:43] *** resmo has joined #jenkins
[17:53:10] *** smolyn has joined #jenkins
[17:55:21] *** Haloperidol has joined #jenkins
[17:58:47] *** stephenc has joined #jenkins
[17:58:47] *** ChanServ sets mode: +v stephenc
[18:03:57] *** proofek has joined #jenkins
[18:09:02] *** jasonb has joined #jenkins
[18:09:12] *** dhackner_ has joined #jenkins
[18:14:00] *** slaboure has quit IRC
[18:15:27] *** mando has joined #jenkins
[18:15:52] *** mando has joined #jenkins
[18:21:12] *** Weltraumschaf has quit IRC
[18:22:40] *** benmatselby has quit IRC
[18:23:37] *** sbushey has left #jenkins
[18:25:48] *** calavera has quit IRC
[18:30:32] *** real_ate has quit IRC
[18:31:56] *** magnayn has quit IRC
[18:32:29] *** richvdh has quit IRC
[18:33:22] *** stephenc has quit IRC
[18:34:55] *** Stubbs has quit IRC
[18:37:55] *** f0dder1024 has joined #jenkins
[18:40:17] *** elliot has quit IRC
[18:42:58] *** _Aeris_ has quit IRC
[18:48:33] *** elliot has joined #jenkins
[18:50:54] *** lakrus has quit IRC
[18:55:18] *** gladiatr has joined #jenkins
[19:03:53] <gladiatr> Hello.  I have inherited a hudson installation.  Apparently hudson picks a random port for node communication.  The previous sysadmin would simply modify firewall rules whenever hudson was restarted.  Where do I find information on tying this port down?
[19:04:46] <rtyler> gladiatr: you can use a hard coded port
[19:05:06] <rtyler> gladiatr: Hudson > Manange Hudson > Configure System
[19:05:08] <gladiatr> Most excellent.
[19:06:07] <gladiatr> hrm... I'm not seeing it.
[19:06:25] <gladiatr> this is version 1.367 if that makes a difference
[19:07:25] <gladiatr> on the Configure System page, that is.
[19:08:54] <rtyler> gladiatr: check the [x] Enable Security
[19:09:09] <rtyler> then there's a means to fix the port
[19:10:05] <gladiatr> rtyler, ahh.  k.  The note for that option mentions a tomcat-users.xml file with a link to a non-existent page.  Do you have a link handy?
[19:10:32] <rtyler> uh
[19:10:36] <rtyler> no?
[19:10:56] <gladiatr> hrm.
[19:11:06] * gladiatr thanks Oracle
[19:11:15] <gladiatr> oh wait
[19:11:24] <gladiatr> that's a link to the hudson site lol
[19:11:37] <prusswan> why not consider an upgrade to 1.403? you will get the jenkins link then
[19:12:14] <rtyler> WOHOO! :)
[19:12:35] *** andreasmandel has joined #jenkins
[19:13:41] *** lukem has joined #jenkins
[19:13:42] *** myusuf3 has quit IRC
[19:13:49] <gladiatr> prusswan, I would love to; however... meh.  Assume I just gave you my 5 minute rant on sloppy/inept sysadmins :)  Needless to say, that would be one of 25 things that need to be done last month
[19:14:03] <mwalling_> at least you dont have freezes
[19:14:13] <mwalling_> our IT only works 3 weeks a month
[19:15:12] <gladiatr> Indeed.  I understand that as well.  I worked for a company several years ago where nothing could be done outside a weekly 4-hour maintenance window.
[19:15:36] <prusswan> gladiatr: it is not as troublesome as you think, most of the problems are from the dependencies like the OS itself
[19:15:53] <prusswan> mwalling_: damn, i would love to be that IT :(
[19:16:33] <gladiatr> hehe
[19:18:28] *** resmo_ has quit IRC
[19:19:44] <gladiatr> well, thank you for the information.  I found the aforementioned "missing" page in java.net's svn repo, so it looks like I'm in business for the moment :)
[19:22:07] *** afex has joined #jenkins
[19:22:37] *** awb has joined #jenkins
[19:24:11] *** joewilliams_away is now known as joewilliams
[19:31:04] *** myusuf3 has joined #jenkins
[19:36:51] *** gladiatr has left #jenkins
[19:40:04] *** bmahe has joined #jenkins
[19:41:43] *** Lewisham has quit IRC
[19:42:20] *** kutzi has quit IRC
[19:42:55] *** recampbell has joined #jenkins
[19:43:38] *** pajp4711 has joined #jenkins
[19:45:02] *** kutzi has joined #jenkins
[19:45:02] *** ChanServ sets mode: +v kutzi
[19:46:11] *** pajp4711 has quit IRC
[19:46:33] *** pajp4711 has joined #jenkins
[19:47:10] *** vjuranek has joined #jenkins
[19:50:17] *** lyric_ has joined #jenkins
[19:51:08] *** andreasmandel1 has joined #jenkins
[19:51:20] <lyric_> hello, where is the configuration file of project stored?
[19:52:00] <prusswan> jobs
[19:52:34] *** DaveH has quit IRC
[19:52:57] *** andreasmandel has quit IRC
[19:53:44] *** kutzi has quit IRC
[19:56:47] <lyric_> prusswan: thanks, I found it.
[19:59:18] *** joewilliams is now known as joewilliams_away
[20:00:09] *** Tauop has quit IRC
[20:01:40] *** peepsalot has quit IRC
[20:05:00] *** awb has quit IRC
[20:05:54] <lyric_> I need to configure manually, because in my installation the drop down list for adding a build step does not work.
[20:06:45] *** peepsalot has joined #jenkins
[20:09:01] <prusswan> lyric_: unresponsive controls? using a different browser may help, in my experience
[20:09:40] <lyric_> prusswan: I use Firefox and also tried Opera, but wwithout success.
[20:10:58] *** protocol7 has joined #jenkins
[20:15:12] *** awb has joined #jenkins
[20:18:14] *** aheritier has quit IRC
[20:18:22] *** magnayn has joined #jenkins
[20:18:22] *** ChanServ sets mode: +v magnayn
[20:18:42] <bnovc> FATAL: cannot assign instance of hudson.EnvVars to field hudson.plugins.git.GitSCM$2.val$environment of type hudson.EnvVars in instance of hudson.plugins.git.GitSCM$2
[20:18:52] <bnovc> seems like in the new version of Jenkins the git plugin has quite a few bugs
[20:19:07] <bnovc> abayer: should I go through and create issues somewhere for these?
[20:19:09] <abayer> Hrm. What version of the git plugin?
[20:19:20] <bnovc> newest that it showed me. let me see
[20:19:32] <bnovc> 1.1.6
[20:20:09] <bnovc> hm, just got a 400 error from Jenkins
[20:20:24] <bnovc> lots of problems today :(
[20:20:52] <abayer> Yeah, I've been wary of the last couple releases - the submodule stuff has been problematic at best, but I don't have a good way of testing it. Definitely open bugs - ideally with as much info on recreating 'em as possible. =)
[20:21:00] *** d2m has quit IRC
[20:21:06] <bnovc> I have no idea what is causing htis
[20:21:10] <bnovc> my job is failing every time now though
[20:21:14] *** magnayn has quit IRC
[20:21:18] <bnovc> it was working fine... I hit rebuild a few times, and now it is permanently broken
[20:21:26] <abayer> Hrm.
[20:21:27] <bnovc> I guess I can attach the config for it
[20:21:33] <abayer> Yeah, feel free to scrub it.
[20:24:27] *** calavera has joined #jenkins
[20:24:42] *** kutzi has joined #jenkins
[20:24:42] *** ChanServ sets mode: +v kutzi
[20:25:15] *** Lewisham has joined #jenkins
[20:25:15] *** ChanServ sets mode: +v Lewisham
[20:26:14] <bnovc> abayer: turning off the machine it was dying on made it run
[20:26:17] <bnovc> its something machine related I guess
[20:26:28] <abayer> Hmm. If it pops up again, let me know.
[20:27:15] <bnovc> Im sure it will if I turn on that machine again
[20:29:22] <lyric_> Konqueror also does not work
[20:30:39] *** mando has quit IRC
[20:34:04] *** joshmoore has quit IRC
[20:35:48] *** d2m has joined #jenkins
[20:36:43] *** andreasmandel1 has quit IRC
[20:37:06] *** mpendas has joined #jenkins
[20:46:45] *** kenneth_reitz has quit IRC
[20:51:52] <lyric_> Does anybody use Jenkins on Linux?
[20:52:22] <rtyler> hellz yeah
[20:53:26] <lyric_> @rtyler: Does the builder step drop down list work in your browser?
[20:56:44] <lyric_> Strange, even manually editing the project config-file does not change anything.
[20:57:04] *** choas has joined #jenkins
[20:57:12] *** kenneth_reitz has joined #jenkins
[20:57:53] *** proofek has quit IRC
[20:58:58] *** calavera has quit IRC
[20:59:14] <prusswan> it sounds ridiculous, but the last time I encountered this issue, it was resolved with IE
[21:03:14] <lyric_> prusswan: really?
[21:05:04] <prusswan> yes, but unless you can access jenkins from a windows machine easily, perhaps it will be easier to just set up a new job without any plugins
[21:06:14] *** magnayn has joined #jenkins
[21:06:14] *** ChanServ sets mode: +v magnayn
[21:06:35] <lyric_> prusswan: I don't have windows and will need the plugins.
[21:07:20] <lyric_> I guess Jenkins only serves rich people like Bill :-D
[21:07:57] <lyric_> Poor people will have to do things themself, with their own hands.
[21:08:15] <prusswan> hmm my problem is that the add button for post-build actions does not respond
[21:08:33] <lyric_> let me try
[21:08:45] *** protocol7 has quit IRC
[21:09:15] *** Stubbs has joined #jenkins
[21:10:40] <lyric_> I can't ind that button.
[21:11:15] <prusswan> hmm, are you using a free-style project?
[21:11:24] *** protocol7 has joined #jenkins
[21:11:44] <lyric_> yes
[21:12:08] <prusswan> ok, the add build step button is working for me, even in opera
[21:12:33] <lyric_> I will try with Opera again
[21:14:10] <lyric_> no, the button does not appear even with Opera
[21:14:35] <prusswan> if that doesnt help, you should file a bug report detailing your operating system, plugins used and versions etc
[21:15:13] <lyric_> could you tell me your version?
[21:15:20] *** olamy has joined #jenkins
[21:15:20] *** ChanServ sets mode: +v olamy
[21:15:33] <lyric_> Yes I will have to do a new bug report again.
[21:16:13] <prusswan> im using the latest available plugins.. it's a maven2/git project deployed on both windows and unix machines, xp/7/centos to be exact
[21:16:37] <lyric_> I use Jenkins v1.403
[21:17:13] <prusswan> in your case, it could be a result of a certain combination of plugins being used. have you tried configuring a job before adding any plugins at all?
[21:17:47] *** miclorb has joined #jenkins
[21:17:51] <lyric_> No, not yet
[21:18:08] <lyric_> Okay so I will try that first
[21:18:29] <prusswan> yes, that will narrow down the suspects
[21:19:26] <lyric_> I just noticed that there are updates for two plugins.
[21:19:37] <lyric_> Iwill try to update first.
[21:20:11] *** aheritier has joined #jenkins
[21:20:11] *** ChanServ sets mode: +v aheritier
[21:20:50] <lyric_> I thought that updates were continously integrated ;-D
[21:21:37] <lyric_> Updates done, but problems not fixed.
[21:21:44] <lyric_> so I will inactivate now
[21:26:03] *** Lewisham has quit IRC
[21:26:14] *** Lewisham has joined #jenkins
[21:26:14] *** ChanServ sets mode: +v Lewisham
[21:26:16] *** kutzi has quit IRC
[21:26:57] <lyric_> Nothing to do with the plugins. It still does not work. So will do a Jenkins bug report.
[21:27:14] *** joewilliams_away is now known as joewilliams
[21:34:14] *** Lewisham has quit IRC
[21:34:17] *** Lewisham_ has joined #jenkins
[21:34:17] *** ChanServ sets mode: +v Lewisham_
[21:34:28] *** LiohAu has joined #jenkins
[21:41:21] *** _marc` has quit IRC
[21:46:47] <lyric_> Oh, I thought I had uninstalled the plugins, but they still appear as installed.
[21:47:26] <lyric_> Something is completly broken with my Jenkins.
[21:48:50] <lyric_> I will have to dismiss him,
[21:49:04] <lyric_> he causes me too much trubble.
[21:52:50] *** fishn1x has quit IRC
[21:53:50] *** kenneth_reitz has quit IRC
[21:55:32] *** kenneth_reitz has joined #jenkins
[22:00:36] *** Lewisham_ has quit IRC
[22:01:30] *** Lewisham has joined #jenkins
[22:01:30] *** ChanServ sets mode: +v Lewisham
[22:04:25] *** kelan has quit IRC
[22:04:47] *** kelan has joined #jenkins
[22:06:10] *** Lewisham has quit IRC
[22:06:32] *** lyric_ has quit IRC
[22:06:42] *** calavera has joined #jenkins
[22:09:24] *** joewilliams is now known as joewilliams_away
[22:16:30] *** miclorb has quit IRC
[22:20:58] *** miclorb_ has joined #jenkins
[22:21:35] *** hokatichenci has joined #jenkins
[22:23:17] *** protocol7 has quit IRC
[22:33:50] *** protocol7 has joined #jenkins
[22:34:22] *** k-fish has quit IRC
[22:42:38] *** kenneth_reitz has quit IRC
[22:42:47] *** selckin has quit IRC
[22:42:59] *** herque has quit IRC
[22:54:53] *** kenneth_reitz has joined #jenkins
[22:55:37] <protocol7> olamy: you wondered about the JMV version for the ubuntu hudson slave
[22:55:48] <protocol7> sorry... jenkins :-)
[22:56:00] <protocol7> java -version
[22:56:00] <protocol7> java version "1.6.0_20"
[22:56:01] <protocol7> OpenJDK Runtime Environment (IcedTea6 1.9.7) (6b20-1.9.7-0ubuntu1~10.04.1)
[22:56:01] <protocol7> OpenJDK 64-Bit Server VM (build 19.0-b09, mixed mode)
[22:56:13] *** Lewisham has joined #jenkins
[22:56:14] *** ChanServ sets mode: +v Lewisham
[22:57:00] *** kelan has quit IRC
[22:57:03] <olamy> protocol7 is there any special logs in the node ?
[22:57:19] <protocol7> what type of logs?
[22:57:20] *** kelan has joined #jenkins
[23:00:14] <olamy> should be here https://builds.apache.org/hudson/computer/ubuntu1/log
[23:00:20] <olamy> but I don't have karma
[23:01:39] <protocol7> right, nothing there before. Just restarted the slave: https://gist.github.com/885999
[23:02:56] *** miclorb_ has quit IRC
[23:04:03] *** kenneth_reitz has quit IRC
[23:13:31] *** olamy has quit IRC
[23:17:52] *** protocol7 has quit IRC
[23:18:42] *** kutzi has joined #jenkins
[23:18:42] *** ChanServ sets mode: +v kutzi
[23:20:56] *** miclorb_ has joined #jenkins
[23:20:57] *** mando has joined #jenkins
[23:30:52] *** proofek has joined #jenkins
[23:32:07] *** BrianFox_ has joined #jenkins
[23:34:39] *** BrianFox has quit IRC
[23:35:16] *** proofek has quit IRC
[23:35:31] *** Stubbs has quit IRC
[23:40:43] *** joewilliams_away is now known as joewilliams
[23:45:51] <jenkinsci_builds> Starting build 621 for job jenkins_main_trunk (previous build: SUCCESS)
[23:47:59] *** LiohAu has quit IRC
[23:49:19] *** recampbell has quit IRC
[23:50:55] *** ExtraSpice has quit IRC
[23:55:55] *** gsiaw has joined #jenkins
[23:57:20] *** gsiaw has quit IRC
[23:57:46] *** joewilliams is now known as joewilliams_away
[23:58:34] *** m4r35n357 has quit IRC

top