[00:00:07] <rpetti> I honestly don't know if there is any documentation for that. [00:00:36] *** calavera has quit IRC [00:02:25] <olamy> kohsuke around ? [00:03:19] *** Stubbs has quit IRC [00:03:35] *** noahcampbell_ has joined #jenkins [00:04:10] <Weltraumschaf> rpetti: ok. i just pulled the latest source from github.org/jenkins/jenkins and tried a mvn install in the plugins dir, but got an exception [00:05:31] *** polymar_ has joined #jenkins [00:06:27] <rpetti> Weltraumschaf: why are you trying to build in the plugins dir? there shouldn't be anything there [00:06:36] *** noahcampbell has quit IRC [00:06:37] *** noahcampbell_ is now known as noahcampbell [00:07:19] *** ColinHarrington has joined #jenkins [00:07:30] <Weltraumschaf> rpetti: because the dir is empty, but there is a pom.xml. my hope it was that maven gathered all togehter, so that i have the perforce plugin source [00:07:33] <hachi> oh boy oh boy oh boy... the openid plugin released, yay [00:08:28] <rpetti> Weltraumschaf: All plugins are in their own repository. github.org/jenkinsci/perforce-plugin is what you are looking for [00:08:32] <Weltraumschaf> i deleted the old svn checkout from java.sun.com svn from where i started and cloned jenkins. [00:08:43] <Weltraumschaf> ahh. :) ths [00:09:06] <Weltraumschaf> thx [00:09:57] *** wolfs has quit IRC [00:10:31] *** polymar_ has left #jenkins [00:10:37] *** Steve^ has left #jenkins [00:17:12] *** mbien has joined #jenkins [00:17:44] *** mbien has left #jenkins [00:18:05] *** wilmoore has joined #jenkins [00:22:35] *** _marc` has quit IRC [00:29:18] *** lifeless has joined #jenkins [00:29:19] *** ChanServ sets mode: +v lifeless [00:34:12] *** btrim has left #jenkins [00:35:18] *** lifeless has quit IRC [00:37:32] *** edorian has quit IRC [00:38:37] *** d2m has left #jenkins [00:41:12] *** littlebayer has quit IRC [00:42:27] <jenkinsci_builds> Starting build 499 for job jenkins_main_trunk (previous build: STILL UNSTABLE -- last SUCCESS #458 18 days ago) [00:43:23] *** Richm_ has quit IRC [00:49:11] *** cristiano has quit IRC [00:51:56] *** BrianFox_ has quit IRC [00:54:25] *** Lewisham has quit IRC [00:57:21] *** btrim has joined #jenkins [00:58:11] *** cowboyd has quit IRC [00:59:52] *** Weltraumschaf has quit IRC [01:04:25] *** Haloperidol has quit IRC [01:08:56] *** olamy has quit IRC [01:09:36] *** Lewisham has joined #jenkins [01:09:37] *** ChanServ sets mode: +v Lewisham [01:10:36] *** ExtraSpice has quit IRC [01:13:56] *** elliot has quit IRC [01:16:45] <autojack> are variables that I set inside a shell script build step available outide that build step to other parts of the job? [01:17:18] <autojack> e.g. if I set var="foo" in a shell script build step, and then elsehwere in the job configuration I use $var... is that going to work? [01:17:24] <autojack> I suspect not. [01:19:54] *** recampbell has quit IRC [01:19:55] *** wcomnisky has quit IRC [01:22:37] <btrim> not in my experience [01:23:49] <btrim> autojack: I read a random blog post about using a groovy script plugin to add an environment variable [01:24:54] <autojack> right [01:25:37] <btrim> autojack: Here it is if you want to take a look. Not sure how correct any of it is http://ryanalberts.com/?p=206 [01:25:56] <btrim> one of the comments looks like they tried to add it to a build [01:26:33] <btrim> I've actually been meaning to test that for my own purposes [01:29:29] <autojack> that's not going to do what I want. [01:29:43] <autojack> I'll just go back to my old method which worked. it just wasn't as elegant. [01:31:07] *** peeps[lappy] has quit IRC [01:31:45] <btrim> abayer: you "maintain" the version number plugin? [01:32:09] <abayer> Nominally. =) [01:32:15] <btrim> that's what I figured [01:32:31] <btrim> I have a couple unique needs that I'm looking to hack onto it [01:32:41] <abayer> I'm open to possible changes. =) [01:34:06] <btrim> one thing I need is an odd number sequence. [01:34:20] <btrim> I've added a "BUILDS_ALL_TIME_ODD" token [01:34:39] <btrim> but I'm trying to figure out how to generalize that a bit better [01:35:48] *** recampbell has joined #jenkins [01:35:49] <btrim> (and don't ask why I need that. It's just the way it is :-)) [01:36:00] <abayer> I understand completely. [01:37:35] <abayer> I haven't looked at the plugin for a while. Let me poke around for a few minutes. [01:39:39] *** dhackner has quit IRC [01:40:40] *** wilmoore_ has joined #jenkins [01:40:43] *** luckyduck has joined #jenkins [01:43:32] *** wilmoore has quit IRC [01:48:39] <abayer> btrim: That looks like the best simple way to do it. It might make sense to try to add the capacity for defining your own Groovy snippets in response to tokens, but that's probably more work than it's worth here. [01:51:18] <btrim> cool. I have to think more about solving my other problem, which is to override that with the next even number based on a parameter [01:51:45] <mwhudson> i'm trying to use the shiny new openid plugin [01:52:00] <mwhudson> but logging in with openid fails, with [01:52:03] <mwhudson> SEVERE: Return_To URL verification failed. [01:52:06] <mwhudson> in the logs [01:52:12] <mwhudson> does anyone know anything about this? [01:52:17] <autojack> rats, even if I export the variable inside my shell script, Hudson can't see it outside of it. [01:52:55] <btrim> mwhudson: I've had mixed success using it. Am waiting for my admin to enable it for more thorough testing [01:53:23] <btrim> mwhudson: do you have a gmail account? I was able to authenticate using gmail. Just ran into some other problems [01:53:47] <mwhudson> no, i'm using login.launchpad.net [01:56:16] <btrim> do you have to authorize URLs in launchpad? [01:56:31] <mwhudson> no\ [01:56:32] <btrim> or maybe you're using HTTPS with self-signed cert? [01:56:48] <mwhudson> ah yes i am [01:56:59] <btrim> I don't know much about openid so I'm shooting in the dark [01:57:10] <mwhudson> i'm not sure why that would be a problem though [01:57:59] <btrim> maybe launchpad tries to verify the Jenkins URL's cert [01:58:24] <mwhudson> no, the process from the launchpad site went through fine [01:59:29] <mwhudson> and now jenkins won't start [01:59:45] <btrim> abayer: is Jenkins 1.6-only? i.e. is the Javascript engine available? [02:05:27] <btrim> mwhudson: maybe this is helpful in understanding your error message. It looks like the plugin uses openid4java [02:05:41] <btrim> mwhudson: http://groups.google.com/group/openid4java/browse_thread/thread/d925d7b04abc1bf6?pli=1 [02:06:27] <mwhudson> ah yes, this is ringing faint bells [02:06:45] <btrim> also http://code.google.com/p/openid4java/issues/detail?id=105 [02:07:11] <mwhudson> openid urls are so nice and easy to understand :( [02:07:13] <btrim> my google-fu costs 1 beer / hour [02:07:29] <mwhudson> oh i bet i know what's happening [02:07:39] <mwhudson> i'm running jenkins over https [02:07:44] <mwhudson> but jenkins itself doesn't know this [02:07:44] *** mconigliaro has quit IRC [02:08:35] <mwhudson> I use "Header edit Location" to change http to https for redirects [02:09:07] <mwhudson> so jenkins is probably comparing the https url which is in return_to with its own idea of its url, which is just http [02:09:51] <mwhudson> btrim: do you know how to tell jenkins that what its url is? [02:11:58] <btrim> the only place I know of to tell Jenkins its URL is in the email section of the Manage Hudson page [02:12:09] <btrim> Manage -> Configure [02:12:22] <btrim> s/Hudson/Jenkins/ *sigh* [02:12:32] *** Lewisham has quit IRC [02:12:42] <mwhudson> yeah, i don't think that helps here [02:12:47] <btrim> might go afk for a sec [02:13:27] <btrim> disconnected rather. But I think I managed to dodge that bullet (nasty VPN disconnect bug on OS X) [02:14:10] *** stain has quit IRC [02:14:14] *** stain has joined #jenkins [02:15:04] <btrim> mwhudson: That URL is used elsewhere in the app, so it might help [02:15:28] *** jfelchner has joined #jenkins [02:15:49] <mwhudson> i wonder how i can confirm my hypothesis [02:20:20] <btrim> it uses StaplerRequest#getRequestURL() to pass to the verify() method [02:20:37] <jenkinsci_builds> Project jenkins_main_trunk build #499: STILL UNSTABLE in 1 hr 38 min: http://ci.jenkins-ci.org/job/jenkins_main_trunk/499/ [02:20:38] <jenkinsci_builds> * Olivier Lamy: [JENKINS-8651] Maven deployment with uniqueVersion == true creating "new" versions for attached artifacts [02:20:38] <jenkinsci_builds> * Olivier Lamy: update changelog for 8651 [02:20:40] <btrim> you could do a java -jar jenkins.war somewhere and test it out that way [02:21:07] <btrim> at least prove that it's something to do with your deployment [02:21:08] *** hugod_ has quit IRC [02:22:08] *** cybernd has quit IRC [02:29:25] <mwhudson> yeah, that makes snese [02:29:28] <mwhudson> but first! [02:29:29] <mwhudson> lunch [02:32:00] *** lifeless has joined #jenkins [02:32:00] *** ChanServ sets mode: +v lifeless [02:44:23] *** noahcampbell has quit IRC [03:07:12] <jieryn-w> w0000000000t [03:07:19] <jieryn-w> i got SSO working on my system :) [03:09:02] <btrim> nice [03:09:08] <jieryn-w> yah [03:09:14] <jieryn-w> big win for my teammates [03:10:23] *** mando has quit IRC [03:10:49] *** evilchili has quit IRC [03:11:36] <jieryn-w> now if only i can get saml working [03:11:49] *** hugod_ has joined #jenkins [03:14:17] *** bap2000 has quit IRC [03:19:35] * btrim is happy to have figured out mvn hpi:run [03:21:34] <jieryn-w> :-) [03:21:46] <jieryn-w> what plugins are you working on? [03:24:47] <btrim> hacking version number to add a couple features I need [03:29:12] <btrim> how many plugins are actually java 5 compatible these days? [03:35:53] <jieryn-w> all of them? [03:36:32] <btrim> I just found kohsuke's old blog entry on maintaining compatibility [03:37:08] <btrim> so yeah, I guess most/all are [03:46:28] *** stephendonner has quit IRC [03:49:18] <jieryn-w> jenkins-admin: help [03:49:18] <jenkins-admin> See http://wiki.jenkins-ci.org/display/JENKINS/IRC+Bot [03:49:22] *** vacz has joined #jenkins [03:50:50] *** Kiall is now known as Kiall|AFK [03:51:05] *** steph021 has quit IRC [03:51:42] *** awb has quit IRC [03:55:14] *** Kiall|AFK is now known as Kiall [03:56:46] *** ojacobson has joined #jenkins [03:59:20] *** jonath2002_ has joined #jenkins [04:01:01] *** jonath2002 has quit IRC [04:01:01] *** jonath2002_ is now known as jonath2002 [04:01:48] *** ColinHarrington has left #jenkins [04:33:57] *** jieryn-w has left #jenkins [04:34:00] *** jieryn-w has joined #jenkins [04:34:00] *** ChanServ sets mode: +o jieryn-w [04:43:05] *** mando has joined #jenkins [04:43:06] *** jonath2002_ has joined #jenkins [04:45:49] *** jonath2002 has quit IRC [04:45:49] *** jonath2002_ is now known as jonath2002 [04:48:02] *** cowboyd has joined #jenkins [04:48:22] *** Lewisham has joined #jenkins [04:48:23] *** ChanServ sets mode: +v Lewisham [04:51:57] *** sshaw has joined #jenkins [04:55:41] *** lamer0 has joined #jenkins [04:55:55] *** victori has quit IRC [04:57:19] *** Lewisham has quit IRC [05:03:08] *** awb has joined #jenkins [05:06:36] *** Heimidal has joined #jenkins [05:08:50] *** ojacobson has quit IRC [05:14:50] *** noahcampbell has joined #jenkins [05:15:15] *** javabot has joined #jenkins [05:15:16] <javabot> I was asked to join this channel by cheeser [05:15:22] *** cheeser has joined #jenkins [05:15:26] <cheeser> javabot: ping [05:15:27] <javabot> The machine that goes 'pong' has arrived. [05:15:30] * cheeser nods. [05:15:33] *** cheeser has left #jenkins [05:15:46] * jieryn-w claps :) [05:16:39] <jieryn-w> does he need to be +V? [05:17:18] <rtyler> abayer: did kohsuke appear at all today? [05:18:43] *** caverdude has joined #jenkins [05:19:05] <caverdude> what is jenkins? [05:19:29] <lifeless> http://jenkins-ci.org [05:19:37] <mwalling> first link in the topic, "meet jenkins" on that page [05:21:11] <jieryn-w> ~rbi [05:21:12] <javabot> jieryn-w, rbi is http://download.oracle.com/javase/tutorial/reallybigindex.html [05:21:22] <jieryn-w> ~javadoc String [05:21:22] <javabot> jieryn-w: http://is.gd/itbJs [JDK: java.lang.String] [05:21:28] <mwalling> ewwwwww, javabot is hosted on kenai [05:21:32] <jieryn-w> ~javadoc AbstractProject [05:21:32] <javabot> I don't know of any documentation for AbstractProject [05:22:09] *** ChanServ sets mode: -o jieryn-w [05:22:13] *** caverdude has left #jenkins [05:22:33] *** ChanServ sets mode: +v jieryn-w [05:22:45] *** vacz has quit IRC [05:22:53] <jieryn-w> mwalling: yep [05:28:54] *** jonath2002_ has joined #jenkins [05:29:55] *** stephendonner has joined #jenkins [05:30:48] *** cowboyd has quit IRC [05:31:09] *** btrim has quit IRC [05:31:13] *** jonath2002 has quit IRC [05:31:14] *** jonath2002_ is now known as jonath2002 [05:32:53] *** kenneth_reitz has quit IRC [05:34:49] *** btrim has joined #jenkins [05:38:24] <mwhudson> is winstone basically a dead project?\ [05:38:32] <mwhudson> or just not changing much because it's done? [05:39:28] *** jfelchner has quit IRC [05:53:31] *** stephendonner is now known as stephend [06:00:48] *** harpreet has joined #jenkins [06:01:33] <harpreet> Hi All [06:01:43] <harpreet> Any one active right now [06:02:06] <btrim> hi harpreet [06:02:16] <harpreet> btrim: hi [06:02:39] <harpreet> i have a small query, like can I change the childproject name from command line [06:02:50] <harpreet> like editing config.xml etc [06:03:29] <btrim> harpreet: I don't know myself, sorry. [06:03:37] <harpreet> I tried the jobs configuration but failed. as after changeing also the job in browser shows/runs the old child [06:03:42] <harpreet> btrim: np [06:04:14] <btrim> maybe there's a way with jenkins-cli? [06:05:56] <harpreet> may be yes, but i would prefer to do it, with out the cli [06:06:00] <harpreet> anyway thanks [06:17:53] *** recampbell has quit IRC [06:22:16] *** bmahe has quit IRC [06:23:48] *** evilchili has joined #jenkins [06:32:15] *** stigkj1 has quit IRC [06:33:11] *** mando has quit IRC [06:35:38] *** stisti has joined #jenkins [06:35:56] *** btrim has quit IRC [06:48:17] *** wolfs has joined #jenkins [06:50:54] *** akostadinov has joined #jenkins [06:56:47] *** wolfs has quit IRC [07:12:30] *** johnsmart has joined #jenkins [07:15:19] *** wolfs has joined #jenkins [07:17:02] *** wolfs has quit IRC [07:22:25] *** Aetzel has joined #jenkins [07:23:43] *** Lewisham has joined #jenkins [07:23:57] *** ChanServ sets mode: +v Lewisham [07:24:20] *** wolfs has joined #jenkins [07:25:46] *** wolfs has quit IRC [07:25:58] *** Aetzel has quit IRC [07:28:52] *** noahcampbell has quit IRC [07:36:02] *** slaboure has joined #jenkins [07:38:24] *** dotsev has joined #jenkins [07:41:48] *** stephend has quit IRC [07:42:40] *** Haloperidol has joined #jenkins [07:42:52] *** joewilliams is now known as joewilliams_away [07:48:43] *** thkoch has joined #jenkins [08:05:53] *** Lewisham has quit IRC [08:06:39] <harpreet> i have a small query, like can I change the childproject name from command line [08:07:08] <harpreet> I tried the jobs configuration file but failed. as after changing also, the job in browser shows/runs the old child [08:11:25] *** amitev has joined #jenkins [08:16:56] <Haloperidol> The items of "Recent Releases" on http://jenkins-ci.org/changelog still point to hudson.dev.java.net [08:19:56] *** maya has joined #jenkins [08:21:35] <maya> Hi all, I found a left hudson-link on http://jenkins-ci.org/changelog - the rss feed still points to hudson.dev.java.net - is this intended? [08:23:04] <maya> I wanted to send a mail to the infrastructure list but it seems to be still the hudson list - is there any replacement? [08:34:06] *** Haloperidol has quit IRC [08:49:50] *** awb has quit IRC [08:57:02] *** cristiano has joined #jenkins [09:01:21] *** drulli has joined #jenkins [09:01:22] *** ChanServ sets mode: +v drulli [09:04:08] *** aheritier has joined #jenkins [09:04:08] *** ChanServ sets mode: +v aheritier [09:07:28] *** sshaw has quit IRC [09:09:34] *** vjuranek has joined #jenkins [09:19:38] *** wolfs has joined #jenkins [09:24:12] *** redsolo has left #jenkins [09:24:12] *** redsolo has joined #jenkins [09:24:12] *** ChanServ sets mode: +v redsolo [09:24:51] *** SnagJJV has quit IRC [09:25:52] *** Aetzel has joined #jenkins [09:31:00] *** _marc` has joined #jenkins [09:34:10] *** ExtraSpice has joined #jenkins [09:37:15] *** stigkj has joined #jenkins [09:43:35] *** edorian has joined #jenkins [09:44:12] *** Weltraumschaf has joined #jenkins [09:46:15] *** Deesl has joined #jenkins [09:47:51] *** calavera has joined #jenkins [09:54:01] *** benmatselby has joined #jenkins [09:56:45] *** Stubbs has joined #jenkins [10:05:35] *** nd__ has joined #jenkins [10:08:21] *** nd___ has quit IRC [10:10:13] *** ExtraSpice has quit IRC [10:15:25] *** harpreet has left #jenkins [10:15:36] *** dvaske has joined #jenkins [10:19:23] *** AlexLehm has joined #jenkins [10:23:21] *** Heimidal has quit IRC [10:23:29] *** thkoch has quit IRC [10:24:05] *** JHogarth has joined #jenkins [10:26:32] *** thkoch has joined #jenkins [10:27:13] *** DamZ is now known as DamZzzz [10:29:37] *** wolfs has quit IRC [10:29:58] *** olamy has joined #jenkins [10:30:27] <olamy> /msg NickServ identify 060174 [10:30:33] <olamy> oups :-) [10:30:37] *** patryk has joined #jenkins [10:31:06] *** ChanServ sets mode: +v olamy [10:31:59] *** olamy has quit IRC [10:32:02] *** dogmatic69 has joined #jenkins [10:33:04] *** olamy has joined #jenkins [10:33:14] *** ChanServ sets mode: +v olamy [10:34:57] <AlexLehm> I have a problem with matrix based security or I am misunderstanding something. when I want to configure Jekins to allow no access for anonymous users and all access for logged in users, I have no checkmarks on Anonymous and all checkmarks on authenticated [10:35:20] <AlexLehm> whem I am logged in there is still a login form on the start page, but all other pages work [10:35:54] <AlexLehm> e.g. my views works [10:40:50] *** JamesPage has joined #jenkins [10:41:41] <olamy> any git guru here ? [10:43:28] <dogmatic69> #git has loads [10:44:05] <olamy> what is the simple way to revert a commit which has been pushed ? [10:46:27] *** darkredandyellow has joined #jenkins [10:48:12] <vjuranek> hi, is there any way how to create new repository (for new plugin) on jenkins github or shell I publish it under my github accnout and ask on dev list to fork it? [10:51:52] *** benmatselby1 has joined #jenkins [10:52:01] <jenkinsci_builds> Starting build 500 for job jenkins_main_trunk (previous build: STILL UNSTABLE -- last SUCCESS #458 19 days ago) [10:54:28] <drulli> vjuranek: I can create a new one for you or fork an existing one (what you prefer)... [10:54:44] *** benmatselby has quit IRC [10:57:39] *** wilmoore_ has quit IRC [10:58:04] *** wilmoore has joined #jenkins [11:00:07] *** benmatselby has joined #jenkins [11:00:18] *** benmatselby1 has quit IRC [11:04:13] <vjuranek> drulli: please fork following 5 plugins: [11:04:22] <vjuranek> drulli: github.com/vjuranek/ws-cleanup.git [11:04:34] <vjuranek> drulli: github.com/vjuranek/keep-slave-offline [11:04:43] <vjuranek> drulli: github.com/vjuranek/exclude-matrix-parent [11:04:51] <vjuranek> drulli: github.com/vjuranek/copy-project-link [11:04:59] <vjuranek> drulli: github.com/vjuranek/signal-killer [11:05:03] <vjuranek> drulli: thanks [11:06:05] <drulli> you're quite busy ;-) [11:06:12] *** wilmoore has quit IRC [11:06:16] <drulli> jenkins-admin: help [11:06:17] <jenkins-admin> See http://wiki.jenkins-ci.org/display/JENKINS/IRC+Bot [11:06:35] *** olamy has quit IRC [11:07:13] *** olamy has joined #jenkins [11:07:21] <drulli> jenkins-admin: Fork vjuranek/ws-cleanup on github [11:07:26] *** ChanServ sets mode: +v olamy [11:08:30] <jenkins-admin> Created https://github.com/jenkinsci/ws-cleanup [11:09:47] <drulli> jenkins-admin: Fork vjuranek/keep-slave-offline on github [11:09:58] <jenkins-admin> Created https://github.com/jenkinsci/keep-slave-offline [11:09:59] *** DaveH has joined #jenkins [11:11:37] <stigkj> olamy: you still want to know how to revert pushed commit? [11:11:51] <olamy> it looks ok :-) [11:11:57] <olamy> at least I hope [11:13:36] <stigkj> generally you should not revert pushed commit by "removing" it, but instead make a new commit that revert the erroneous commit [11:13:47] <drulli> jenkins-admin: Fork vjuranek/exclude-matrix-parent on github [11:14:03] <jenkins-admin> Created https://github.com/jenkinsci/exclude-matrix-parent [11:14:43] <drulli> jenkins-admin: Fork vjuranek/copy-project-link on github [11:14:49] <jenkins-admin> Created https://github.com/jenkinsci/copy-project-link [11:15:01] <stigkj> olamy: The reason for this is that when other people pull and this commit is "removed", they can get some strange merge problems [11:15:04] <drulli> jenkins-admin: Fork vjuranek/signal-killer on github [11:15:33] <jenkins-admin> Created https://github.com/jenkinsci/signal-killer [11:15:36] <drulli> vjuranek: All projects are forked... [11:15:47] * olamy git newbie [11:16:27] <vjuranek> drulli: thaks! [11:16:34] *** Stubbs has quit IRC [11:16:36] <olamy> stigkj ok I understand [11:18:58] <stigkj> olamy: I'm still in learning mode re git myself, but am really loving it :-) [11:19:48] <olamy> stigkj sure sometimes it puzzles me curently :-) [11:20:06] *** dotsev has quit IRC [11:20:30] <stigkj> olamy: did you come from svn? [11:20:57] <stigkj> hmm?strange sentence, better: did you use svn before? [11:20:58] <olamy> ah yes long story cvs -> svn -> git :-) [11:21:12] *** Aetzel has quit IRC [11:21:22] <stigkj> getting into the DVCS mindset takes some time [11:21:28] *** Aetzel has joined #jenkins [11:24:35] *** Stubbs has joined #jenkins [11:30:22] *** benmatselby has quit IRC [11:42:02] *** johnsmart has quit IRC [11:42:07] *** benmatselby has joined #jenkins [12:19:24] *** m4r35n357 has joined #jenkins [12:19:43] *** Stubbs has quit IRC [12:19:57] *** Stubbs has joined #jenkins [12:20:37] *** Stubbs_ has joined #jenkins [12:20:37] *** Stubbs has quit IRC [12:20:37] *** Stubbs_ is now known as Stubbs [12:22:15] *** Stubbs_ has joined #jenkins [12:22:15] *** Stubbs has quit IRC [12:22:15] *** Stubbs_ is now known as Stubbs [12:26:02] *** wolfs has joined #jenkins [12:29:39] *** wolfs has quit IRC [12:35:10] *** benmatselby has quit IRC [12:50:24] *** Aetzel has quit IRC [12:52:53] *** Stubbs_ has joined #jenkins [12:52:53] *** Stubbs has quit IRC [12:52:54] *** Stubbs_ is now known as Stubbs [12:55:18] *** Aetzel has joined #jenkins [13:02:14] *** wolfs has joined #jenkins [13:02:14] *** Stubbs has quit IRC [13:02:18] *** Stubbs has joined #jenkins [13:03:39] *** Stubbs_ has joined #jenkins [13:03:39] *** Stubbs has quit IRC [13:03:40] *** Stubbs_ is now known as Stubbs [13:05:18] *** Stubbs_ has joined #jenkins [13:05:19] *** Stubbs has quit IRC [13:05:19] *** Stubbs_ is now known as Stubbs [13:06:53] *** Stubbs_ has joined #jenkins [13:06:53] *** Stubbs has quit IRC [13:06:53] *** Stubbs_ is now known as Stubbs [13:08:07] *** benmatselby has joined #jenkins [13:08:11] *** Stubbs has quit IRC [13:08:27] *** Stubbs has joined #jenkins [13:10:07] *** Stubbs_ has joined #jenkins [13:10:07] *** Stubbs has quit IRC [13:10:07] *** Stubbs_ is now known as Stubbs [13:11:44] *** Stubbs_ has joined #jenkins [13:11:44] *** Stubbs has quit IRC [13:11:44] *** Stubbs_ is now known as Stubbs [13:13:19] *** Stubbs_ has joined #jenkins [13:13:20] *** Stubbs has quit IRC [13:13:20] *** Stubbs_ is now known as Stubbs [13:14:52] *** Stubbs_ has joined #jenkins [13:14:52] *** Stubbs has quit IRC [13:14:52] *** Stubbs_ is now known as Stubbs [13:16:29] *** Stubbs_ has joined #jenkins [13:16:29] *** Stubbs has quit IRC [13:16:29] *** Stubbs_ is now known as Stubbs [13:18:08] *** Stubbs_ has joined #jenkins [13:18:08] *** Stubbs has quit IRC [13:18:08] *** Stubbs_ is now known as Stubbs [13:19:33] *** Gazoo has joined #jenkins [13:19:33] *** Stubbs has quit IRC [13:19:43] *** Stubbs has joined #jenkins [13:21:19] *** Stubbs_ has joined #jenkins [13:21:20] *** Stubbs has quit IRC [13:21:20] *** Stubbs_ is now known as Stubbs [13:23:38] *** Stubbs has quit IRC [13:28:23] *** jieryn-w has quit IRC [13:32:02] *** d2m has joined #jenkins [13:32:32] *** jieryn-w has joined #jenkins [13:32:32] *** ChanServ sets mode: +o jieryn-w [13:47:05] *** Sebast1an has joined #jenkins [13:49:52] *** Sebast1an has quit IRC [13:56:05] *** martinP has joined #jenkins [13:58:31] *** banoss has joined #jenkins [13:58:58] <martinP> is there a "migration tutorial" for those who currently run 395 ? [13:59:08] <martinP> Or just replace the war and make sure all slaves download the new slave.jar ? [13:59:20] *** benmatselby has quit IRC [13:59:21] <martinP> (hudson 1.395) [14:07:58] *** benmatselby has joined #jenkins [14:08:15] *** JamesPage has quit IRC [14:08:38] <jieryn-w> martinP: that's exactly what i did, and it worked w/out issue [14:08:57] <jieryn-w> my hudson-1.395 -> jenkins-1.396 was pretty painless [14:09:11] <jenkins-admin> JENKINS-1:Ability to push the build results to another Hudson (Resolved) http://jenkins-ci.org/issue/1 [14:11:40] *** ChanServ sets mode: -o jieryn-w [14:11:52] *** ChanServ sets mode: +v jieryn-w [14:16:58] *** benmatselby has quit IRC [14:17:23] *** tmcquiet has quit IRC [14:19:45] *** kstreith has quit IRC [14:20:10] *** kstreith has joined #jenkins [14:20:33] *** benmatselby has joined #jenkins [14:21:28] *** JamesPage has joined #jenkins [14:27:12] *** cowboyd has joined #jenkins [14:29:37] *** BrianFox_ has joined #jenkins [14:29:54] *** tmcquiet has joined #jenkins [14:30:37] *** tmcquiet has quit IRC [14:33:10] *** ojacobson has joined #jenkins [14:37:39] <banoss> cool. Jenkins now building Jenkins core. Bit worried why we need to run mvn .. -skipTests=true :-P [14:37:40] *** btrim has joined #jenkins [14:45:33] *** Deesl has quit IRC [14:46:27] *** dotsev has joined #jenkins [14:46:51] *** esteele has joined #jenkins [14:50:03] <martinP> wow, issue nr 1 got fixed :) [14:50:04] *** elpargo has joined #jenkins [14:52:13] <redsolo> Who has admin access to the Jenkins Jira, and can install a plugin? (suggestimate) [14:56:48] <jieryn-w> redsolo: abayer seems to be taking on the self-flaggelation that is jira admin [14:58:41] <redsolo> jieryn-w: ok, thx [14:59:56] <jieryn-w> self-flagellation, sorry; need coffee [15:04:53] *** jfelchner has joined #jenkins [15:06:36] *** kenneth_reitz has joined #jenkins [15:07:20] *** benmatselby has quit IRC [15:09:31] <redsolo> well, jira isnt the most admin-friendliest issue tracker [15:11:27] *** tobias has joined #jenkins [15:20:15] *** darkredandyellow has quit IRC [15:22:09] *** tobias has quit IRC [15:30:55] *** sanitycheck has joined #jenkins [15:33:29] *** benmatselby has joined #jenkins [15:34:13] *** mando has joined #jenkins [15:34:48] *** sss_ has joined #jenkins [15:35:54] *** sss_ has quit IRC [15:37:08] <jieryn-w> as a user, i really like it :) [15:39:31] <akostadinov> redsolo: which tracker is better? [15:39:42] <drulli> I like it as an admin, too! Everything is configurable via UI, as it is in Jenkins :-) [15:40:01] <akostadinov> redsolo: I have used a few and JIRA seems best for now [15:40:19] <akostadinov> the one on google code is very straightforward but seems like lacking features [15:40:20] *** elliot has joined #jenkins [15:41:09] *** dpickett has quit IRC [15:41:18] *** dpickett has joined #jenkins [15:42:21] *** jfelchner has quit IRC [15:42:48] *** jfelchner has joined #jenkins [15:43:10] *** Aetzel has quit IRC [15:44:51] *** thkoch has joined #jenkins [15:44:55] *** JHogarth has quit IRC [15:49:21] *** tobias has joined #jenkins [15:51:01] *** stigkj has quit IRC [15:51:38] <drulli> jenkins-admin: Fork vbehar/jenkins-rundeck-plugin on github as rundeck-plugin [15:52:03] <jenkins-admin> Created https://github.com/jenkinsci/rundeck-plugin [15:59:18] *** tobias has quit IRC [16:06:08] *** benmatselby has quit IRC [16:10:26] *** d2m has quit IRC [16:12:17] *** benmatselby has joined #jenkins [16:13:11] *** recampbell has joined #jenkins [16:13:12] *** d2m has joined #jenkins [16:30:08] *** tobias has joined #jenkins [16:33:32] *** statlor has joined #jenkins [16:33:33] *** ChanServ sets mode: +v statlor [16:33:52] <statlor> wow lots of ppl here [16:34:20] <statlor> so how do I join the jenkins organization on github? I can only find create org [16:36:10] *** posulliv_ has joined #jenkins [16:37:12] *** vjuranek has quit IRC [16:38:31] <jenkinsci_builds> Project jenkins_main_trunk build #500: ABORTED in 5 hr 46 min: http://ci.jenkins-ci.org/job/jenkins_main_trunk/500/ [16:39:01] *** posulliv has quit IRC [16:39:04] <jenkinsci_builds> Project jenkins_main_trunk build #501: FAILURE in 32 sec: http://ci.jenkins-ci.org/job/jenkins_main_trunk/501/ [16:39:10] <jenkinsci_builds> Starting build 502 for job jenkins_main_trunk (previous build: FAILURE -- last SUCCESS #458 19 days ago) [16:39:12] *** DamZzzz is now known as DamZ [16:40:05] *** thkoch has quit IRC [16:40:46] *** sshaw has joined #jenkins [16:42:14] *** SnagJJV has joined #jenkins [16:43:41] *** thkoch has joined #jenkins [16:43:54] *** joewilliams_away is now known as joewilliams [16:45:26] *** posulliv_ is now known as posulliv [16:47:30] *** Lewisham has joined #jenkins [16:47:31] *** ChanServ sets mode: +v Lewisham [16:52:21] *** SnagJJV has left #jenkins [16:55:47] *** d2m has quit IRC [17:00:53] <aheritier> statlor: Why do you want to do that ?? :-) [17:08:15] *** esteele is now known as esteele|away [17:12:06] *** d2m has joined #jenkins [17:12:12] *** BrianFox_ has quit IRC [17:12:43] *** BrianFox has joined #jenkins [17:12:48] <AlexLehm> I have another authentication question: is it possible to keep Jenkins from evaluating the http base auth, I have a wiered setup with a apache proxy and I would like to put a password onto the proxy [17:16:51] *** cyball has joined #jenkins [17:17:59] <cyball> hi i have a problem with the github plugin does somebody where i can set the user that tries to clone the github jobs ? it ssems that it always waiting for authorization from the console [17:19:15] <cyball> ok i should mention that i'm on ubuntu and i have installed jenkins from the repository [17:19:57] <cyball> so i have no idea where to change the user .... also because the old hudson documentation seems not to work .. the locations seem to changed :) [17:30:36] *** rromanchuk_ has joined #jenkins [17:32:42] *** DamZ is now known as DamZzzz [17:33:35] *** rromanchuk has quit IRC [17:33:35] *** rromanchuk_ is now known as rromanchuk [17:34:44] *** esteele|away is now known as esteele [17:35:35] *** RSchulzB has joined #jenkins [17:36:04] *** cyball has left #jenkins [17:38:04] *** mconigliaro has joined #jenkins [17:40:28] <RSchulzB> Is there a means within the Hudkins Web interface to remove old builds in bulk (not one at a time) so the timing trend display is not too crowded to read? [17:42:04] *** tobias has quit IRC [17:44:16] *** XCulver has joined #jenkins [17:44:55] *** XCulver has left #jenkins [17:45:03] *** XCulver has joined #jenkins [17:45:09] <XCulver> hmm [17:45:20] <XCulver> is this for the hudson ci utility? [17:45:37] <evilchili> hudson was renamed jenkins [17:45:48] <evilchili> so yes, this is probably where you want to be [17:47:15] <XCulver> ok [17:47:43] *** calavera has quit IRC [17:49:00] *** JamesPage has quit IRC [17:53:07] <jieryn-w> hudson announced jsr-330 support for plugins [17:53:15] <jieryn-w> we should slap ted around about plugin compat now [17:53:17] *** steph021 has joined #jenkins [17:55:37] <drulli> RSchulzB: you can define the number of builds to keep in the configuration of a job. [17:55:47] <jieryn-w> the support looks kind of crummy, i am disappointed; i've been waiting for over a year now and this is what comes at the end of the race? blah [17:56:41] *** ojacobson has quit IRC [17:57:11] *** ojacobson has joined #jenkins [17:57:17] *** tobias has joined #jenkins [17:59:22] <RSchulzB> drulli: That's perfect. It's in the Job configuration display? [18:00:27] <RSchulzB> Ah. Discard Old Builds. I always thought that was binary, but now I see that when checked, two more parameters appear. [18:00:29] <RSchulzB> Thanks! [18:01:36] *** olamy has quit IRC [18:01:50] <drulli> For the analysis graphs you could also define the number of used builds in the graph configuration screen. [18:02:24] *** AlexLehm has quit IRC [18:03:58] *** Haloperidol has joined #jenkins [18:04:02] <drulli> jieryn-w: why did you wait for that feature? Is this a requirement for some of the plug-ins? [18:05:30] <jieryn-w> oh, i mean, it's been 12+ months since i've been hearing jvz talk about jsr-330 support [18:05:37] <jenkinsci_builds> Project jenkins_main_trunk build #502: UNSTABLE in 1 hr 26 min: http://ci.jenkins-ci.org/job/jenkins_main_trunk/502/ [18:05:37] <jieryn-w> and now that it is here.. i am let down [18:05:38] <jenkinsci_builds> * Jerome Lacoste: JENKINS-8660: loading the build history cause an NPE on the History Widget [18:05:38] <jenkinsci_builds> * Jerome Lacoste: JENKINS-7836 tentative fix for the copy from slave to master issues. The problem looks similar to JENKINS-7745, so we might as well synchronized the ProxyInputStream. [18:05:39] <jenkinsci_builds> * Jerome Lacoste: JENKINS-8672 stop depending on Svn SCM and java.net host for testing MavenBuild. [18:05:39] <jenkinsci_builds> * Jerome Lacoste: JENKINS-8676 Windows XP slave stopped working in 1.396 (related to name change) [18:05:40] <jenkinsci_builds> * Jerome Lacoste: JENKINS-8660: loading the build history cause an NPE on the History Widget [18:05:40] <jenkinsci_builds> * Janick Reynders: FIXED JENKINS-4756 the executor number was not always unique. Computer.executors.size() does not provide a unique number within one Computer. [18:05:41] <jenkinsci_builds> * Jerome Lacoste: JENKINS-8686 IO stream copies are not done properly. [18:05:41] <jenkinsci_builds> * Jerome Lacoste: JENKINS-8686 IO stream copies are not done properly. [18:05:42] <jenkinsci_builds> * Jerome Lacoste: JENKINS-8698 HudsonTestCase sometimes fails with NPE in tearDown() while trying to free htmlunit resources [18:05:42] <jenkinsci_builds> * Jerome Lacoste: JENKINS-8676 Windows XP slave stopped working in 1.396 (related to name change) [18:05:43] <jenkinsci_builds> * Richie Vos: Add the build's description to the build feed [18:05:43] <jenkinsci_builds> * Brian Atkinson: This adds a test from HUDSON-8656, and is likely related to issues found in [18:05:44] <jenkinsci_builds> * Brian Atkinson: Add two exact tests for HUDSON-8656. [18:05:44] <jenkinsci_builds> * Brian Atkinson: First pass at a fix for JENKINS-8592. [18:05:45] <jenkinsci_builds> * Kohsuke Kawaguchi: [FIXED JENKINS-3935] add build description to feeds. [18:05:45] <jenkinsci_builds> * Kohsuke Kawaguchi: Recording c628bdd32be8fdf0f663b373836585498e1ecaa1 [18:05:46] <jenkinsci_builds> * Kohsuke Kawaguchi: Recording the fix in HUDSON-8656. [18:05:56] <jenkinsci_builds> * Jerome Lacoste: JENKINS-8707 make changelog.html pass w3c validator [18:05:57] <jenkinsci_builds> * Mikko Peltonen: Set 'Aborted' result before invoking BuildWrapper's tearDown. Fixes JENKINS-7864 and JENKINS-8054. [18:05:57] <jenkinsci_builds> * Jerome Lacoste: Revert "merge changelog.html fixes from kk" [18:05:58] <jenkinsci_builds> * Kohsuke Kawaguchi: ignore *.deb [18:05:58] <jenkinsci_builds> * Kohsuke Kawaguchi: creating an RC branch [18:05:59] <jenkinsci_builds> * Kohsuke Kawaguchi: the trunk is toward 1.398-SNAPSHOT [18:05:59] <jenkinsci_builds> * Kohsuke Kawaguchi: the trunk is toward 1.398-SNAPSHOT [18:06:00] <jenkinsci_builds> * Kohsuke Kawaguchi: Hudson to Jenkins [18:06:00] <jenkinsci_builds> * kphonik: Added support to MavenBuild for alternateSettings [18:06:01] <jenkinsci_builds> * James Nord: Core update URL has changed -fixed test case [18:06:01] <jenkinsci_builds> * Kohsuke Kawaguchi: [FIXED JENKINS-8670] recording the fix [18:06:02] <jenkinsci_builds> * Kohsuke Kawaguchi: [FIXED JENKINS-8054] recording the fix in the merge [18:06:02] <jenkinsci_builds> * Mikko Peltonen: Add test cases for JENKINS-8054 [18:06:05] <sanitycheck> hm.. [18:06:14] <abayer> jieryn-w: Indeed. And let's be honest, while this is a nice feature to add (theoretically), it's not that big a deal for most people. [18:06:35] <jieryn-w> i'm a sucker for jsr spec compliance :-b [18:06:37] <abayer> =) [18:07:04] <jieryn-w> it's nice to put on a slide, and it makes management all gooey [18:07:34] <drulli> aha ;-) [18:07:40] <abayer> True. But as a practical feature day-to-day... [18:08:02] *** abayer has quit IRC [18:08:22] <XCulver> Hi, I am using Hudson ver. 1.384, and using a slave machine to run selenium tests with msbuild. When the hudson slave runs the tests it takes 2hours vs 40 minutes through visualStudio 08. [18:09:29] *** benmatselby has quit IRC [18:10:42] *** _marc` has quit IRC [18:11:00] *** JHogarth has joined #jenkins [18:12:38] <jieryn-w> XCulver: admit it, this was just the excuse you needed to check out the msbuild plugin and try to enhance it.. [18:13:26] <XCulver> haha [18:15:03] <jieryn-w> i wonder how they will handle the existing m3 support [18:15:06] <jieryn-w> just trash olamy's hard work? [18:15:35] <jieryn-w> it really irks the hell out of me as if every post mentioning m3 support comes off as if hudson didn't yet have it [18:15:47] *** ChrisCNexus has joined #jenkins [18:15:50] <ChrisCNexus> blech [18:15:58] <ChrisCNexus> xculver is me [18:16:14] <ChrisCNexus> got dc'd after i said [11:09] <XCulver> there a known issue? [18:16:44] *** Heimidal has joined #jenkins [18:16:48] *** johnsmart has joined #jenkins [18:18:00] <jieryn-w> registering your nick is easy, and gives you a lot of nice features [18:18:13] <ChrisCNexus> thanks for the reminder [18:18:19] <ChrisCNexus> havne't been on irc in years [18:18:28] *** XCulver has quit IRC [18:18:36] <jieryn-w> check the jira database for this component ... here's a link: http://issues.jenkins-ci.org/browse/JENKINS/component/15559 [18:19:02] *** esteele is now known as esteele|away [18:19:03] *** dogmatic69 has quit IRC [18:20:17] *** DaveH has quit IRC [18:22:51] *** ChrisCNexus is now known as XCulver [18:23:24] *** kstreith has quit IRC [18:23:48] *** drulli has quit IRC [18:24:13] *** DaveH has joined #jenkins [18:25:08] * rtyler rubs his eyes [18:25:38] <XCulver> jieryn-w: I am using the latest version of MSBuild Plugin according to Hudson [18:25:42] *** Mathiasdm has quit IRC [18:27:52] <jieryn-w> this is my exit, i don't use any of windows, msbuild plugin, or selenium [18:28:14] <XCulver> alright [18:28:28] <XCulver> but i think i see the issue [18:31:12] *** awb has joined #jenkins [18:38:35] *** DamZzzz is now known as DamZ [18:40:36] *** JHogarth has quit IRC [18:41:08] *** JHogarth has joined #jenkins [18:41:50] *** Richm_ has joined #jenkins [18:43:29] *** drulli has joined #jenkins [18:43:29] *** ChanServ sets mode: +v drulli [18:45:07] *** aheritier has quit IRC [18:47:06] *** phycho has joined #jenkins [18:47:09] <phycho> Hi all [18:47:17] <phycho> does anyone happen to know how to disable the mdns features of hudson? [18:47:39] <phycho> s/hudson/jenkins [18:49:50] *** Plouj- has joined #jenkins [18:50:41] *** Plouj has quit IRC [18:52:29] *** noahcampbell has joined #jenkins [18:54:48] *** aheritier has joined #jenkins [18:54:48] *** ChanServ sets mode: +v aheritier [18:55:38] <stisti> phycho: see http://wiki.jenkins-ci.org/display/JENKINS/Features+controlled+by+system+properties [18:55:49] <phycho> yeah ive managed to turn it off [18:55:53] <phycho> crazy thing to have on by default [18:56:00] <phycho> it went mad and started spamming our lan with crap [18:56:09] *** wolfs has quit IRC [18:56:41] <stisti> yeah, why would anyone want to have autodiscoverable sevices is beyond me [18:56:45] <redsolo> akostadinov: (late answer). Ive used trac (nice and quick) clearquest (behemoth), JIRA (customizable and nice), mantis (meeeh)... Jira is the one I prefer [18:56:51] <stisti> why make it easy to users [18:57:44] <redsolo> abayer: What do you think about adding the suggestimate plugin for jira to reduce the number of duplicated new issues? Its free for open source projects [18:58:29] <mikko> hello, i got a quick question about slave.jar command-line parameters [18:58:51] <mikko> so, im trying to work on adding SSL support to TCP connections from JNLP slave to master [18:59:27] <mikko> and i'm stuck on how can i access the flag '-noCertificateCheck' in remoting.Engine ? [18:59:43] <mikko> as the connection should honour the same policy on checking certs [19:01:09] *** maya has quit IRC [19:05:38] *** olamy has joined #jenkins [19:05:38] *** ChanServ sets mode: +v olamy [19:05:47] *** olamy has quit IRC [19:06:51] *** JHogarth has quit IRC [19:07:30] *** resmo__ has joined #jenkins [19:09:33] *** stephendonner has joined #jenkins [19:11:32] *** d2m has quit IRC [19:11:43] * banoss is listening to the podcast [19:13:34] *** abayer has joined #jenkins [19:13:34] *** ChanServ sets mode: +o abayer [19:20:11] *** esteele|away is now known as esteele [19:20:32] *** _marc` has joined #jenkins [19:21:54] *** tobias has quit IRC [19:25:12] *** thkoch has quit IRC [19:26:30] *** d2m has joined #jenkins [19:27:49] *** noahcampbell has quit IRC [19:28:26] *** noahcampbell has joined #jenkins [19:29:00] *** kutzi has joined #jenkins [19:30:34] <jieryn-w> kohsuke: it might be better to capture these things using Jira or Confluence; and tag them as rfe or roadmap [19:31:15] <abayer> +1 [19:31:25] <kohsuke> Can you send that in? [19:31:32] <jieryn-w> k [19:31:42] <kohsuke> And sorry for missing the meeting yesterday. I was down with flu [19:32:11] <kohsuke> I'm still not quite feeling normal, but I'm not completely useless today. [19:32:58] <jieryn-w> he's human?? [19:33:05] <jieryn-w> :-) just kidding... hope you feel better [19:33:28] *** kenneth_reitz has quit IRC [19:33:45] <kohsuke> I do wish I could digitize my brain [19:33:57] *** DaveH has quit IRC [19:34:09] <kutzi> kohsuke: have you thought about merging the sonatype stuff over from hudson - once they made their promise true? [19:34:25] <kohsuke> Yeah, we can still do that [19:34:27] <kutzi> seem to address some of the points you mentioned [19:34:28] *** johnsmart has quit IRC [19:35:47] <kutzi> BTW: seems my voice got lost during the renaming of the channel!? [19:35:51] <kohsuke> My only concern is that when it happens --- they've been promising to deliver some of this for past 2 years and it hasn't happened [19:35:55] *** arnaldo has joined #jenkins [19:36:03] <jieryn-w> kutzi: hold [19:36:32] <kutzi> you've seen the blog post from Jason today? [19:36:45] *** ChanServ sets mode: +v kutzi [19:36:46] *** Weltraumschaf has quit IRC [19:36:49] <kohsuke> Let me check [19:36:57] <jieryn-w> kutzi: done [19:37:01] <kutzi> jieryn-w: thanks :) [19:37:16] <jieryn-w> sure :) [19:37:51] <kutzi> http://www.sonatype.com/people/2011/02/guicing-up-hudson-making-life-easier-for-developers-with-jsr-330/ [19:39:42] *** cybernd has joined #jenkins [19:40:51] <banoss> nice Podcast guys :) [19:40:51] <kohsuke> Looks very similar to our earlier Guice branch work [19:41:20] <kohsuke> Ah, wait... [19:46:51] <XCulver> jieryn-w: looking at the issue with the msbuild plugin. would the fact that it checks the location of msbuild on the server have anything to do with why the tests run very slow on the slave machine? [19:53:23] <banoss> hmmmmm mb.getPreviousBuiltBuild().getResult().isWorseThan(Result.SUCCESS) should include the case where the mb was not built in the last build, right? [19:55:53] <kohsuke> I thought I got better but maybe not. I'm going back to bed again [19:56:26] <banoss> gws [19:56:37] <kutzi> +1 [19:59:17] *** dhackner has joined #jenkins [20:02:36] *** XCulver has quit IRC [20:05:34] *** banoss has quit IRC [20:08:22] *** tobias has joined #jenkins [20:08:42] *** kenneth_reitz has joined #jenkins [20:12:12] *** vjuranek has joined #jenkins [20:12:17] <RSchulzB> drulli: Earlier you answered my question with "For the analysis graphs you could also define the number of used builds in the graph configuration screen." [20:12:28] <RSchulzB> This leaves me with a couple of follow-up questions... [20:12:40] <RSchulzB> What graphs other than the build time trend are there? [20:12:49] <RSchulzB> And how do you control how much history they include? [20:14:24] *** JamesPage has joined #jenkins [20:19:59] *** tom_huybrechts has joined #jenkins [20:21:53] <redsolo> abayer: What do you think about adding the suggestimate plugin for jira to reduce the number of duplicated new issues? Its free for open source projects [20:22:05] <abayer> Sounds fine to me - gimme a link? [20:23:05] *** evilchili has quit IRC [20:23:09] <redsolo> http://www.suggestimate.com/ [20:38:46] *** bmahe has joined #jenkins [20:45:23] *** pahalial has quit IRC [20:47:28] *** thkoch has joined #jenkins [20:49:36] *** pahalial has joined #jenkins [20:50:12] *** DamZ is now known as DamZzzz [20:51:30] *** dotsev has quit IRC [20:51:47] *** dotsev has joined #jenkins [20:54:37] *** olav_ has joined #jenkins [20:55:27] <olav_> Is there a maintainer of the Jenkins openSUSE RPM packaging stuff? [20:58:11] <drulli> RSchulzB: These graphs are available and configurable: http://wiki.jenkins-ci.org/display/JENKINS/Static+Code+Analysis+Plug-ins [20:58:29] <RSchulzB> drulli: Thanks again! [20:58:33] <drulli> And there is the test and coverage trend graphs... [20:58:48] <drulli> These are not configurable [20:59:36] <RSchulzB> OK [21:00:40] *** aabrowne has joined #jenkins [21:02:26] *** jsmigel has quit IRC [21:03:15] *** vivek_ has joined #jenkins [21:05:40] *** wolfs has joined #jenkins [21:06:59] *** akostadinov has quit IRC [21:07:24] *** evilchili has joined #jenkins [21:08:23] *** sanitycheck has left #jenkins [21:10:37] *** vivek_ has quit IRC [21:15:01] *** kutzi has quit IRC [21:16:45] *** kenneth_reitz has quit IRC [21:17:00] <jieryn-w> abayer: i attempted to create a jira with a new label and took http://paste.pocoo.org/show/336047/ [21:17:14] *** kenneth_reitz has joined #jenkins [21:18:03] *** wolfs has quit IRC [21:19:11] *** drulli has quit IRC [21:19:58] *** aabrowne has quit IRC [21:21:43] <dhackner> abayer: hey, have you had a chance to look at the concurrent builds plugin? [21:29:26] *** mando has quit IRC [21:29:38] *** thkoch has quit IRC [21:32:48] *** jrz has joined #jenkins [21:32:49] <jrz> re [21:33:20] <jrz> I'm having trouble getting jenkins to work with a private svn repo @ assembla.. others have the same issue.. It woks in a previous version of hudson [21:33:41] <abayer> jieryn-w: bug Kohsuke. =) [21:33:46] <abayer> dhackner: Not yet, sorry. [21:33:50] <dhackner> np [21:35:18] <jrz> Same one as http://issues.jenkins-ci.org/browse/JENKINS-8518 [21:35:39] <jenkins-admin> JENKINS-8518:svn fails to checkout from multi-svn site www.assembla.com - No credential to try (Open) http://jenkins-ci.org/issue/8518 [21:36:09] *** drulli has joined #jenkins [21:36:09] *** ChanServ sets mode: +v drulli [21:41:47] *** msteinhauser has joined #jenkins [21:42:22] <msteinhauser> Anybody out there willing to lend a hand to help someone in need with Jenkins -> Ant builds? [21:42:30] <dhackner> msteinhauser: whats up? [21:42:38] <msteinhauser> I've been dealing with this for a few days. [21:42:53] <msteinhauser> Ant path and ANT_HOME are set on CentOS running Jenkins in Tomcat 6. [21:43:01] <dhackner> ok [21:43:09] <msteinhauser> When a build is run, it connects to our git server pulls like it should but then never starts ant. [21:43:14] <msteinhauser> Any thoughts? [21:43:20] <dhackner> is the job running on a slave? [21:43:27] <dhackner> or master [21:43:27] <msteinhauser> Right now, no [21:43:29] <dhackner> ok [21:43:31] <msteinhauser> master. [21:43:46] <dhackner> does the user that Jenkins runs as have ANT_HOME and the path set correctly? [21:43:51] <dhackner> (vs. root or whatever) [21:44:07] <msteinhauser> Yep, I've got it running under root because I've been srugging with it running under it's own user. [21:44:24] <dhackner> I sometimes find that PATH/env. var. issues are easiest to resolve if you explicitly specify them [21:44:28] <dhackner> so for the manage nodes page [21:44:39] <dhackner> try defining those variables for the node this is on [21:44:49] <dhackner> even if it might seem redundant, that sometimes has done the trick for me [21:45:02] <msteinhauser> Interesting, I hadn't found that suggestion out there. [21:45:06] <msteinhauser> Cehcking now. [21:45:09] <msteinhauser> checking* [21:45:20] *** calavera has joined #jenkins [21:45:53] <msteinhauser> Went through the config for master which had pulled the correct vars from the config files. [21:46:02] <msteinhauser> So, Master through node is same as master configure. [21:46:09] <msteinhauser> if that makes sense. [21:46:21] *** ojacobson has quit IRC [21:46:28] <dhackner> yea [21:46:34] <dhackner> let me pull mine up, one second [21:46:39] *** braind has joined #jenkins [21:46:48] <msteinhauser> Roger. Thanks for the help. [21:46:57] *** ojacobson has joined #jenkins [21:47:24] *** olamy has joined #jenkins [21:47:24] *** ChanServ sets mode: +v olamy [21:47:58] <dhackner> So, can you try adding it as a Global property / env. var.? [21:48:14] <dhackner> This might act differently because it's the master, I've only done this with slaves [21:48:17] <msteinhauser> Yep, that's just fine. [21:48:40] <msteinhauser> I actually did set ANT_HOME and reloaded the application, though I didn't reload tomcat. [21:48:42] <dhackner> you could of course also try using an Ant installation done by Jenkins, which is what I do for Ant [21:49:03] <dhackner> (where you tell it to install automatically from Apache and tell the job to use that installation) [21:49:04] <msteinhauser> Hmm, I didn't think about that. I saw the option but didn't look into it. [21:49:31] <dhackner> makes it simpler in some cases because it will have a copy of ant that it maintains for Jenkins use on the slave/whatever [21:49:41] <dhackner> and I guess it configs the paths etc. to use it [21:49:44] <btrim> +1 for installing through Jenkins [21:49:55] <dhackner> nice if you wanna keep things at the same version etc. [21:49:57] <dhackner> yea [21:50:22] <msteinhauser> Yea, I'll have to check that. [21:50:28] <dhackner> it's actually really great for certain situations. like I needed ANT 1.8.1 on a specific slave but it was a f*ing pain in the ass to d/l it to the slave [21:50:31] <msteinhauser> I'm reloading tomcat right now to see if it will pull in the env changes. [21:50:35] <dhackner> cool [21:50:55] <msteinhauser> It definitely helps when you're testing in a local VM. [21:51:05] <dhackner> try this if it doesn't, it's pretty straightforward, just make sure to tell the jobs in question to use this version [21:51:08] <dhackner> yea [21:51:32] <msteinhauser> Yep, I'll check this and if it still fails I'll try the auto install. That's a really cool feature too. [21:51:52] <msteinhauser> Definitely makes sense for when you need the diff versions like you mentioned. [21:52:11] <dhackner> yea [21:52:36] <msteinhauser> Hmm, odd. It dropped my jobs. [21:52:43] <dhackner> uhh [21:52:48] <dhackner> *not it* [21:52:58] <msteinhauser> Checking to see if it thinks home changed. [21:53:04] <msteinhauser> not a big deal. [21:53:32] <dhackner> weird, maybe you changed another setting? look in /var/lib/hudson or w/e $HUDSON_HOME is [21:53:50] <msteinhauser> Well, I'm looking at jenkins/systeminfo right now. [21:54:03] <msteinhauser> HUDSON_HOME isn't in the env vars. [21:54:07] <msteinhauser> Must have lost it soemhow. [21:55:22] <dhackner> could it be an issue with which user is in action? [21:55:27] *** tomhuybrechts has joined #jenkins [21:55:39] <msteinhauser> Shouldn't be, but it is possible. [21:55:42] *** slaboure has quit IRC [21:55:44] <msteinhauser> Reloading tomcat again. [21:55:54] <dhackner> I've always had weirdness with users [21:56:12] <dhackner> thats why adding the env. var. inside of Jenkins can help [21:56:22] <msteinhauser> How is that done? [21:57:33] <dhackner> that's what I was describing in the manage nodes section [21:57:44] <msteinhauser> Cool. Set JENKINS_HOME and the jobs are back. I'm glad it doesn't store data in a weird way. [21:57:50] <msteinhauser> Ah, got it. I'll check that right now. [21:59:03] *** tomhuybrechts has quit IRC [21:59:56] <msteinhauser> Well, I set the specific master env vars for J_H and ANT_HOMe. [22:00:28] <msteinhauser> Yep, I'm still only seeing git connections in the consol output. [22:01:49] <dhackner> so it's not even trying to call ant and failing? [22:01:57] <dhackner> it's just plain not doing anything? [22:02:13] <msteinhauser> Correct. [22:02:32] <msteinhauser> that's why I've been at a loss for the last 3 days. It just didn't make sense to me that i wasn't even being called. [22:02:45] <msteinhauser> I'm looking at the logs right now and it doesn't even show up, though the paths are stored. [22:02:56] *** resmo__ has quit IRC [22:03:17] <msteinhauser> It has two separate Ant build steps in the config as well. [22:03:27] <dhackner> hmmmm [22:03:46] <msteinhauser> Actually, I'm even manually invoking ant through executing a shell command. [22:03:59] <dhackner> so if it couldn't find the executable, I'd expect an error in the vain of "no ant in :...:...:...:" [22:04:28] <msteinhauser> Exactly. But, I don't think it's even looking for the ex. [22:04:42] <dhackner> ok [22:04:54] <dhackner> can you go to the nodes page and click on Log on the left pane? [22:05:11] <dhackner> nodes >> master page that is [22:05:19] <dhackner> not sure if Log is there for non-slaves [22:05:48] <msteinhauser> Build History but no logs. [22:05:53] <msteinhauser> I can get a slave setup to try it out. [22:06:07] <dhackner> no it's ok [22:06:19] <dhackner> script console: println System.getenv("USER") [22:06:22] <dhackner> just to make sure [22:06:36] <msteinhauser> Alright, 1 sec. [22:06:47] <dhackner> <JENKINS_URL>/computer/(master)/script [22:07:11] <msteinhauser> Yep, and returns back as "root" [22:07:15] <dhackner> grrr [22:07:30] <msteinhauser> heh, I'm sorry about passing my frustration on to you! [22:07:42] <msteinhauser> This has been me and now my boss has been getting onto me a bit. [22:07:44] <dhackner> println System.getenv() ? [22:07:47] <msteinhauser> At least I'm only an intern! [22:07:50] <dhackner> lol [22:07:52] <dhackner> where at? [22:07:57] <msteinhauser> Eau Claire, WI [22:08:01] <msteinhauser> Applied Data Consultants. [22:08:06] <msteinhauser> We're a GIS firm. [22:08:06] <dhackner> cool [22:08:30] <msteinhauser> Yea, it's pretty awesome. [22:08:50] <dhackner> can you dump println System.getenv() [22:08:53] <msteinhauser> Been programming for about 8 years now and finally getting my degree [22:08:59] <msteinhauser> Yep, here ya go: [TERM:xterm, JENKINS_HOME:/var/www/Jenkins_Home/, SHLVL:2, JAVA_HOME:/usr/java/jdk1.6.0_23/, XFILESEARCHPATH:/usr/dt/app-defaults/%L/Dt, SSH_CLIENT:172.25.3.101 33821 22, MAIL:/var/spool/mail/root, HOSTNAME:hudson.ec-webpc07.adc4gis.local, PWD:/var/www, SSH_TTY:/dev/pts/0, LOGNAME:root, CVS_RSH:ssh, G_BROKEN_FILENAMES:1, _:/usr/java/jdk1.6.0_23//bin/java, NLSPATH:/usr/dt/lib/nls/msg/%L/%N.cat, LD_LIBRARY_PATH:/usr/java/jdk1.6.0_23/jr [22:09:01] <msteinhauser> e/lib/i386/client:/usr/java/jdk1.6.0_23/jre/lib/i386:/usr/java/jdk1.6.0_23/jre/../lib/i386, SSH_CONNECTION:172.25.3.101 33821 172.25.3.78 22, INPUTRC:/etc/inputrc, SHELL:/bin/bash, HISTSIZE:1000, PATH:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin, USER:root, ANT_HOME:/lib_pkg/apache-ant-1.8.2/, HOME:/root, LESSOPEN:|/usr/bin/lesspipe.sh %s, LS_COLORS:no=00:fi=00:di=00;34:ln=00;36:pi=40;33: [22:09:03] <msteinhauser> so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:, LANG:en_US.UTF-8] [22:09:05] <msteinhauser> lol [22:09:08] <dhackner> woah [22:09:12] <dhackner> grep time, one sec [22:09:17] <msteinhauser> yep n/p [22:10:06] <rpetti> http://jenkins.pastebin.com [22:10:17] <dhackner> yea [22:10:41] <dhackner> ANT_HOME:/lib_pkg/apache-ant-1.8.2/ [22:11:01] <msteinhauser> Yep, that's actually correct for the situation right now. [22:11:13] <dhackner> so on the machine [22:11:23] <dhackner> gimme "which ant" and "whereis ant" [22:11:49] <msteinhauser> [root@hudson www]# which ant [22:11:51] <msteinhauser> /usr/bin/ant [22:11:51] *** aheritier has quit IRC [22:11:53] <msteinhauser> [root@hudson www]# whereis ant [22:11:55] <msteinhauser> ant: /usr/bin/ant /etc/ant.d /etc/ant.conf /usr/share/ant [22:12:10] <dhackner> ok [22:12:14] <dhackner> this looks like an issue to me [22:12:14] *** martinP has left #jenkins [22:12:26] <dhackner> can you change $ANT_HOME to be /usr/share/ant ? [22:12:28] <msteinhauser> Okay, I have been wondering about that. [22:12:39] <msteinhauser> Yep, but I know that my build script will fail. [22:12:42] <mwalling> $ANT_HOME/bin should probably be in $PATH for which and whereis to work [22:12:44] <msteinhauser> Which is fine. [22:12:47] <dhackner> right [22:12:54] <dhackner> that was the next suggestion [22:12:57] <msteinhauser> Ah, got it. [22:13:01] <dhackner> doesn't look like your path would hit that as is [22:13:21] <jieryn-w> abayer: ok, i sent him an email with full stack trace [22:13:22] <dhackner> not sure what your current ANT_HOME means [22:13:23] <msteinhauser> Nope. Never set it into it. [22:13:44] <dhackner> so if you don't have a good reason to keep ANT_HOME as it is, I'd change it [22:13:45] <jieryn-w> only 462 resolved jira now, and 5,003 closed !!!! [22:13:47] <jieryn-w> w0000t [22:13:50] <dhackner> then you should be fine, but otherwise [22:13:50] <msteinhauser> It's a bin package DLed from Apache. Trying to isolate the issue from CentOS 1.6.5 build of ant. [22:14:07] <dhackner> add $ANT_HOME/bin to PATH [22:14:20] <mwalling> msteinhauser: you can edit the node's enviroment from /jenkins/computer/<slavename>/configure [22:14:36] <mwalling> (assuming a slave, not the master) [22:14:43] <dhackner> mwalling: it's master [22:14:53] <msteinhauser> Well, it was master but I'm getting my Fedora 14 slave up. [22:15:00] <msteinhauser> That doesn't have the same old ant problem. [22:15:09] <dhackner> I think you can just change ANT_HOME and that should fix it [22:15:29] <dhackner> and if you need the lib_pkg version, set PATH=$ANT_HOME/bin:$PATH [22:15:29] *** ctrabold has joined #jenkins [22:15:41] <msteinhauser> Got it. [22:15:54] *** ojacobson has quit IRC [22:15:55] <dhackner> I'd suggest the first if they are both options [22:16:16] <msteinhauser> Yea, I'm setting the first right now for the env vars. [22:16:23] <msteinhauser> through Jenkins/node//config [22:16:25] <dhackner> I'm referring to the machine itself [22:16:38] <dhackner> just log in as root and change the vars [22:16:41] <msteinhauser> Oh, got it. [22:16:47] <dhackner> in /etc/profile or w/e [22:16:53] <msteinhauser> Tehn I already did, but they aren't loaded unless tomcat is reloaded. [22:17:04] <dhackner> yea that's probably right [22:17:11] <dhackner> source the file as well [22:17:20] *** XCulver has joined #jenkins [22:17:23] *** XCulver has left #jenkins [22:17:27] *** XCulver has joined #jenkins [22:17:35] <msteinhauser> source? [22:17:52] <dhackner> source /etc/profile will flush it into the system [22:17:54] *** dotsev1 has joined #jenkins [22:18:01] <dhackner> "source /etc/profile" [22:18:03] <msteinhauser> Ah, got it. Never knew that. [22:18:08] <dhackner> for the current login [22:18:21] <dhackner> profiles confuse the hell out of me though, you probably will still need to restart tomcat [22:18:40] <msteinhauser> Yea, I just did after setting everything and update the $PATH [22:18:53] <dhackner> ok, so pastebin your env now [22:19:29] *** dotsev has quit IRC [22:20:42] <msteinhauser> http://jenkins.pastebin.com/bfWuknws [22:21:34] <dhackner> I don't believe you needed to add :/usr/share/ant/bin to PATH [22:21:40] <dhackner> all you needed to do was change ANT_HOME [22:21:53] <msteinhauser> Oh, got it. I saw that mwalling mentioned I should. [22:21:54] <dhackner> because /usr/bin/ant is in path already [22:22:11] <mwalling> i didnt say anything about /usr/share/ant/bin [22:22:12] <dhackner> that's an alternative if you didn't want to fix ANT_HOME [22:22:18] *** dotsev1 has quit IRC [22:22:25] <msteinhauser> Ah, got it. Sorry, got confused. I'll fix it. [22:22:27] *** dotsev has joined #jenkins [22:22:35] *** vivek_ has joined #jenkins [22:23:13] <dhackner> you'd need that bin in PATH if you were using the lib_pkg version vs. the CentOS version [22:23:19] <dhackner> you appear to have 2 installs [22:23:30] <dhackner> so we're going with the OS one [22:23:33] <msteinhauser> Oh, got it. [22:23:37] <msteinhauser> Sounds good. [22:24:38] *** vivek__ has joined #jenkins [22:24:50] *** vivek_ has quit IRC [22:25:00] <msteinhauser> Alright, PATH is fixed. [22:25:08] <dhackner> cool [22:25:20] <dhackner> so give that a swing and see where we're at [22:25:24] <msteinhauser> Sounds good. [22:26:00] <msteinhauser> reloading tomcat, and pulling up jenkins [22:26:50] <msteinhauser> how do you like using TestNG(I'm guessing you're dhackner on StackOverflow too) [22:26:50] *** dotsev has quit IRC [22:27:02] <dhackner> haha a sleuth! [22:27:05] *** dotsev has joined #jenkins [22:27:07] <dhackner> ummm [22:27:18] <dhackner> that question has different answers depending on the context [22:27:32] <dhackner> I think it's great for some stuff, but the Jenkins integration leaves much to be desired [22:27:55] <msteinhauser> lol, just wondering. That's what I'm looking to use for our unit and functional testing. We design webapps for GIS stuff. Planning on using Selenium integration to conduct testing for windows systems. [22:28:12] <msteinhauser> Yea, that's what I've agreed with as I've started looking into the plugin more and more. [22:28:17] <dhackner> and I think the documentation is pretty good but there is some vagueness in usage I think [22:28:34] <dhackner> yea, the plugin has come a long way but isn't there yet [22:28:47] <msteinhauser> Oh yea, Beust expects you to know how to write excellent tests before getting into it. [22:28:50] <dhackner> but TestNG has a lot of ways to be used, so I might be using it in a weird unintended way [22:29:02] <dhackner> yea [22:29:16] <dhackner> I actually just wrote the plugin dev this morning because it doesn't support the way I'm using it [22:29:30] <msteinhauser> Ah, got it. [22:29:32] <dhackner> but you can always just feed the TestNG results into the jUnit Jenkins reader [22:29:34] <msteinhauser> It's what I love about FOSS ssytems. [22:29:41] <msteinhauser> yep, I have looked into that. [22:29:43] <dhackner> it does an ok job at parsing them [22:29:43] *** wilmoore has joined #jenkins [22:29:50] <dhackner> but again, totally depends on how you use it [22:29:56] <msteinhauser> Sorry for digressing. System is back up. [22:30:00] <msteinhauser> Yep, agreed. [22:30:08] <dhackner> the way my system has grown makes perfect sense to me, but is clearly not how everyone else is using it [22:30:23] <msteinhauser> Oh, so you just like breaking stuff :P [22:30:30] <dhackner> yea seems that way sometimes [22:30:37] <dhackner> a born engineer or something [22:30:42] <msteinhauser> Well, considering we write code... yea. [22:31:06] <msteinhauser> Yep, when I was a kid I disassembled everything mechanical/electronic in the house except for the TV. Wasn't allowed to touch that due to the Caps. [22:31:26] <dhackner> heh [22:32:26] *** dotsev has quit IRC [22:32:36] <msteinhauser> Interesting, it appears to be building now. [22:32:43] <msteinhauser> At least it hasn't 'finished' in <5 seconds. [22:33:00] <dhackner> excellent [22:33:04] *** dotsev has joined #jenkins [22:33:26] <msteinhauser> Console output still doesn't show anything more than git, but maybe it's doing something. [22:33:37] <dhackner> hmmm [22:33:42] <dhackner> lets see when it dies [22:33:59] <msteinhauser> Actually, I misread it. [22:34:05] <msteinhauser> I think it did die. [22:34:18] <msteinhauser> Started 2 min 19 sec ago [22:34:20] <msteinhauser> Took 8.9 sec on master [22:34:39] *** vivek_ has joined #jenkins [22:35:15] *** vivek__ has quit IRC [22:35:40] <dhackner> so identical to before eh? [22:35:59] *** dotsev1 has joined #jenkins [22:36:09] <msteinhauser> Pretty much. [22:36:20] *** dotsev1 has quit IRC [22:36:32] <msteinhauser> Loads Git, check current revision. Sees nothing changed and states it was a Success. [22:36:43] <msteinhauser> I'll get you a pastebin of the output if you want. [22:36:48] <dhackner> k [22:37:18] *** myusuf3 has joined #jenkins [22:37:27] <myusuf3> my hudson ip changed [22:37:28] <dhackner> meeting, back in 15 [22:37:33] <myusuf3> how do i make nodes aware of that [22:37:54] <msteinhauser> http://jenkins.pastebin.com/nWZ8Wmhg [22:37:57] <msteinhauser> Sounds good. [22:38:54] <myusuf3> ahlo [22:38:56] <myusuf3> anyone [22:39:04] <msteinhauser> Well, I'm here but I don't have a good answer. [22:39:06] <myusuf3> this is matter of release or not release [22:39:44] *** dotsev has quit IRC [22:41:35] *** RSchulzB has quit IRC [22:42:07] *** RSchulzB has joined #jenkins [22:44:12] *** vivek_ has quit IRC [22:44:39] <myusuf3> rtyler, any ideas? [22:44:44] *** vivek_ has joined #jenkins [22:45:54] <rtyler> wat [22:46:01] <rtyler> I don't know anything [22:47:24] *** mando has joined #jenkins [22:49:38] *** nat2610 has joined #jenkins [22:49:57] <myusuf3> i found it [22:50:03] <myusuf3> if you go to into manage hudson [22:50:20] <myusuf3> you update the information to point to new ip address [22:50:27] <myusuf3> that is all. [22:50:52] <msteinhauser> Oh, nice. Not that difficult once you know where to look. Thanks for reporting back. [22:54:12] *** vivek__ has joined #jenkins [22:54:12] *** vivek_ has quit IRC [22:57:17] *** esteele has quit IRC [23:01:28] *** vivek__ has quit IRC [23:01:46] *** vivek_ has joined #jenkins [23:02:14] *** kutzi has joined #jenkins [23:02:14] *** ChanServ sets mode: +v kutzi [23:02:57] *** wolfs has joined #jenkins [23:04:31] *** aheritier has joined #jenkins [23:04:31] *** ChanServ sets mode: +v aheritier [23:07:10] <msteinhauser> dhackner: any chance you're back? [23:11:33] *** vivek__ has joined #jenkins [23:12:15] *** vivek_ has quit IRC [23:12:17] <aheritier> abayer: arround ? [23:12:25] <aheritier> you are the Jira master ? [23:13:35] <aheritier> About he label issue you have perhaps the issue with the conflict with the label plugin as now it is provided by jira core [23:14:20] <abayer> I honestly don't know if we have the label plugin installed. Let me look. [23:14:38] <aheritier> about suggestimate, I contacted us for eXo few monthes ago and it is really simple to get the plugin [23:14:59] <abayer> I downloaded the 14 day trial - if it looks good, I'll start bugging them for a license. [23:15:34] *** olamy has quit IRC [23:15:36] <abayer> And yeah, we don't have the label plugin installed. That error, I think is the database problem kohsuke's been ding some work on. [23:15:54] <aheritier> abayer: ok. shit. it was too easy [23:16:29] *** cristiano has quit IRC [23:16:33] <aheritier> I don't know how this install is setup but I recommand to use the UPM to manage plugins to ease your life if it's not already setup [23:17:15] <mwhudson> kohsuke: ping, i'm having a problem with the openid plugin [23:17:56] <mwhudson> i guess i should file a bug [23:21:17] *** vivek__ has quit IRC [23:21:18] *** cowboyd has quit IRC [23:21:21] *** vivek_ has joined #jenkins [23:21:48] *** Ragnor has quit IRC [23:22:00] *** Ragnor has joined #jenkins [23:23:05] <msteinhauser> mwhudson: I noticed that earlier today too. Did you upgrade to the new Jenkins that caused it? [23:23:38] <mwhudson> msteinhauser: um i guess i haven't explained my problem yet :) [23:23:47] <msteinhauser> Indeed you haven't :D [23:23:49] <mwhudson> i actually know what's happening, but i don't know how to solve it [23:23:55] <mwhudson> (without hacking winstone) [23:24:08] <mwhudson> basically it's that i'm running jenkins behind apache, with apache doing ssl [23:24:09] <msteinhauser> I was taking a wild guess for what was causing mine. A lot of plugins are broken after the changeover. [23:24:18] <msteinhauser> Ah, that's always a bit frustrating. [23:24:39] <mwhudson> the problem is that this means that jenkins thinks its urls start with "http://" not "https://" [23:24:46] <mwhudson> and this breaks part of the openid verification process [23:25:04] <mwhudson> msteinhauser: the openid plugin was only released after the jenkins name changeover :-) [23:25:29] <msteinhauser> huh, then I'm not sure why it keeps wanting to call URLs to /hudson/ and not /jenkins/ [23:25:33] <msteinhauser> Must be a problem from my changeover. [23:25:37] *** hanen has joined #jenkins [23:25:51] <mwhudson> i'm running it at / anyway [23:26:27] <msteinhauser> That's a bit of a big issue then from a security perspective and for the openID auth process. [23:26:36] <msteinhauser> Ah, I don't have that luxury on this server. [23:26:36] <mwhudson> talking of changeovers, i wonder why i can't log in to issues.jenkins-ci.org [23:28:18] <rpetti> mwhudson: did you reset your password at https://jenkins-ci.org/account ? [23:28:41] <hanen> hello guys, i wanna contribute to jenkins, are there ways to do this?? [23:28:46] <mwhudson> rpetti: i tried i think, i'm going to try again [23:31:04] *** vivek_ has quit IRC [23:31:11] <btrim> msteinhauser: Does this help? http://issues.jenkins-ci.org/browse/JENKINS-8737 [23:31:12] *** vivek_ has joined #jenkins [23:31:17] <jenkins-admin> JENKINS-8737:OpenID Plugin refers to */hudson/ URLs (Resolved) http://jenkins-ci.org/issue/8737 [23:33:12] <hanen> mwalling, rpetti btrim jenkins-admin why nobody cares here? ure so much welcoming to new comers as i can see!! [23:33:19] <statlor> let me see if I can login to jira [23:33:51] <statlor> I'm able to login ok, but I did go through the /account thing and reset [23:34:07] <btrim> hanen: I'm just starting to contribute myself. I Look at bugs, help other users, etc [23:35:07] <hanen> btrim, gud! could u pls then guide me through the same initial procedure [23:35:56] <hanen> am so willing to help but dont know from where and how to start effectively by making impact as smarter as i can [23:36:06] <msteinhauser> btrim: thanks for the link, but I was having issues getting the accounts linked to Google ID. Same issue, different place. [23:36:16] <msteinhauser> btrim: Should I file a bug? [23:37:06] <btrim> hanen: There's not really a procedure as far as I know. I just hang out in here and try to help people with similar problems [23:37:56] <btrim> msteinhauser: similar to JENKINS-8732? [23:37:58] <jenkins-admin> JENKINS-8732:Unable to save user information after authenticating with openid (Open) http://jenkins-ci.org/issue/8732 [23:38:07] <hanen> which languages ure using for bug fixes, what pletform, r u testing or releasing patches as well? [23:38:35] <mwhudson> rpetti: ok, it seems that password reset isn't sending me from https://jenkins-ci.org/account [23:39:18] <kohsuke> jenkins-admin: help [23:39:18] <jenkins-admin> See http://wiki.jenkins-ci.org/display/JENKINS/IRC+Bot [23:39:18] <mwhudson> i think my email in the system is probably mwhudson at java dot net but i don't know where that goes [23:39:37] <kohsuke> mwhudson: want me to reset your e-mail address? [23:39:49] <mwhudson> (it doesn't seem to be going to where my java.net account is supposed to send mail) [23:40:00] <mwhudson> kohsuke: yes pls, can you set it to michael.hudson at linaro dot org ? [23:40:41] *** vivek_ has quit IRC [23:41:17] <hanen> jenkins-admin, what's the relationship between jenkins and java.net? and why was the project name changed? [23:41:23] <kohsuke> mwhudson: done [23:41:47] <statlor> hanen! :) [23:42:03] *** vivek_ has joined #jenkins [23:42:04] <hanen> statlor, yes! [23:42:11] <statlor> oh you were serious [23:42:23] <rpetti> jenkins-admin is a bot [23:42:34] <kohsuke> jenkins-admin: create openid in the issue tracker for kohsuke [23:42:35] <jenkins-admin> Adding a new subcomponent openid to the bug tracker, owned by kohsuke [23:42:38] *** vjuranek has quit IRC [23:42:39] <hanen> rpetti, ook [23:42:42] <jenkins-admin> Failed to create a new component: null [23:42:48] <kohsuke> huh [23:42:50] <mwhudson> kohsuke: thanks [23:42:58] <statlor> whoa [23:43:15] <statlor> hanen: try the summary, I think I got this from kohsuke's twitter: http://www.itworld.com/open-source/135638/hudson-devs-vote-name-change-oracle-declares-fork [23:43:40] *** kutzi has quit IRC [23:43:50] <mwhudson> kohsuke: so where should i file a bug for now? :) [23:44:01] *** Weltraumschaf has joined #jenkins [23:44:04] <kohsuke> http://issues.jenkins-ci.org/ [23:44:23] *** wolfs has quit IRC [23:44:33] <mwhudson> right, but in which component i meant? [23:44:55] <kohsuke> for what bugs? [23:45:02] <kohsuke> OpenID? [23:45:14] <mwhudson> yes (sorry for being unclear) [23:45:29] <kohsuke> I'm deploying a fix now for the bot [23:45:32] *** jenkins-admin has quit IRC [23:45:42] <kohsuke> Let me create the component first so that it can be filed in the right place [23:45:50] <kohsuke> jenkins-admin: create openid in the issue tracker for kohsuke [23:46:06] *** jenkins-admin has joined #jenkins [23:46:12] <mwalling> race condition! [23:46:27] <kohsuke> jenkins-admin: create openid in the issue tracker for kohsuke [23:46:27] <jenkins-admin> Adding a new subcomponent openid to the bug tracker, owned by kohsuke [23:46:29] <jenkins-admin> Failed to create a new component: null [23:46:32] <kohsuke> grr [23:46:40] <kohsuke> oh! [23:46:45] <kohsuke> I know why! [23:46:48] <dhackner> msteinhauser: I'm back, sry about that [23:46:58] *** davnola has joined #jenkins [23:47:53] <kohsuke> jenkins-admin: create openid in the issue tracker for kohsuke [23:47:53] <jenkins-admin> Adding a new subcomponent openid to the bug tracker, owned by kohsuke [23:47:54] <jenkins-admin> Failed to create a new component: null [23:48:20] <nat2610> how is oracles related to hudson/jenkins ? [23:49:06] <davnola> /? [23:49:33] <kohsuke> jenkins-admin: create openid in the issue tracker for kohsuke [23:49:33] <jenkins-admin> Adding a new subcomponent openid to the bug tracker, owned by kohsuke [23:49:34] <jenkins-admin> Failed to create a new component: null [23:50:05] *** SnagJJV has joined #jenkins [23:50:06] *** elliot has quit IRC [23:50:24] *** SnagJJV has left #jenkins [23:50:26] *** vivek_ has quit IRC [23:50:32] *** davnola has quit IRC [23:50:36] *** vivek_ has joined #jenkins [23:50:53] <btrim> kohsuke: I asked abayer to make one [23:51:03] <abayer> I did. [23:51:04] <btrim> he made one yesterday I think [23:51:16] <kohsuke> JIRA is demanding that the login goes through captcha [23:51:38] <mwhudson> heh [23:52:41] *** CMoH-notebook has joined #jenkins [23:52:57] <nat2610> What should I backup from /var/lib/jenkins to be able to restore the configuration if something happen to the box ? I'm thinking about saving config.xml, plugins, jobs/*/config.xml [23:53:09] <nat2610> but maybe I'm missing other important files ? [23:55:06] <mwhudson> oh right, http://issues.jenkins-ci.org/browse/JENKINS/component/15793 [23:56:23] *** msteinhauser has left #jenkins [23:57:32] *** jrz has quit IRC [23:59:08] <hanen> thx statlor, useful article [23:59:17] <mwhudson> kohsuke: so i'd love to hear what you think of http://issues.jenkins-ci.org/browse/JENKINS-8755 [23:59:19] <jenkins-admin> JENKINS-8755:openid login doesn't work when https is terminated in apache (Open) http://jenkins-ci.org/issue/8755