[00:00:48] *** charlieS has quit IRC
[00:02:31] *** hare_brain_ has joined #jenkins
[00:02:31] *** ChanServ sets mode: +o hare_brain_
[00:03:10] *** charlieS has joined #jenkins
[00:03:26] *** hare_brain has quit IRC
[00:03:26] *** hare_brain_ is now known as hare_brain
[00:03:32] *** mahmoudimus has quit IRC
[00:04:43] <autojack> if I have a build active on a slave and I mark the slave temporarily offline, will the build still finish?
[00:04:56] *** intransit has quit IRC
[00:05:25] *** cdracars is now known as zz_cdracars
[00:07:41] *** kinow has joined #jenkins
[00:07:41] *** ChanServ sets mode: +v kinow
[00:10:29] *** q0rban is now known as [q0rban]
[00:12:01] *** Networkn3rd has quit IRC
[00:13:31] <schristou> autojack: just tested with 1.565, it looks like it's still buildig
[00:13:34] <schristou> building*
[00:13:44] <autojack> thanks!
[00:13:49] <schristou> it prevents new builds only
[00:13:57] <autojack> ah well, my build finally finished anyway.
[00:21:18] *** tang^ has quit IRC
[00:21:41] *** smccarthy has quit IRC
[00:22:15] *** [q0rban] is now known as q0rban
[00:23:08] *** rhsu has joined #jenkins
[00:25:33] *** sobersocialist has quit IRC
[00:26:06] <rhsu> On the latest Jenkins (1.593), there seems to be huge page performance problems when viewing a job's page when there is a large build queue (100+). Does anyone know of a way to prevent the build queue from showing?
[00:27:04] <integer`> tfennelly, ^ ?
[00:27:18] *** integer` is now known as KostyaSha
[00:27:22] *** ChanServ sets mode: +v KostyaSha
[00:27:39] <schristou> rhsu: take a thread dump at the time
[00:27:46] <schristou> you're probably hitting a lazy loading issue
[00:28:09] <rhsu> schristou: how to do a thread dump?
[00:28:24] <KostyaSha> schristou, ui can consume browser ram
[00:28:45] <KostyaSha> rhsu, jenkins_url/threadDump
[00:28:50] <schristou> KostyaSha: true
[00:29:12] <KostyaSha> rhsu, also check what browser tab do. In chrome open task manager
[00:29:29] <KostyaSha> maybe performance is bad on your client side
[00:29:57] <abayer> That reminds me - I need to open a JIRA to let you get the pretty thread dump (with the blocking info!) from the CLI one of these days. And a JIRA to let you directly specify the CLI port without it having to go to the front page to get it, so I can get pretty thread dumps when my front page is hung. =)
[00:29:58] <KostyaSha> queue do js checks maybe it is an issue
[00:30:00] <schristou> rhsu: try maybe in another browser (firefox, IE)
[00:30:22] <schristou> abayer: the support core plugin does that iirc
[00:30:30] *** stewart has quit IRC
[00:30:32] <abayer> It's not as pretty as I want! =)
[00:30:36] <schristou> :D
[00:30:37] <abayer> At least not last I looked.
[00:30:43] <abayer> You know me - I love my blocked by info.
[00:31:01] <abayer> Actually, yeah, I should do a PR to the support-core plugin to add the blocked info.
[00:31:19] <KostyaSha> abayer, do you maintain "rebuild" plugin?
[00:31:29] <rhsu> schristou: i've tried loading in firefox and chrome and both get hung up pretty bad. this is on a machine with pretty good specs (16GB RAM). So I currently have the page open and it's consuming 101% CPU for the last minute.
[00:31:30] <abayer> Nope. I think the Sony Ericsson people do.
[00:31:49] <KostyaSha> abayer, about what plugins can i kick you?)
[00:31:54] <KostyaSha> just ot know :P
[00:32:01] <abayer> …uhoh. =)
[00:32:19] <schristou> rhsu: are all pages impacted?
[00:32:19] <abayer> Throttle Concurrent, though I haven't done much there in a while. jclouds plugin. Um…not sure what else these days.
[00:32:43] <KostyaSha> for throttle i have oleg :)
[00:32:44] <abayer> Oh yes. =)
[00:33:08] <KostyaSha> abayer, throttle need only fix job configuration
[00:33:11] <rhsu> schristou: not all pages are impacted. the only one that is impacted is the one that has 140 items in the build queue.
[00:33:12] <abayer> Day to day, I don't really do much with plugins these days.
[00:33:33] <KostyaSha> it should have OR selector, either job based configuration either part of globally defined
[00:33:34] *** hobodave has quit IRC
[00:33:43] <abayer> Yeah, a coworker hit an issue of some sort with the throttling on matrix jobs too - not sure what's going on there. But the main thing is that shitty UI. Which I take *complete* responsibility for.
[00:34:13] <KostyaSha> weeeeeb :E
[00:34:43] <KostyaSha> rhsu, you can also check chrome->developer tools -> Network tab
[00:34:55] <KostyaSha> rhsu, check JS requests and their time
[00:37:16] <KostyaSha> abayer, either i don't understand plugin configuration :D
[00:38:00] <abayer> =)
[00:38:42] <jenkins-admin> Forking diskcheck-plugin
[00:39:30] <KostyaSha> abayer, why diskspace-usage is not enough?
[00:39:44] <KostyaSha> abayer, it was rewritten by lvotypka
[00:40:18] <KostyaSha> <dependency> mongo :D
[00:40:23] <abayer> Because last I looked it was a steaming pile of hell that crashed all the things. =)
[00:40:41] <abayer> jenkins-admin: make mthak a committer
[00:40:51] <jenkins-admin> Added mthak as a GitHub committer
[00:41:33] <rhsu> schristou: page assets load pretty fast. i think it's a javascript thing because i noticed in firefox it popped up a message saying that hudson_behavior.js and prototype.js was not responding
[00:41:49] <KostyaSha> abayer, fix? ;)
[00:42:27] <abayer> I didn't write it! My coworker did! =)
[00:42:28] <KostyaSha> abayer, what a trash it is?
[00:42:41] <schristou> yeah I just saw that too
[00:42:48] <KostyaSha> abayer, does he know about groovy?
[00:42:55] <abayer> not enough, apparently. =)
[00:43:18] <KostyaSha> abayer, "About build step."
[00:43:36] <abayer> Augh *that* plugin.
[00:43:45] <abayer> It's so damned chatty and ugly.
[00:43:57] *** intransit has joined #jenkins
[00:44:23] <abayer> ha. Also just noticed that my coworker is a curly brace on next line guy.
[00:44:25] *** michaelneale has quit IRC
[00:44:30] *** source47 has joined #jenkins
[00:45:25] <KostyaSha> abayer, i mean why not create this single case using groovy instead of doing crappy plugin?
[00:46:06] <abayer> The disk check plugin? What it's trying to deal with is our slaves running out of space for a git clone - i.e., we need to do things before the build even gets to the SCM point.
[00:46:15] <abayer> I'm kinda hands off on it. =)
[00:46:21] <KostyaSha> abayer, System.out.println() really?
[00:46:42] <abayer> haha
[00:46:47] <abayer> I haven't even looked, honestly.
[00:47:51] <abayer> Now I can't remember how to go to jenkins log (rather than build log) from a build wrapper. ha.
[00:48:11] <KostyaSha> listener.print()?
[00:48:21] <abayer> Ah, right. The listener.log always confuses me.
[00:48:57] <rhsu> schristou: also, i found that if i click the minus (-) button next to "build history" and reload the page with it hidden, everything loads very fast
[00:48:58] <KostyaSha> abayer, prescm+groovy can replace this functionality ;)
[00:49:15] <abayer> Actually, pre-scm + shell script can do it. =)
[00:49:26] <KostyaSha> abayer, probably execute shell can work on slave and success with df -h ./
[00:49:35] <KostyaSha> abayer, ;)
[00:49:56] <schristou> rhsu: it might be because each of those have a loading bar which is refreshed every few seconds.
[00:49:59] <abayer> Reminds me that I need to open another JIRA and PR to add the slave Jenkins root to the env vars in shell steps etc...
[00:50:11] <KostyaSha> abayer, so i like powerfull construtctor. Groovy in every step can resolve any tricks you want :)
[00:50:19] <abayer> heehee
[00:50:36] <KostyaSha> abayer, $WORKSPACE/../ ?)
[00:50:56] <KostyaSha> if workspace is not hardcoded
[00:50:56] <abayer> Generally, but not always works. Sometimes there's symlink crap. And matrix builds throw that off.
[00:51:43] <KostyaSha> abayer, you can do another trick :) run 'System groovy script" it can access slave configuration, then inject this var in build
[00:51:56] <KostyaSha> i can show how i'm reloading from groovy input parameters
[00:52:14] <abayer> Yeah, but I want it available generally. =)
[00:52:56] <KostyaSha> abayer, lazy :P
[00:53:11] <KostyaSha> abayer, afair you can specify variable for slave
[00:53:13] <abayer> listener's not the right way to get to the Jenkins log - that's just build log. Time to dig at examples!
[00:53:35] <abayer> KostyaSha: I know, I know - I've worked around it. I just think it'd be a useful env var to add, and it's not like there's a real cost to having one more env var. =)
[00:53:42] <KostyaSha> abayer, what log do you want?
[00:53:52] <KostyaSha> just create Logger and print to it
[00:53:56] <abayer> jenkins.log. I'm assuming that's what he's doing with println.
[00:53:58] <abayer> Oh duh yeah.
[00:54:09] <KostyaSha> then if you need catch it add plugin packages to System logger
[00:54:44] <KostyaSha> private static final Logger logger = Logger.getLogger(YOURCLASS.class.getName());
[00:55:08] <abayer> Yup yup. I just forgot that there wasn't a different way to do it - I'm working in too many frameworks these days. =)
[00:55:12] <KostyaSha> then use logger.log(Level, "message {0}", stringObject);
[00:55:28] <KostyaSha> this logger is plain java logger :P
[00:55:46] <abayer> I'm mainly in Grails when I'm hacking JVM services these days. =)
[00:56:07] *** mspiegle has quit IRC
[00:56:39] <KostyaSha> abayer, btw do you have any example of HighLoad application written in grails?
[00:56:49] <abayer> How high a load are we talking about?
[00:57:05] <KostyaSha> i had holywar about ruby rails vs java basedframeworks
[00:57:14] <abayer> heheh
[00:57:24] *** olamy has quit IRC
[00:57:42] *** Cervator has joined #jenkins
[00:57:54] *** konishi has joined #jenkins
[00:58:09] <KostyaSha> abayer, rails had excellent idea of "easy" web development and there are some large rails based applcation. Grails appeared later...
[00:58:42] <schristou> KostyaSha: probably easier to just do a pull request
[00:58:43] <abayer> Yeah. I don't know - I use it because it's Groovy and an easy framework for someone with no web skills like me. =)
[00:59:00] *** kinow has quit IRC
[00:59:08] *** tfennelly has quit IRC
[00:59:12] <KostyaSha> schristou, sorry lost context :)
[00:59:20] <schristou> the diskcheck plugin
[00:59:40] <KostyaSha> schristou, with removal?) i will better kick abayer that added this to jenkinsci repo
[00:59:54] <abayer> hahahahahaha
[01:00:05] <abayer> I emailed my coworker and relayed concerns. =)
[01:01:03] <schristou> lol, it's ok. could just do build.getWorkspace().deleteContents();
[01:01:15] <abayer> hahaha
[01:01:24] <KostyaSha> from groovy step ;D
[01:02:02] <KostyaSha> or one line in shell...
[01:03:30] *** talios has quit IRC
[01:04:10] *** villav has quit IRC
[01:04:44] *** mspiegle has joined #jenkins
[01:07:53] *** rokka has quit IRC
[01:09:35] <abayer> schristou: Ah, the support core's better than I thought it was - I think. I need to look at better examples of what it actualy looks like when there's a blocked on happening...
[01:10:00] <schristou> yeah it was something I put in not to long ago
[01:10:02] *** jabroney1 has quit IRC
[01:10:06] <schristou> like the actual locked threads
[01:10:28] <abayer> Yeah. I h aven't upgraded in a while - I'll do so.
[01:11:18] <KostyaSha> abayer, do you work in cloudera?
[01:11:23] <abayer> Yup.
[01:12:23] <KostyaSha> abayer, hadoop, weird versioning and installation... right?)
[01:12:35] <abayer> Weird versioning?
[01:12:56] <KostyaSha> new version is not newer for version comparison
[01:12:58] *** Ravine has quit IRC
[01:13:09] <abayer> Example? =)
[01:13:12] *** intransit has quit IRC
[01:13:22] <KostyaSha> forgot details but my friend blamed a lot :D
[01:13:33] <abayer> Maven versions or package versions?
[01:13:33] <KostyaSha> maybe it already resolved
[01:13:46] <abayer> 'cos yeah, the package versions were just retarded for the longest time.
[01:14:32] *** drulli has quit IRC
[01:14:33] <abayer> They're still fairly nutty, but at least now they've got the CDH release in the version, along with the upstream version and the stupid "patch count" (i.e., number of commits since upstream release) - the last of which is what hosed version comparison.
[01:16:13] *** warpx has joined #jenkins
[01:17:13] <KostyaSha> abayer, btw i can suggest try diskusage plugin again and do feature request if you need something about spaces
[01:17:34] <KostyaSha> abayer, having one good plugin is better then 1k bad
[01:17:53] <abayer> The problem we had with the disk usage plugin is that it started locking up Jenkins due to all the background threads, and the waiting at the end of a build for it to complete - it just didn't work for us.
[01:18:36] <KostyaSha> abayer, it can run on cron bases
[01:18:54] <abayer> Which still locked things up for us, and wouldn't help us here where we need it to be up to date. =)
[01:20:49] <KostyaSha> abayer, don't shy open feature request ;)
[01:20:50] *** warpx has quit IRC
[01:21:08] <abayer> Pretty sure that rework is what made it not work for us. =)
[01:21:23] <abayer> It really is at this point an architectural thing - it just didn't scale for our number of jobs and our workspace sizes.
[01:21:26] *** schristou has left #jenkins
[01:21:56] <KostyaSha> abayer, do you know what size of jenkins is used by lvotypko?
[01:22:06] <abayer> No idea. I just know it didn't work for us. *shrug*
[01:22:26] *** rokka has joined #jenkins
[01:30:06] *** Mkop has joined #jenkins
[01:32:32] *** upene has quit IRC
[01:35:03] <abayer> …that'd be nice, yeah. =)
[01:36:16] <KostyaSha> abayer, because now this configuration kills my logic)
[01:36:31] <abayer> YEah, I never figured out how to get that to render right.
[01:36:33] <KostyaSha> how it can work as part of global and have single..
[01:37:14] <abayer> There was some reason it didn't work for me, but it's been like 4 years, so. =)
[01:37:28] <KostyaSha> wow, time to fix :D
[01:40:34] *** zz_cdracars is now known as cdracars
[01:43:22] <KostyaSha> gn
[01:43:29] <abayer> night night. =)
[01:48:23] *** otter768 has joined #jenkins
[01:48:46] *** Mkop has quit IRC
[01:49:46] *** pedahzur has quit IRC
[01:52:37] *** otter768 has quit IRC
[01:53:03] *** Mkop has joined #jenkins
[01:57:24] *** mahmoudimus has joined #jenkins
[02:02:52] *** mahmoudimus has quit IRC
[02:06:52] *** talios has joined #jenkins
[02:08:11] *** mahmoudimus has joined #jenkins
[02:12:54] *** mahmoudimus_ has joined #jenkins
[02:13:15] *** hare_brain has quit IRC
[02:13:30] *** mahmoudimus has quit IRC
[02:13:58]
<rhsu> schristou, KostyaSha: it looks like the performance problems i am seeing on pages with large build queues are quite possibly related to paint/repaint issues. see http://i.imgur.com/Rr29SnU.png
[02:18:36] *** mahmoudimus_ has quit IRC
[02:19:20] *** michaelneale has joined #jenkins
[02:19:31] *** mahmoudimus has joined #jenkins
[02:21:30] *** rpetti has quit IRC
[02:21:46] *** rpetti has joined #jenkins
[02:21:46] *** ChanServ sets mode: +v rpetti
[02:28:31] <michaelneale> one does not simply rm -rf
[02:29:39] *** ocnam has quit IRC
[02:29:47] *** blizzow has quit IRC
[02:31:25] <rtyler> michaelneale: add `sudo`
[02:31:27] * rtyler ducks
[02:31:51] <michaelneale> sudo rm -rf $WERKSPACE/
[02:31:53] <michaelneale> oops typo
[02:31:54] <michaelneale> SORRY
[02:34:32]
<rhsu> hi all, i'm trying to report a bug that has to do with the job page (http://<jenkins-server>/job/<my job>) on the Jenkins UI. what component should i file this under, there are hundreds!
[02:35:02] *** deny[all]_ has joined #jenkins
[02:35:05] <michaelneale> but yes, the current diskspace-usage has bit me quite a few times
[02:35:14] *** deny[all] has quit IRC
[02:35:21] *** source47 has quit IRC
[02:35:52] <abayer> michaelneale: reassuing to know it's not just me.
[02:35:54] *** source47 has joined #jenkins
[02:36:27] <michaelneale> it gets rather bad with large sizes, and especially spinning metal
[02:36:48] <michaelneale> but I have some where even a simple du can hit the load average (doesnt' really do damage - but trips monitoring all over)
[02:36:56] <michaelneale> faster disks would be nice
[02:37:31] <michaelneale> but it seems to trigger all sorts of flushing of disk caches for what is basically old data (I gather the old plugin tried to store stats so it didn't recalculate? never really looked at how it worked)
[02:37:41] <rhsu> nevermind, submitted to "core"
[02:41:22] *** jabroney has joined #jenkins
[02:46:37] *** rhsu has quit IRC
[02:48:48] *** lyonplus has joined #jenkins
[02:49:32] *** thehar has joined #jenkins
[02:51:54] *** source47 has joined #jenkins
[02:52:03] *** ikeike443 has joined #jenkins
[02:56:31] *** Mkop has quit IRC
[02:57:35] *** source47_ has joined #jenkins
[02:57:36] *** source47 has quit IRC
[03:03:48] *** fandi has quit IRC
[03:04:58] *** warpx has joined #jenkins
[03:09:43] *** warpx has quit IRC
[03:14:35] *** mspiegle has quit IRC
[03:17:42] *** abayer has quit IRC
[03:20:55] *** thomasvandoren has quit IRC
[03:21:17] *** source47_ has quit IRC
[03:21:52] *** source47 has joined #jenkins
[03:26:34] *** smccarthy has joined #jenkins
[03:31:05] *** tfennelly has joined #jenkins
[03:34:39] *** lyonplus has quit IRC
[03:35:25] *** tfennelly has quit IRC
[03:36:16] *** intransit has joined #jenkins
[03:48:06] *** Mkop has joined #jenkins
[03:49:15] *** otter768 has joined #jenkins
[03:53:40] *** Mkop1 has joined #jenkins
[03:53:46] *** hobodave has joined #jenkins
[03:54:04] *** otter768 has quit IRC
[03:55:42] *** Mkop has quit IRC
[03:59:28] *** mahmoudimus has quit IRC
[03:59:50] *** villav has joined #jenkins
[04:09:04] *** olamy has joined #jenkins
[04:09:05] *** ChanServ sets mode: +v olamy
[04:12:57] *** jabroney has quit IRC
[04:15:09] *** cdracars is now known as zz_cdracars
[04:16:05] *** zz_cdracars is now known as cdracars
[04:16:48] *** phutchins has quit IRC
[04:20:52] *** nwang has joined #jenkins
[04:21:00] *** mspiegle has joined #jenkins
[04:21:13] *** mspiegle has quit IRC
[04:21:54] *** danylevskyi_ has joined #jenkins
[04:23:17] *** deg has quit IRC
[04:24:58] *** fandi has joined #jenkins
[04:26:57] *** nwang has quit IRC
[04:36:04] *** villav has quit IRC
[04:37:03] *** kepioo has joined #jenkins
[04:45:15] *** roger_rabbit has quit IRC
[04:46:02] *** rbowlby has quit IRC
[04:50:05] *** thomi has quit IRC
[04:51:59] *** hare_brain has joined #jenkins
[04:52:00] *** ChanServ sets mode: +o hare_brain
[04:52:50] *** kpease has quit IRC
[04:53:45] *** warpx has joined #jenkins
[04:58:45] *** warpx has quit IRC
[04:59:37] *** deg has joined #jenkins
[05:00:01] *** talluri has joined #jenkins
[05:01:09] *** michaelneale_ has joined #jenkins
[05:04:33] *** michaelneale has quit IRC
[05:10:00] *** talluri has quit IRC
[05:11:30] *** talluri has joined #jenkins
[05:14:52] *** thehar has quit IRC
[05:15:54] *** mattyb has quit IRC
[05:16:13] *** mattyb has joined #jenkins
[05:16:30] *** thehar has joined #jenkins
[05:18:14] *** torrancew has quit IRC
[05:19:39] *** tfennelly has joined #jenkins
[05:23:58] *** tfennelly has quit IRC
[05:24:23] *** mattyb has quit IRC
[05:24:34] *** mattyb has joined #jenkins
[05:32:19] *** talios has quit IRC
[05:42:08] *** diogogmt has quit IRC
[05:43:51] *** intransit has quit IRC
[05:44:12] *** yena has joined #jenkins
[05:46:18] *** hare_brain has quit IRC
[05:48:16] *** kepioo has quit IRC
[05:48:33] *** Creeture has joined #jenkins
[05:50:10] *** otter768 has joined #jenkins
[05:51:16] *** Creeture has quit IRC
[05:51:35] *** Creeture has joined #jenkins
[05:54:52] *** otter768 has quit IRC
[05:56:49] *** smccarthy has quit IRC
[05:57:33] *** Creeture has quit IRC
[06:00:07] *** kepioo has joined #jenkins
[06:00:31] *** WaRLoRD786 has joined #jenkins
[06:07:32] *** wenlock has joined #jenkins
[06:12:24] *** xiaoli has joined #jenkins
[06:21:33] *** kepioo has quit IRC
[06:21:59] *** kepioo has joined #jenkins
[06:22:52] *** Mkop1 has quit IRC
[06:26:42] *** konishi has quit IRC
[06:26:54] *** kepioo has quit IRC
[06:28:13] *** talios has joined #jenkins
[06:28:14] *** wenlock has quit IRC
[06:30:47] *** olamy has quit IRC
[06:34:12] *** mahmoudimus has joined #jenkins
[06:34:23] *** hare_brain has joined #jenkins
[06:34:23] *** ChanServ sets mode: +o hare_brain
[06:36:59] *** konishi has joined #jenkins
[06:41:11] *** olamy has joined #jenkins
[06:41:11] *** ChanServ sets mode: +v olamy
[06:42:34] *** warpx has joined #jenkins
[06:45:13] *** instence_ has joined #jenkins
[06:46:21] *** rbowlby has joined #jenkins
[06:47:18] *** warpx has quit IRC
[06:47:23] *** instence has quit IRC
[06:50:11] *** talluri has quit IRC
[06:50:28] *** talluri has joined #jenkins
[06:57:56] *** nwang has joined #jenkins
[07:02:19] *** mahmoudimus has quit IRC
[07:04:44] *** andreasmandel has joined #jenkins
[07:04:47] *** le4fy has joined #jenkins
[07:08:06] *** olamy has quit IRC
[07:14:39] *** torrancew has joined #jenkins
[07:15:07] *** akostadinov has joined #jenkins
[07:19:16] *** Keridos_off has quit IRC
[07:21:42] *** mahmoudimus has joined #jenkins
[07:24:31] *** andreasmandel has quit IRC
[07:24:58] *** Keridos_off has joined #jenkins
[07:26:47] *** andreasmandel has joined #jenkins
[07:35:17] *** mk has joined #jenkins
[07:51:00] *** otter768 has joined #jenkins
[07:53:25] *** Cervator has quit IRC
[07:55:55] *** otter768 has quit IRC
[07:58:59] *** rbowlby has quit IRC
[08:04:43] *** andreasmandel has quit IRC
[08:08:18] *** rbowlby has joined #jenkins
[08:08:25] *** msrb has joined #jenkins
[08:13:59] *** le4fy has quit IRC
[08:16:37] *** pjanouse has joined #jenkins
[08:18:14] *** mahmoudimus has quit IRC
[08:21:05] *** michaelneale_ has quit IRC
[08:22:07] *** fabrice31 has joined #jenkins
[08:31:20] *** tfennelly has joined #jenkins
[08:31:25] *** warpx has joined #jenkins
[08:34:54] *** vjuranek has joined #jenkins
[08:34:54] *** vjuranek has joined #jenkins
[08:34:54] *** ChanServ sets mode: +v vjuranek
[08:35:54] *** warpx has quit IRC
[08:43:37] *** KostyaSha has quit IRC
[08:44:23] *** whimboo has joined #jenkins
[08:44:25] *** hare_brain has quit IRC
[08:47:22] *** fabrice31 has quit IRC
[08:47:50] *** fabrice31_ has joined #jenkins
[08:48:25] *** KostyaSha has joined #jenkins
[08:50:50] *** rbowlby has quit IRC
[08:51:09] *** whimboo has quit IRC
[08:57:08] *** rbowlby has joined #jenkins
[09:00:33] *** seschwar has joined #jenkins
[09:02:33] *** rbowlby has quit IRC
[09:03:59] *** praveenkumar has quit IRC
[09:08:31] *** papajulio has joined #jenkins
[09:14:17] *** ogondza has joined #jenkins
[09:14:20] *** ChanServ sets mode: +v ogondza
[09:14:44] *** patryk__ has joined #jenkins
[09:15:44] *** mahmoudimus has joined #jenkins
[09:18:12] *** WaRLoRD786 has quit IRC
[09:20:52] *** mahmoudimus has quit IRC
[09:21:21] *** ShotgunKlaus has joined #jenkins
[09:22:25] *** rbowlby has joined #jenkins
[09:25:13] *** St_Marx has quit IRC
[09:33:31] *** St_Marx has joined #jenkins
[09:38:52] *** tfennelly has quit IRC
[09:44:01] *** sietse has joined #jenkins
[09:49:45] *** gadams has quit IRC
[09:51:36] *** warpx has joined #jenkins
[09:51:57] *** otter768 has joined #jenkins
[09:52:04] *** gadams has joined #jenkins
[09:54:02] *** dcaro has joined #jenkins
[09:55:21] *** source47 has joined #jenkins
[09:56:57] *** otter768 has quit IRC
[10:02:35] *** michaelneale has joined #jenkins
[10:06:50] *** mcupak has joined #jenkins
[10:10:49] *** kez_ has joined #jenkins
[10:16:43] *** mahmoudimus has joined #jenkins
[10:17:09] *** yasu_ has joined #jenkins
[10:18:42] *** sifalt has quit IRC
[10:20:08] *** sifalt has joined #jenkins
[10:20:45] *** mahmoudimus has quit IRC
[10:22:52] *** rbowlby has quit IRC
[10:23:10] *** rbowlby has joined #jenkins
[10:23:17] *** bviktor has joined #jenkins
[10:23:34] <bviktor> am i the only one who can't log into jira? i even tried to reset my pw but still won't let me in with the temp pw
[10:27:59] *** sifalt has quit IRC
[10:28:47] *** sifalt has joined #jenkins
[10:32:01] *** pjanouse is now known as pjanouse|mtg
[10:33:06] *** davehunt has joined #jenkins
[10:33:53] *** stewart has joined #jenkins
[10:33:55] *** michaelneale has quit IRC
[10:35:02] *** jenkins-builds has quit IRC
[10:36:32] *** jenkins-builds has joined #jenkins
[10:36:33] *** ChanServ sets mode: +o jenkins-builds
[10:37:09] *** St_Marx has quit IRC
[10:37:41] *** rbowlby has quit IRC
[10:38:24] *** praveenkumar has joined #jenkins
[10:39:00] *** praveenkumar has joined #jenkins
[10:39:17] *** sifalt has quit IRC
[10:39:54] *** sifalt has joined #jenkins
[10:39:57] *** St_Marx has joined #jenkins
[10:54:15] *** nwang has quit IRC
[10:57:52] *** olamy has joined #jenkins
[10:57:53] *** ChanServ sets mode: +v olamy
[10:58:17] *** tfennelly has joined #jenkins
[10:59:20] *** linuser_ has quit IRC
[11:02:54] *** olamy has quit IRC
[11:05:35] *** linuser has joined #jenkins
[11:07:59] *** olamy has joined #jenkins
[11:08:00] *** ChanServ sets mode: +v olamy
[11:10:07] *** le4fy has joined #jenkins
[11:10:58] *** vtunka has joined #jenkins
[11:12:13] *** konishi has quit IRC
[11:12:14] *** dcaro is now known as dcaro|mtg
[11:14:14] *** rbowlby has joined #jenkins
[11:14:24] *** warpx has quit IRC
[11:14:47] *** le4fy has quit IRC
[11:20:41] *** deanclkclk_ has quit IRC
[11:23:13] *** tsunamie has joined #jenkins
[11:23:30] <tsunamie> Hey there, how do I find the latest LTS version of Jenkins for ubuntu?
[11:24:19] <tsunamie> or is the version uploaded to the reposity only ever the lts one when performing a sudo apt-get install jenkins"
[11:27:41] *** michaelneale has joined #jenkins
[11:28:22] *** rbowlby has quit IRC
[11:29:31] <bviktor> wat?
[11:31:27] <bviktor> apt-get install jenkins, then later on apt-get upgrade
[11:35:23] *** iamstuck has joined #jenkins
[11:36:46] <iamstuck> Hi. I tried to install xvfb plugin via web interface - jenkins was stuck for more than 30 minutes after that. I tried to restart jenkins job but the web interface is still not coming back. In the log last message is "INFO: Augmented all extensions"
[11:36:51] <iamstuck> can somebody help ?
[11:38:02] <iamstuck> Another thing I have tried is... I removed xvfb from plugins directory (the jpi file and the folder) - and I have also updated the WAR file (restarted) and still it does not work
[11:38:03] *** olamy has quit IRC
[11:38:22] *** olamy has joined #jenkins
[11:38:22] *** ChanServ sets mode: +v olamy
[11:40:56] *** csanchez has joined #jenkins
[11:44:24] *** olamy has quit IRC
[11:45:44] *** ldnunes has joined #jenkins
[11:46:14] <KostyaSha> vjuranek, hi, do you know whether janinko i still active?
[11:46:25] <KostyaSha> *is
[11:47:17] *** olamy has joined #jenkins
[11:47:18] *** ChanServ sets mode: +v olamy
[11:50:32] <vjuranek> KostyaSha: don't know, will try to find out
[11:51:44] <KostyaSha> vjuranek, i'm working on changing ghprb-plugin will be glad to see initial author with good java skills :)
[11:52:52] *** otter768 has joined #jenkins
[11:57:09] *** otter768 has quit IRC
[11:57:38] *** KostyaSha has quit IRC
[11:58:31] *** bviktor_ has joined #jenkins
[11:59:07] *** deny[all]_ has quit IRC
[12:01:29] *** bviktor has quit IRC
[12:02:14] *** michaelneale has quit IRC
[12:06:59] *** talluri has quit IRC
[12:08:56] *** talluri has joined #jenkins
[12:11:50] *** talios has quit IRC
[12:16:53] *** necrogami has quit IRC
[12:17:15] *** mika has quit IRC
[12:19:07] *** mika has joined #jenkins
[12:20:30] *** fabrice31_ has quit IRC
[12:22:07] *** fabrice31 has joined #jenkins
[12:22:37] *** necrogami has joined #jenkins
[12:22:37] *** elyssonmr has joined #jenkins
[12:23:22] *** necrogami has quit IRC
[12:23:23] *** necrogami has joined #jenkins
[12:24:25] *** lyrch has joined #jenkins
[12:26:18] *** fabrice31 has quit IRC
[12:26:25] *** jthurne has joined #jenkins
[12:27:26] *** drulli has joined #jenkins
[12:27:42] *** ChanServ sets mode: +v drulli
[12:29:15] *** lyrch has quit IRC
[12:29:39] *** St_Marx has quit IRC
[12:30:01] *** lyrch has joined #jenkins
[12:30:10] *** St_Marx has joined #jenkins
[12:32:33] *** lyrch has quit IRC
[12:32:49] *** lyrch has joined #jenkins
[12:36:54] *** vtunka has quit IRC
[12:37:23] *** stewart has quit IRC
[12:38:26] *** iamstuck has quit IRC
[12:39:31] *** KostyaSha has joined #jenkins
[12:42:57] *** seschwar has quit IRC
[12:43:34] *** integer` has joined #jenkins
[12:44:04] *** seschwar has joined #jenkins
[12:44:23] *** olamy has quit IRC
[12:45:32] *** nifr has joined #jenkins
[12:45:57] *** kinow has joined #jenkins
[12:45:58] *** ChanServ sets mode: +v kinow
[12:46:16] *** KostyaSha has quit IRC
[12:49:39] *** pjanouse|mtg is now known as pjanouse
[12:53:16] *** source47 has quit IRC
[12:53:35] *** fabrice31 has joined #jenkins
[12:53:43] *** fabrice31 has joined #jenkins
[12:54:27] *** fandi has quit IRC
[12:55:14] *** integer` is now known as KostyaSha
[12:55:17] *** ChanServ sets mode: +v KostyaSha
[12:55:23] *** talluri has quit IRC
[12:57:43] *** Mkop1 has joined #jenkins
[12:57:48] *** mk has quit IRC
[12:57:52] *** wdj has joined #jenkins
[13:00:54] *** lazerlightning has joined #jenkins
[13:03:20] <lazerlightning> Jenkins ver. 1.568
[13:07:48] <kinow> hey lazerlightning, never had an issue like that. But my guess would be incompatibility between your jenkins version (which is behind LTS I think) and one or more plug-ins
[13:13:20] *** deny[all]_ has joined #jenkins
[13:14:33] <lazerlightning> thanks kinow i will give a try to change some of the plugins... updating the jenkins in my setup is a bit of a pain (but i might have todo that as a last resort)
[13:15:00] <lazerlightning> if anyone else has any ideas please let me know
[13:15:24] <kinow> lazerlightning: if you installed plugins recently, you probably had some message like "This plug-in was developed for jenkins v.000 and you may have trouble blabla"
[13:15:53] *** vg2anj has joined #jenkins
[13:16:06] *** sarri has quit IRC
[13:16:07] *** vg2anj has left #jenkins
[13:16:55] *** deny[all]_ has quit IRC
[13:17:22] *** dcaro|mtg is now known as dcaro
[13:18:33] *** sarri has joined #jenkins
[13:20:44] *** ikeike443 has quit IRC
[13:22:43] *** davehunt has quit IRC
[13:22:50] *** deny[all]_ has joined #jenkins
[13:26:54] *** deny[all]_ has joined #jenkins
[13:27:19] *** nifr has quit IRC
[13:27:42] *** deny[all]_ has quit IRC
[13:28:10] *** deny[all]_ has joined #jenkins
[13:34:20] <lazerlightning> kinow: i didnt mention that sometimes these builds do work... it seems to be random atm. I have tried things like wiping the workspace or restarting the slave machine. building in different order... sometimes they work sometimes they dont.
[13:35:01] <kinow> well, now that's weird lazerlightning
[13:35:28] <kinow> until someone else comments on this, I think the best thing to do is try to isolate the problem and be able to always reproduce it :/
[13:36:08] *** ogondza has quit IRC
[13:37:49] *** ogondza has joined #jenkins
[13:37:50] *** ChanServ sets mode: +v ogondza
[13:38:14] *** Creeture has joined #jenkins
[13:40:48] <lazerlightning> kinow: totally agree, have been trying for 3 hours :), will continue. Working on downgrading some plugins atm
[13:41:09] *** Creeture has quit IRC
[13:41:11] <kinow> good luck lazerlightning
[13:41:13] <kinow> :)
[13:41:28] *** Creeture has joined #jenkins
[13:41:30] *** source47 has joined #jenkins
[13:53:39] *** deanclkclk has joined #jenkins
[13:53:41] *** otter768 has joined #jenkins
[13:56:15] *** talluri has joined #jenkins
[13:58:38] *** otter768 has quit IRC
[14:00:38] *** kez_ has quit IRC
[14:01:09] *** talluri has quit IRC
[14:02:22] *** talluri has joined #jenkins
[14:02:51] *** CyberDuck has joined #jenkins
[14:02:52] *** mmars has joined #jenkins
[14:12:17] *** vtunka has joined #jenkins
[14:13:35] *** bviktor_ has quit IRC
[14:15:17] *** davehunt has joined #jenkins
[14:15:21] *** deny[all]_ is now known as deny[all]
[14:17:09] *** Creeture has quit IRC
[14:18:15] *** dcaro is now known as dcaro|lunch
[14:19:57] *** Creeture has joined #jenkins
[14:24:18] *** Creeture has quit IRC
[14:27:01] *** mmars has quit IRC
[14:28:58] <lazerlightning> kinow: so i downgraded the mailer plugin and that seems to have done the trick... will see over the next few days
[14:31:15] *** yasu_ has quit IRC
[14:36:41] *** Mkop1 has quit IRC
[14:39:41] <jenkins-builds> Starting build #3862 for job jenkins_main_trunk (previous build: SUCCESS)
[14:40:56] *** phutchins has joined #jenkins
[14:42:12] *** kez_ has joined #jenkins
[14:49:42] *** ulrichard has joined #jenkins
[14:51:35] *** mbacchi has joined #jenkins
[14:55:41] *** sobersocialist has joined #jenkins
[14:56:54] *** villav has joined #jenkins
[14:59:14] *** csanchez has quit IRC
[14:59:14] *** cdracars is now known as zz_cdracars
[14:59:42] *** mmars has joined #jenkins
[15:05:31] *** talluri has quit IRC
[15:07:27] *** lazerlightning has quit IRC
[15:08:31] *** mhayden has joined #jenkins
[15:09:43] <mhayden> it seems like it might be looking for some elliptic curve code?
[15:09:44] *** kpease has joined #jenkins
[15:09:58] <mhayden> i'm running OpenJDK 1.8.0 and sunec.jar is present
[15:15:03] *** themurph has joined #jenkins
[15:17:05] *** kpease_ has joined #jenkins
[15:17:57] *** tisto has joined #jenkins
[15:18:56] *** themurph_ has joined #jenkins
[15:20:13] *** kpease has quit IRC
[15:20:30] *** unreal4u has joined #jenkins
[15:20:36] *** themurph has quit IRC
[15:21:13] *** kpease_ is now known as kpease
[15:21:37] *** ikeike443 has joined #jenkins
[15:23:47] *** kpease is now known as kpease_
[15:25:55] *** ikeike443 has quit IRC
[15:26:21] *** source47 has quit IRC
[15:28:57] *** smccarthy has joined #jenkins
[15:30:40] *** source47 has joined #jenkins
[15:31:20] *** mika has quit IRC
[15:32:17] *** mika has joined #jenkins
[15:36:21] *** praveenkumar has quit IRC
[15:37:56] *** dcaro|lunch is now known as dcaro
[15:38:43] *** mspiegle has joined #jenkins
[15:38:49] *** kpease_ is now known as kpease
[15:39:28] <jenkins-builds> tom.fennelly: Tweaked build history col width defaults
[15:41:08] *** kez_ has quit IRC
[15:42:52] *** hare_brain has joined #jenkins
[15:42:53] *** ChanServ sets mode: +o hare_brain
[15:43:25] *** Cervator has joined #jenkins
[15:44:39] *** linuxboytoo has joined #jenkins
[15:44:45] *** kpease has quit IRC
[15:45:42] <unreal4u> Hi, does anyone know whether there is a plugin that can retrieve log files from remote servers (I could do that eventually with the Publish Over SSH plugin) and parse them for (new) errors? I'm already familiar with the Log Parser Plugin which I pretend to use but it doesn't take into account the last time a log file was checked, which is kind of the only problem I'm facing
[15:47:43] *** villav has quit IRC
[15:49:14] *** hare_brain has quit IRC
[15:49:44] *** kpease has joined #jenkins
[15:50:28] *** recampbell has joined #jenkins
[15:50:28] *** ChanServ sets mode: +v recampbell
[15:50:37] *** kepioo has joined #jenkins
[15:52:26] *** talluri has joined #jenkins
[15:54:37] *** otter768 has joined #jenkins
[15:56:19] *** Cervator has quit IRC
[15:56:40] *** marscher has joined #jenkins
[15:56:54] *** adac has joined #jenkins
[15:57:22] <adac> Is there an option/plugin that allows me to have a manual confirmation first before the job starts?
[15:58:57] *** otter768 has quit IRC
[15:59:14] *** zz_cdracars is now known as cdracars
[15:59:34] *** davehunt has quit IRC
[16:01:15] *** smccarthy has quit IRC
[16:03:56] *** kepioo has quit IRC
[16:04:06] *** kpease has quit IRC
[16:04:23] *** kepioo has joined #jenkins
[16:06:34] *** mmars has quit IRC
[16:07:47] *** dcaro is now known as dcaro|afk
[16:08:25] *** jabroney has joined #jenkins
[16:08:44] *** kepioo has quit IRC
[16:09:44] *** linuxboy_ has joined #jenkins
[16:11:18] *** linuxboytoo has quit IRC
[16:11:30] *** praveenkumar has joined #jenkins
[16:11:31] *** kepioo has joined #jenkins
[16:12:06] *** linuxboy_ has quit IRC
[16:12:10] *** linuxboytoo has joined #jenkins
[16:12:56] <jenkins-builds> Starting build #3863 for job jenkins_main_trunk (previous build: SUCCESS)
[16:14:58] *** fandi has joined #jenkins
[16:16:31] <phutchins> So i asked before about this but still seeing issues. I've' got a build that polls scm every minute. It sometimes gets in some type of loop where it queues up builds infinitely until I disable the build.
[16:16:58] <phutchins> Any thoughts on how I can troubleshoot? I Updated the git plugins as suggested before, i removed the git tag that I was pushing becuase I thought that it was detecting that as a difference and queueing another job
[16:19:57] *** Guest61697 has quit IRC
[16:21:26] <danielbeck> phutchins Check the polling log to see why it thinks the job needs to be built
[16:22:00] *** fandi has quit IRC
[16:22:09] *** kepioo has quit IRC
[16:23:32] *** fandi has joined #jenkins
[16:23:59] *** dcaro|afk is now known as dcaro
[16:26:07] *** talluri has quit IRC
[16:26:45] *** Mkop has joined #jenkins
[16:31:20] *** linuxboytoo has quit IRC
[16:34:19] *** davehunt has joined #jenkins
[16:35:57] *** linuxboytoo has joined #jenkins
[16:36:16] *** recampbell has quit IRC
[16:36:16] <phutchins> danielbeck: ok. Looks empty so i'm enabling the job and will watch it for a moment
[16:36:27] *** linuxboytoo has joined #jenkins
[16:36:42] *** recampbell has joined #jenkins
[16:36:42] *** ChanServ sets mode: +v recampbell
[16:36:55] <phutchins> If it polls every minute and the build takes longer than a minute to finish, would it detect changes again?
[16:37:26] *** kpease has joined #jenkins
[16:39:57] *** recampbe_ has joined #jenkins
[16:40:40] *** Mkop has quit IRC
[16:41:02] *** recampbell has quit IRC
[16:41:28] *** mmars has joined #jenkins
[16:42:10] *** kepioo has joined #jenkins
[16:44:37] *** drulli1 has joined #jenkins
[16:45:17] *** seschwar has quit IRC
[16:45:17] *** drulli has quit IRC
[16:46:00] *** mahtennek has joined #jenkins
[16:48:11] <phutchins> Ok so its' saying changes found when pollin gscm. Says latest remote head revision is X, where X really is the latest revision in head, but saying that last build revision is Y.
[16:49:06] <phutchins> I'm checking and Y really is the latest successful built revision. :-\
[16:49:27] *** ulrichard has quit IRC
[16:49:33] <phutchins> But Y was successfully built 5 times in a row :)
[16:50:19] *** villav has joined #jenkins
[16:50:37] *** jabroney has quit IRC
[16:51:06] <phutchins> And now another build is queued. Is it that the previous build has not finished? Maybe I need to make it such that it doesn't poll while a build is running?
[16:51:37] *** zts has quit IRC
[16:52:42] *** jabroney has joined #jenkins
[16:53:23] *** zts has joined #jenkins
[16:54:04] *** davehunt has quit IRC
[16:55:41] *** kez_ has joined #jenkins
[16:55:46] *** msrb has quit IRC
[16:56:39] *** recampbe_ has quit IRC
[16:57:05] *** recampbell has joined #jenkins
[16:57:06] *** ChanServ sets mode: +v recampbell
[16:57:14] *** smccarthy has joined #jenkins
[16:57:17] *** mahtennek has quit IRC
[16:59:03] *** imjoshdean has joined #jenkins
[17:00:25] *** kez_ has quit IRC
[17:00:41] *** kez_ has joined #jenkins
[17:00:51] *** pjanouse has quit IRC
[17:01:32] *** recampbell has quit IRC
[17:03:01] *** phutchin1 has joined #jenkins
[17:03:18] *** csanchez has joined #jenkins
[17:04:37] *** jabroney has quit IRC
[17:04:47] *** phutchins has quit IRC
[17:05:41] *** Creeture has joined #jenkins
[17:06:22] *** rikkimaru has quit IRC
[17:11:10] <jenkins-builds> * Jesse Glick: Typos.
[17:11:11] <jenkins-builds> * Jesse Glick: JUnit 4.
[17:11:11] <jenkins-builds> * Jesse Glick: Prevent duplicate Permission or PermissionGroup objects from being created.
[17:11:12] <jenkins-builds> * Jesse Glick: Document that IllegalStateException will be thrown for a duplicate Permission or PermissionGroup.
[17:11:12] <jenkins-builds> * Jesse Glick: Enforcing consistent synchronization of PermissionGroup.permissions.
[17:11:17] <jenkins-builds> Starting build #3864 for job jenkins_main_trunk (previous build: SUCCESS)
[17:12:42] *** intransit has joined #jenkins
[17:14:37] *** wdj has quit IRC
[17:18:01] *** recampbell has joined #jenkins
[17:18:01] *** ChanServ sets mode: +v recampbell
[17:19:03] *** jelle has joined #jenkins
[17:19:24] *** Networkn3rd has joined #jenkins
[17:19:35] *** ShotgunKlaus has quit IRC
[17:19:41] <jelle> hi, is it possible to set the 'build-name-setter' plugin globally?
[17:20:02] *** rikkimaru has joined #jenkins
[17:20:38] *** fabrice31 has quit IRC
[17:22:24] *** ikeike443 has joined #jenkins
[17:23:41] *** kpease has quit IRC
[17:24:30] *** kpease has joined #jenkins
[17:24:43] *** patryk__ has quit IRC
[17:29:05] *** ikeike443 has quit IRC
[17:30:07] *** vinay__ has joined #jenkins
[17:31:05] <vinay__> Hello, is there a way to access jenkins global configuration (e.g. ssh server settings) through REST API?
[17:36:15] *** Creeture has quit IRC
[17:37:54] *** ogondza has quit IRC
[17:39:48] *** jabroney1 has joined #jenkins
[17:44:22] *** blizzow has joined #jenkins
[17:45:18] *** wdj has joined #jenkins
[17:45:54] *** gyre007 has quit IRC
[17:45:58] *** morficus has quit IRC
[17:46:10] *** huhlig has quit IRC
[17:46:47] *** vinay__ has quit IRC
[17:47:30] *** NhanH has quit IRC
[17:47:33] *** gazarsgo has quit IRC
[17:47:44] *** devhost has quit IRC
[17:48:13] *** Imdsm has quit IRC
[17:48:13] *** creack has quit IRC
[17:48:15] *** source47 has quit IRC
[17:48:29] *** rikkimaru has quit IRC
[17:50:12] *** wdj has quit IRC
[17:52:28] *** mcupak has quit IRC
[17:53:13] *** JeffK has joined #jenkins
[17:53:31] *** mcupak has joined #jenkins
[17:55:12] *** mmars has quit IRC
[17:55:30] *** otter768 has joined #jenkins
[17:58:37] *** kepioo has quit IRC
[17:59:02] *** kepioo has joined #jenkins
[17:59:54] *** source47 has joined #jenkins
[18:00:06] *** otter768 has quit IRC
[18:00:18] *** source47 has quit IRC
[18:01:13] *** rikkimaru has joined #jenkins
[18:02:12] *** tang^ has joined #jenkins
[18:03:17] *** kepioo has quit IRC
[18:03:27] *** hare_brain has joined #jenkins
[18:03:27] *** ChanServ sets mode: +o hare_brain
[18:04:13] *** kepioo has joined #jenkins
[18:04:13] *** ogondza has joined #jenkins
[18:04:13] *** ChanServ sets mode: +v ogondza
[18:05:30] *** adac has quit IRC
[18:06:54] *** tisto has quit IRC
[18:07:46] *** integer` has joined #jenkins
[18:09:31] <jenkins-builds> you: change BuildStability message into more appropriate one
[18:09:47] *** tfennelly has quit IRC
[18:10:51] *** KostyaSha has quit IRC
[18:18:08] <tang^> me?
[18:18:48] *** drulli1 has quit IRC
[18:19:53] *** deanclkclk has quit IRC
[18:21:13] *** deanclkclk has joined #jenkins
[18:27:00] *** kepioo has quit IRC
[18:27:00] *** sietse has quit IRC
[18:27:25] *** kepioo has joined #jenkins
[18:28:46] *** pedahzur has joined #jenkins
[18:29:11] *** recampbe_ has joined #jenkins
[18:29:31] *** le4fy has joined #jenkins
[18:30:35] *** mahmoudimus has joined #jenkins
[18:32:06] *** kepioo has quit IRC
[18:32:06] *** recampbell has quit IRC
[18:33:32] *** Imdsm has joined #jenkins
[18:33:56] *** recampbell has joined #jenkins
[18:33:56] *** ChanServ sets mode: +v recampbell
[18:33:57] *** Mkop has joined #jenkins
[18:34:16] *** vtunka has quit IRC
[18:35:43] *** deanclkclk has quit IRC
[18:36:35] *** csanchez has quit IRC
[18:36:55] *** recampbe_ has quit IRC
[18:37:40] *** KostyaSha has joined #jenkins
[18:37:42] *** NhanH has joined #jenkins
[18:39:07] *** papajulio has quit IRC
[18:39:54] *** mmars has joined #jenkins
[18:39:55] *** kepioo has joined #jenkins
[18:40:44] *** kinow has quit IRC
[18:41:02] *** mmars has quit IRC
[18:41:36] *** huhlig has joined #jenkins
[18:43:35] *** kepioo has quit IRC
[18:45:27] *** mmars has joined #jenkins
[18:46:06] *** wdj has joined #jenkins
[18:46:08] *** devhost has joined #jenkins
[18:49:08] *** recampbell has quit IRC
[18:49:22] *** Mkop has quit IRC
[18:49:33] *** andreasmandel has joined #jenkins
[18:50:18] *** mahmoudimus has quit IRC
[18:50:33] *** wdj has quit IRC
[18:50:34] *** kepioo has joined #jenkins
[18:51:05] *** mmars has quit IRC
[18:51:13] *** gyre007 has joined #jenkins
[18:52:25] *** linuser has quit IRC
[18:54:33] *** proxxy has joined #jenkins
[18:54:38] *** Vinay_ has joined #jenkins
[18:55:45] *** proxxy has quit IRC
[18:55:49] *** rbowlby has joined #jenkins
[18:56:14] <Vinay_> Hello, can SSH Publisher use a managed script
[18:56:46] *** morficus has joined #jenkins
[18:57:16] *** kepioo has quit IRC
[18:57:16] *** sag47 has quit IRC
[18:57:49] *** mmars has joined #jenkins
[18:58:09] *** sag47 has joined #jenkins
[18:58:32] *** sag47 is now known as Guest27476
[18:58:50] *** gazarsgo has joined #jenkins
[18:59:51] *** deny[all] has quit IRC
[19:00:39] *** creack has joined #jenkins
[19:01:31] *** proxxy has joined #jenkins
[19:01:33] *** drulli has joined #jenkins
[19:01:33] *** ChanServ sets mode: +v drulli
[19:02:11] *** KostyaSha has quit IRC
[19:07:45] *** Creeture has joined #jenkins
[19:09:24] *** fabrice31 has joined #jenkins
[19:13:00] *** mahmoudimus has joined #jenkins
[19:13:44] *** thomasvandoren has joined #jenkins
[19:14:18] *** fabrice31 has quit IRC
[19:18:01] *** hectorh30 has quit IRC
[19:20:10] *** csanchez has joined #jenkins
[19:21:50] *** hectorh30 has joined #jenkins
[19:25:09] <tang^> yuck. turned on security and am using active directory. boy did my jenkins install slow down
[19:26:08] *** Networkn3rd has quit IRC
[19:26:48] <danielbeck> tang^ Only the actual login should be affected.
[19:27:14] <tang^> danielbeck: I'm just waiting on the login....
[19:27:31] <tang^> once I'm logged in, I should be able to see if everything else is just as slow
[19:27:47] <danielbeck> tang^ OK :-) May be related to the group membership strategy you configured.
[19:28:01] <tang^> we'll see
[19:30:23] *** talios has joined #jenkins
[19:30:26] *** talios has quit IRC
[19:33:49] *** thomi has joined #jenkins
[19:35:07] *** marscher has quit IRC
[19:39:02] *** Vinay_ has quit IRC
[19:39:28] *** kez_ has quit IRC
[19:39:29] <rpetti> What the hell determines who can release a plugin?
[19:40:24] *** kez_ has joined #jenkins
[19:42:58] <tang^> okay, I must have broken something... I can't get a response to my login
[19:50:47] *** tfennelly has joined #jenkins
[19:55:05] *** Mkop has joined #jenkins
[19:56:23] *** otter768 has joined #jenkins
[20:01:16] *** otter768 has quit IRC
[20:04:14] *** kepioo has joined #jenkins
[20:04:18] *** Mkop has quit IRC
[20:05:21] *** mmars has quit IRC
[20:06:12] *** upene has joined #jenkins
[20:10:43] *** rikkimaru has quit IRC
[20:15:27] *** le4fy has quit IRC
[20:18:00] *** mmars has joined #jenkins
[20:19:27] *** jgbiii has joined #jenkins
[20:23:11] *** kpease has quit IRC
[20:24:13] *** tfennelly has quit IRC
[20:24:31] <hare_brain> I had a project meeting on my calendar for today, but from the lack of chatter, I’m guessing that it’s not happening?
[20:26:05] *** ogondza has quit IRC
[20:26:22] *** davi has joined #jenkins
[20:26:25] *** csanchez has quit IRC
[20:26:36] *** rikkimaru has joined #jenkins
[20:28:05] *** praveenkumar has quit IRC
[20:28:40] *** kpease has joined #jenkins
[20:29:38] *** schristou has joined #jenkins
[20:29:38] *** ChanServ sets mode: +v schristou
[20:31:16] <danielbeck> hare_brain I was wondering the same... no kohsuke here anyway
[20:31:57] <danielbeck> Or jglick, ogondza, oleg_nenashev, ...
[20:32:19] *** adac has joined #jenkins
[20:32:29] *** jthurne has quit IRC
[20:32:51] *** mmars has quit IRC
[20:32:58] *** Ravine has joined #jenkins
[20:32:59] *** Mkop has joined #jenkins
[20:35:27] *** wdj has joined #jenkins
[20:39:47] *** mmars has joined #jenkins
[20:40:15] *** thomasvandoren has quit IRC
[20:40:19] *** wdj has quit IRC
[20:42:07] *** drulli has quit IRC
[20:42:18] *** mbacchi has quit IRC
[20:43:56] *** Mkop has quit IRC
[20:45:27] *** wdj has joined #jenkins
[20:46:17] *** davi has quit IRC
[20:48:08] *** kez_ has quit IRC
[20:50:18] *** wdj has quit IRC
[20:50:18] *** akostadinov has quit IRC
[20:52:24] *** akostadinov has joined #jenkins
[20:55:39] *** elyssonmr has quit IRC
[20:56:19] *** recampbell has joined #jenkins
[20:56:19] *** ChanServ sets mode: +v recampbell
[20:56:26] *** schristou has left #jenkins
[20:56:34] *** schristou has joined #jenkins
[20:56:34] *** ChanServ sets mode: +v schristou
[20:58:24] *** fabrice31 has joined #jenkins
[20:58:24] *** k5_ has quit IRC
[20:58:24] *** jabroney has joined #jenkins
[20:59:17] *** jthurne has joined #jenkins
[21:00:31] *** Networkn3rd has joined #jenkins
[21:01:57] *** jabroney1 has quit IRC
[21:02:54] *** fabrice31 has quit IRC
[21:03:04] *** kepioo has quit IRC
[21:04:12] *** mcupak has quit IRC
[21:07:00] *** mmars has quit IRC
[21:10:16] *** lyrch has quit IRC
[21:10:50] *** lyrch has joined #jenkins
[21:11:49] *** k5_ has joined #jenkins
[21:11:57] *** kepioo has joined #jenkins
[21:12:58] *** intransit has quit IRC
[21:13:37] *** linuxboytoo has quit IRC
[21:14:03] *** ldnunes has quit IRC
[21:14:12] *** linuxboytoo has joined #jenkins
[21:14:22] *** intransit has joined #jenkins
[21:15:09] *** lyrch has quit IRC
[21:15:20] *** linuxboytoo has quit IRC
[21:15:20] *** linuxboy_ has joined #jenkins
[21:18:27] *** drulli has joined #jenkins
[21:18:28] *** ChanServ sets mode: +v drulli
[21:19:08] *** kepioo has quit IRC
[21:22:31] *** FortySix2 has joined #jenkins
[21:22:47] *** proxxy has quit IRC
[21:23:23] *** Networkn3rd has quit IRC
[21:23:52] *** Networkn3rd has joined #jenkins
[21:24:05] *** mmars has joined #jenkins
[21:25:46] *** ikeike443 has joined #jenkins
[21:25:49] *** linuxboy_ has quit IRC
[21:26:25] *** linuxboytoo has joined #jenkins
[21:26:43] *** MIG- has joined #jenkins
[21:30:11] *** ikeike443 has quit IRC
[21:30:41] *** linuxboytoo has quit IRC
[21:33:57] *** FortySix2 has quit IRC
[21:34:30] *** FortySix2 has joined #jenkins
[21:34:59] *** mmars has quit IRC
[21:35:33] *** jabroney1 has joined #jenkins
[21:35:45] *** jabroney has quit IRC
[21:37:09] *** mahmoudimus has quit IRC
[21:37:57] *** danylevskyi_ has quit IRC
[21:38:37] *** FortySix2 has quit IRC
[21:42:50] *** mahmoudimus has joined #jenkins
[21:43:17] *** deanclkclk has joined #jenkins
[21:44:41] *** mmars has joined #jenkins
[21:46:15] *** wdj has joined #jenkins
[21:46:18] *** rbowlby has quit IRC
[21:49:26] *** ogondza has joined #jenkins
[21:49:26] *** ChanServ sets mode: +v ogondza
[21:50:28] *** jthurne has quit IRC
[21:51:22] *** wdj has quit IRC
[21:53:04] *** FortySix2 has joined #jenkins
[21:55:28] *** rbowlby has joined #jenkins
[21:57:22] *** otter768 has joined #jenkins
[21:57:51] *** source47 has joined #jenkins
[21:57:56] *** csanchez has joined #jenkins
[22:01:54] *** phutchin1 has quit IRC
[22:02:27] *** otter768 has quit IRC
[22:04:15] *** Bebef has joined #jenkins
[22:04:52] *** espen__ has joined #jenkins
[22:06:09] *** dcaro is now known as dcaro|not_here
[22:08:42] *** nifr has joined #jenkins
[22:11:02] *** Everspace has joined #jenkins
[22:11:32] *** linuxboytoo has joined #jenkins
[22:11:36] <Everspace> Hello
[22:13:26] <Everspace> I'm having a problem between the presend script of an email-ext and trying to manipulate actions in a jelly template.
[22:14:20] <Everspace> So, in the presend script, I add a new action to the build, and going run.getActions() returns the correct number, but when I call getActions() in the template, I get something different.
[22:16:06] *** linuxboytoo has quit IRC
[22:19:09] *** moparisthebest has quit IRC
[22:21:08] *** jabroney1 has quit IRC
[22:22:34] *** jabroney has joined #jenkins
[22:22:52] <espen__> I'm looking to use Jenkins to run actions on files. I have discovered parameterized builds and the Jenkins API, and don't want to reinvent the wheel if there is a plugin available which does what I want. I want a matrix with parameters read from files in a build folder going down and actions (jobs) to perform on the job going across. If a job has been run for a parameter, I want the status of the build shown.
[22:24:02] *** csanchez has quit IRC
[22:24:45] <espen__> So for example, I might have videos in my build folder. For each video, I might want to run various actions like transcode, create thumbnails, etc.
[22:25:28] <espen__> If there is not a plugin for this, I might consider writing one, or making a simple webbased frontend using the API.
[22:27:04] *** KostyaSha has joined #jenkins
[22:29:34] *** ChanServ sets mode: +v KostyaSha
[22:30:12] <Everspace> These sound more like different steps, is there any reason for not doing them in "batches" and just looking at the result of the batch?
[22:30:18] *** smccarthy has quit IRC
[22:30:22] *** johntramp has quit IRC
[22:33:51] *** jasonium has quit IRC
[22:34:16] *** jasonium has joined #jenkins
[22:34:21] <KostyaSha> schristou,
[22:37:42] *** jasonium has joined #jenkins
[22:38:07] *** kepioo has joined #jenkins
[22:40:58] *** cleclerc has joined #jenkins
[22:40:58] *** ChanServ sets mode: +v cleclerc
[22:41:04] *** akostadinov has quit IRC
[22:44:18] *** Creeture has quit IRC
[22:47:02] *** wdj has joined #jenkins
[22:47:34] *** proxxy has joined #jenkins
[22:49:01] *** deanclkclk has quit IRC
[22:51:34] *** wdj has quit IRC
[22:51:35] *** Creeture has joined #jenkins
[22:53:30] *** MIG- has quit IRC
[22:54:19] *** nifr has quit IRC
[22:56:12] *** sobersocialist has quit IRC
[22:59:12] *** cdracars is now known as zz_cdracars
[22:59:13] *** johntramp has joined #jenkins
[23:01:47] *** stewart has joined #jenkins
[23:03:21] *** Networkn3rd has quit IRC
[23:03:34] *** talios has joined #jenkins
[23:06:07] *** k5__ has joined #jenkins
[23:06:08] *** k5_ has quit IRC
[23:06:24] *** k5__ is now known as k5_
[23:07:57] *** mmars has quit IRC
[23:08:44] *** jgornick has quit IRC
[23:09:07] *** jefferai has quit IRC
[23:09:30] *** magnars has quit IRC
[23:09:53] *** Xorlev has quit IRC
[23:10:01] *** jefferai has joined #jenkins
[23:10:07] *** magnars has joined #jenkins
[23:10:14] *** abayer1 has joined #jenkins
[23:10:22] *** intransit has quit IRC
[23:10:55] *** recampbell has quit IRC
[23:11:02] *** yo61 has quit IRC
[23:11:29] *** le4fy has joined #jenkins
[23:11:41] *** Xorlev_ has joined #jenkins
[23:11:44] *** jgornick has joined #jenkins
[23:12:12] *** yo61 has joined #jenkins
[23:12:37] *** ogondza has quit IRC
[23:12:44] *** recampbell has joined #jenkins
[23:12:44] *** ChanServ sets mode: +v recampbell
[23:12:57] *** adac has quit IRC
[23:16:00] *** le4fy has quit IRC
[23:19:37] *** hare_brain has quit IRC
[23:26:08] *** hare_brain has joined #jenkins
[23:26:08] *** ChanServ sets mode: +o hare_brain
[23:30:02] *** tfennelly has joined #jenkins
[23:30:22] *** Nischal has joined #jenkins
[23:31:13] <Nischal> Anyone using SeleniumHQ plugin
[23:31:13] <Nischal> I am having trouble with running tests under Firefox
[23:31:43] <Nischal> I keep getting this
[23:31:43] <Nischal> 'java.lang.RuntimeException: Timed out waiting for profile to be created!'
[23:33:03] <Nischal> I've searched a lot of the internet
[23:33:03] <Nischal> tried a lof of solutions involving
[23:33:04] <Nischal> 1. creating a Profile using the Firefox Profile Manager
[23:33:04] <Nischal> 2. setting the Profile using either
[23:33:07] *** davehunt has joined #jenkins
[23:33:32] <Nischal> i. -firefoxProfileTemplate
[23:33:33] <Nischal> ii. -Dwebdriver.firefox.profile
[23:33:33] <Nischal> iii. -P
[23:37:58] *** source47 has quit IRC
[23:47:45] *** wdj has joined #jenkins
[23:47:59] *** smccarthy has joined #jenkins
[23:48:14] *** intransit has joined #jenkins
[23:51:54] *** wdj has quit IRC
[23:54:13] *** kepioo has quit IRC
[23:58:16] *** otter768 has joined #jenkins
[23:59:57] *** FortySix_ has joined #jenkins