Switch to DuckDuckGo Search
   December 4, 2014  
< | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | >

Toggle Join/Part | bottom
[00:00:08] *** pedahzur has quit IRC
[00:00:27] *** pedahzur has joined #jenkins
[00:00:54] *** drulli has quit IRC
[00:01:14] *** pedahzur has quit IRC
[00:01:27] *** pedahzur has joined #jenkins
[00:02:28] *** cleclerc has joined #jenkins
[00:02:28] *** ChanServ sets mode: +v cleclerc
[00:03:34] *** recampb__ has quit IRC
[00:04:23] *** cdracars is now known as zz_cdracars
[00:10:32] *** q0rban is now known as [q0rban]
[00:11:30] *** Creeture1 has quit IRC
[00:13:51] *** le4fy has joined #jenkins
[00:14:25] *** source47 has quit IRC
[00:15:54] *** KostyaSha has joined #jenkins
[00:18:05] *** stewart has joined #jenkins
[00:18:10] *** tang^ has quit IRC
[00:19:37] *** zz_cdracars is now known as cdracars
[00:21:09] *** pouncehug has quit IRC
[00:22:48] *** pouncehug has joined #jenkins
[00:25:20] *** cleclerc has quit IRC
[00:32:00] *** rikkimaru has quit IRC
[00:32:41] *** tang^ has joined #jenkins
[00:34:21] *** frymaster has quit IRC
[00:36:12] *** frymaster has joined #jenkins
[00:37:12] *** Ramone has joined #jenkins
[00:38:10] *** fabrice31 has joined #jenkins
[00:38:13] <Ramone> hey all... anyone know if there's a way, from a job's shell's script, to start another job?
[00:38:31] *** graeme_ has joined #jenkins
[00:41:13] <thrall> Ramone, maybe you can use the jenkins API? java or rest
[00:41:29] <Ramone> yeah then I'd have to figure out how to re-auth :\
[00:41:43] <Ramone> we're using github oauth for jenkins auth :\
[00:41:54] <thrall> Ramone, it's a way :)
[00:42:54] *** fabrice31 has quit IRC
[00:52:01] *** akostadinov has quit IRC
[00:54:06] *** kpease has quit IRC
[01:00:21] *** konishi has joined #jenkins
[01:05:07] *** smccarthy has quit IRC
[01:05:07] *** kepioo has joined #jenkins
[01:05:32] *** villav1 has quit IRC
[01:09:46] *** kepioo has quit IRC
[01:12:54] *** blizzow has quit IRC
[01:16:50] *** Cervator has joined #jenkins
[01:20:02] *** Ravine has quit IRC
[01:20:11] *** tang^ has quit IRC
[01:20:44] *** carif has joined #jenkins
[01:22:32] *** tfennelly has quit IRC
[01:22:57] *** graeme_ has quit IRC
[01:25:35] *** kersh has quit IRC
[01:25:51] *** davehunt has joined #jenkins
[01:30:18] *** intransit has quit IRC
[01:31:51] *** otter768 has joined #jenkins
[01:32:32] *** morficus_ is now known as morficus
[01:34:57] *** le4fy has quit IRC
[01:36:34] *** otter768 has quit IRC
[01:36:58] *** olamy_ has quit IRC
[01:39:25] *** thedodd has quit IRC
[01:44:08] *** creack has quit IRC
[01:47:50] *** bpugh has quit IRC
[01:49:02] *** stewart has quit IRC
[01:52:07] *** michaelneale has quit IRC
[01:52:14] *** mcupak has quit IRC
[01:56:15] *** phutchins has joined #jenkins
[01:59:37] *** jimklo_ has joined #jenkins
[02:01:17] *** davehunt has quit IRC
[02:02:40] *** jimklo has quit IRC
[02:04:01] *** jimklo_ has quit IRC
[02:08:43] *** weiyang has joined #jenkins
[02:11:56] *** davehunt has joined #jenkins
[02:13:12] *** colinPL has quit IRC
[02:22:07] *** johntramp has joined #jenkins
[02:22:51] <johntramp> hi, is there an easy way to have jenkins execute shell commands in parallel so that it is using more than one cpu?
[02:25:26] <schristou> johntramp: same command? Could use parallel. If not, could use & at the end. Could create a job to trigger two downstream jobs. I believe workflow has a parallel feature also.
[02:26:17] <johntramp> yeah pretty much just calling the same script with different arguements
[02:26:24] <johntramp> I will try & at the end
[02:26:40] *** michaelneale has joined #jenkins
[02:27:02] *** fabrice31 has joined #jenkins
[02:27:04] *** mbacchi has quit IRC
[02:27:25] <schristou> & at the end puts a process in the background. To get it back you can run "bg" command to get it back to the foreground.
[02:27:35] <Ramone> anyone have new ideas for me for kicking off a parameterized build from another, based on dynamic parameters from the first? I don't want to use a properties file in case multiple downstream jobs need to run at once with different params :\
[02:28:05] *** thomasvandoren has quit IRC
[02:28:06] <johntramp> schristou: yes, I probably will just use `wait` to make sure they have both finished
[02:32:25] *** fabrice31 has quit IRC
[02:32:57] *** carif_ has joined #jenkins
[02:34:19] *** cdracars is now known as zz_cdracars
[02:35:03] *** St_Marx has quit IRC
[02:35:57] *** carif has quit IRC
[02:43:56] *** blizzow has joined #jenkins
[02:45:12] *** davehunt has quit IRC
[02:47:06] *** jthurne has quit IRC
[02:48:14] *** Alayde_ has joined #jenkins
[02:48:31] <Alayde_> Anyone here have any experience using scl and python inside of a jenkins job?
[02:55:19] <Alayde_> Ah the hell with it, I'm going home. I'll ask again in the morning if I haven't thought up a solution
[02:55:22] *** Alayde_ has left #jenkins
[02:56:23] *** le4fy has joined #jenkins
[03:03:49] <Ramone> alright easier question: I just want to run a jenkins job twice and have it run two builds at once... doable?
[03:03:57] *** Creeture has joined #jenkins
[03:04:27] <Ramone> instead of two of the same job queueing up, i'd like both to start executing
[03:06:52] *** Creeture has quit IRC
[03:07:15] *** Creeture has joined #jenkins
[03:07:32] *** nwang has joined #jenkins
[03:10:33] *** davehunt has joined #jenkins
[03:11:51] *** le4fy has quit IRC
[03:13:36] *** mmars has joined #jenkins
[03:14:21] *** ikeike443 has joined #jenkins
[03:14:26] *** graeme__ has joined #jenkins
[03:18:07] *** [q0rban] is now known as q0rban
[03:18:22] *** Networkn3rd has joined #jenkins
[03:21:32] *** blizzow has quit IRC
[03:24:06] *** epu has quit IRC
[03:26:31] *** mmars has quit IRC
[03:27:24] *** zz_cdracars is now known as cdracars
[03:30:52] *** davehunt has quit IRC
[03:32:45] *** otter768 has joined #jenkins
[03:33:46] <schristou> jenkins-admin: make michaelneale voice
[03:33:48] <jenkins-admin> Voice privilege (+V) added for michaelneale
[03:35:00] *** graeme__ has quit IRC
[03:36:09] <michaelneale> jenkins-admin: fork https://github.com/awslabs/aws-codedeploy-plugin
[03:36:09] <jenkins-admin> Only people with + or @ can run this command.
[03:36:10] <jenkins-admin> I'll refresh the member list, so if you think this is an error, try again in a few seconds.
[03:36:20] <michaelneale> jenkins-admin: fork https://github.com/awslabs/aws-codedeploy-plugin
[03:36:20] <jenkins-admin> Only people with + or @ can run this command.
[03:36:21] <jenkins-admin> I'll refresh the member list, so if you think this is an error, try again in a few seconds.
[03:37:24] <schristou> jenkins-admin: grant michaelneale voice
[03:37:27] <jenkins-admin> Voice privilege (+V) added for michaelneale
[03:37:32] *** otter768 has quit IRC
[03:37:37] <michaelneale> jenkins-admin: fork https://github.com/awslabs/aws-codedeploy-plugin
[03:37:37] <jenkins-admin> Only people with + or @ can run this command.
[03:37:38] <jenkins-admin> I'll refresh the member list, so if you think this is an error, try again in a few seconds.
[03:37:52] <schristou> jenkins-admin: help
[03:37:52] <jenkins-admin> See http://wiki.jenkins-ci.org/display/JENKINS/IRC+Bot
[03:38:48] <schristou> jenkins-admin: fork https://github.com/awslabs/aws-codedeploy-plugin
[03:38:48] <jenkins-admin> Forking aws-codedeploy-plugin
[03:39:00] <jenkins-admin> Failed to add User:awslabs to the new repository. Maybe an org?: {"message":"Validation Failed","documentation_url":"https://developer.github.com/v3/orgs/teams/#add-team-membership","errors":[{"code":"invalid","field":"user","resource":"TeamMember"}]}
[03:39:00] <jenkins-admin> Created https://github.com/jenkinsci/aws-codedeploy-plugin
[03:41:17] *** Ramone has quit IRC
[03:41:20] <michaelneale> schristou: user name is afitzgibbon
[03:41:27] *** mmars has joined #jenkins
[03:42:12] <schristou> jenkins-admin: make afitzgibbon a committer of aws-codedeploy-plugin
[03:42:18] <jenkins-admin> Added afitzgibbon as a GitHub committer for repository aws-codedeploy-plugin
[03:43:23] *** `ph8 has quit IRC
[03:44:16] *** graeme__ has joined #jenkins
[03:44:41] *** ikeike44_ has joined #jenkins
[03:45:02] *** graeme__ has joined #jenkins
[03:45:16] *** kersh has joined #jenkins
[03:47:09] *** ikeike443 has quit IRC
[03:48:36] <jenkins-builds> Starting build #3853 for job jenkins_main_trunk (previous build: SUCCESS)
[03:50:51] *** konishi has quit IRC
[03:52:15] *** ph8 has joined #jenkins
[03:54:02] *** mmars has quit IRC
[03:55:23] *** kersh has quit IRC
[04:00:39] *** kersh has joined #jenkins
[04:01:58] *** St_Marx has joined #jenkins
[04:04:27] *** jglick has quit IRC
[04:05:28] *** blizzow has joined #jenkins
[04:06:00] *** graeme__ has quit IRC
[04:08:42] *** kersh has quit IRC
[04:09:42] *** Guest57830 is now known as sag47
[04:09:48] *** sag47 has quit IRC
[04:09:48] *** sag47 has joined #jenkins
[04:10:12] <sag47> Is it possible to install plugins automatically?
[04:10:27] *** olamy has joined #jenkins
[04:10:27] <sag47> Either via groovy or some other API?
[04:10:27] *** ChanServ sets mode: +v olamy
[04:10:36] <sag47> I know how to list plugins.
[04:10:42] *** nifr has quit IRC
[04:11:55] *** maxandersen has quit IRC
[04:14:53] *** ionpulse has quit IRC
[04:14:58] *** olamy has quit IRC
[04:15:11] *** ionpulse has joined #jenkins
[04:15:29] *** maxanderg has joined #jenkins
[04:15:32] *** maxanderg is now known as maxandersen
[04:15:45] *** maxandersen has quit IRC
[04:15:46] *** maxandersen has joined #jenkins
[04:15:46] *** fabrice31 has joined #jenkins
[04:17:30] *** konishi has joined #jenkins
[04:19:30] *** q0rban is now known as [q0rban]
[04:20:06] *** olamy has joined #jenkins
[04:20:06] *** ChanServ sets mode: +v olamy
[04:20:38] *** fabrice31 has quit IRC
[04:21:50] *** villav has joined #jenkins
[04:23:17] *** blizzow has quit IRC
[04:23:31] *** talluri has joined #jenkins
[04:26:23] *** villav has quit IRC
[04:28:43] *** justinstoller has joined #jenkins
[04:31:02] <schristou> sag47: I believe there is an install plugin cli command
[04:32:09] *** schristou has left #jenkins
[04:32:57] *** talluri has quit IRC
[04:32:57] *** justinstoller has quit IRC
[04:33:16] *** justinstoller has joined #jenkins
[04:47:18] <jenkins-builds> Project jenkins_main_trunk build #3853: SUCCESS in 58 min: http://ci.jenkins-ci.org/job/jenkins_main_trunk/3853/
[04:47:18] <jenkins-builds> mattmoor: Favor the new style of form submission over the legacy form to fix: JENKINS-25533
[04:47:20] <jenkins-admin> JENKINS-25533:"Restrict where this project can be run" removed/disabled after Save/Apply of Job Configuration (Open) https://issues.jenkins-ci.org/browse/JENKINS-25533
[04:52:46] *** phutchins has quit IRC
[05:07:05] *** kepioo has joined #jenkins
[05:08:01] *** St_Marx has quit IRC
[05:08:47] *** olamy has quit IRC
[05:12:01] *** kepioo has quit IRC
[05:12:33] *** St_Marx has joined #jenkins
[05:17:49] *** vivek__ has joined #jenkins
[05:18:43] *** justinstoller has quit IRC
[05:18:53] *** thomi has quit IRC
[05:19:01] *** justinstoller has joined #jenkins
[05:21:02] *** blizzow has joined #jenkins
[05:26:42] *** justinstoller has quit IRC
[05:27:00] *** justinstoller has joined #jenkins
[05:28:17] *** pedahzur has quit IRC
[05:29:57] *** blizzow has quit IRC
[05:31:08] *** rdas has joined #jenkins
[05:32:18] *** Creeture has quit IRC
[05:33:40] *** otter768 has joined #jenkins
[05:33:48] *** pedahzur has joined #jenkins
[05:36:09] *** Creeture has joined #jenkins
[05:38:40] *** otter768 has quit IRC
[05:38:45] *** epu has joined #jenkins
[05:38:51] <Slide-O-Mix> it looks like a help file is only automatically found when using @field if the item has a descriptor, is there a way to do it without a descriptor?
[05:39:36] *** justinstoller has quit IRC
[05:39:54] *** justinstoller has joined #jenkins
[05:40:31] *** pedahzur has quit IRC
[05:44:41] *** Networkn3rd has quit IRC
[05:47:14] <Slide-O-Mix> ah, I can use a different method
[05:50:01] *** nwang has quit IRC
[05:52:08] *** tlync has joined #jenkins
[05:52:46] *** Networkn3rd has joined #jenkins
[05:54:18] *** pedahzur has joined #jenkins
[05:57:51] *** Networkn3rd has quit IRC
[06:03:16] *** justinstoller has quit IRC
[06:03:31] *** justinstoller has joined #jenkins
[06:04:34] *** fabrice31 has joined #jenkins
[06:04:47] *** babilen has quit IRC
[06:04:51] *** AlHafoudh has quit IRC
[06:05:13] *** pedahzur has quit IRC
[06:05:21] *** babilen has joined #jenkins
[06:06:42] *** AlHafoudh has joined #jenkins
[06:07:49] *** lstrojny_ has joined #jenkins
[06:07:49] *** Creeture has quit IRC
[06:07:53] *** bagpuss_1hecat has joined #jenkins
[06:08:12] *** wtorrance has joined #jenkins
[06:08:21] *** swilr_ has joined #jenkins
[06:08:36] *** bagpuss_thecat has quit IRC
[06:09:16] *** fabrice31 has quit IRC
[06:09:25] *** lstrojny has quit IRC
[06:09:27] *** torrancew has quit IRC
[06:09:27] *** swilr has quit IRC
[06:09:32] *** lstrojny_ is now known as lstrojny
[06:11:02] *** roger_rabbit has quit IRC
[06:11:07] *** abayer has quit IRC
[06:11:25] *** Guest96282 has quit IRC
[06:12:11] *** roger_rabbit has joined #jenkins
[06:13:58] *** cdracars is now known as zz_cdracars
[06:14:28] *** justinstoller has quit IRC
[06:14:44] *** justinstoller has joined #jenkins
[06:18:21] *** justinstoller has quit IRC
[06:19:37] *** Guest96282 has joined #jenkins
[06:22:11] *** tlync has quit IRC
[06:22:31] *** tlync has joined #jenkins
[06:24:30] *** Cervator has quit IRC
[06:29:11] *** tfennelly has joined #jenkins
[06:33:43] *** tfennelly has quit IRC
[06:35:08] *** msrb has joined #jenkins
[06:39:13] *** epu has left #jenkins
[06:45:35] *** talluri has joined #jenkins
[06:53:18] *** debia has quit IRC
[06:53:22] *** jimklo has joined #jenkins
[06:54:40] *** mmars has joined #jenkins
[06:59:13] *** mmars has quit IRC
[07:01:08] <Slide-O-Mix> How do I get something added to the <actions> for a job?
[07:03:42] *** michaelneale has quit IRC
[07:06:23] *** michaelneale has joined #jenkins
[07:06:46] *** bagpuss_1hecat is now known as bagpuss_thecat
[07:15:33] *** Ramone has joined #jenkins
[07:24:14] *** akostadinov has joined #jenkins
[07:25:44] *** tfennelly has joined #jenkins
[07:27:16] *** pedahzur has joined #jenkins
[07:30:30] *** tfennelly has quit IRC
[07:34:31] *** otter768 has joined #jenkins
[07:39:22] *** otter768 has quit IRC
[07:44:09] *** andreasmandel has joined #jenkins
[07:50:49] *** instence has joined #jenkins
[07:50:54] *** pedahzur has quit IRC
[07:51:50] *** instence_ has quit IRC
[07:53:15] *** tlync has quit IRC
[07:53:24] *** fabrice31 has joined #jenkins
[07:53:29] *** tlync has joined #jenkins
[07:54:16] *** le4fy has joined #jenkins
[07:54:45] *** tlync has quit IRC
[07:57:58] *** fabrice31 has quit IRC
[08:19:32] *** andreasmandel has quit IRC
[08:22:37] *** malinoff has joined #jenkins
[08:23:09] <malinoff> Hi, is there any plugin to show maven modules within a view?
[08:25:07] <malinoff> I use extra columns plugin, but it does not provide such functionality
[08:25:56] *** cleclerc has joined #jenkins
[08:25:56] *** ChanServ sets mode: +v cleclerc
[08:26:48] <malinoff> Oh, maven info plugin does what i need
[08:28:57] *** davehunt has joined #jenkins
[08:30:52] *** tfennelly has joined #jenkins
[08:31:25] *** le4fy has quit IRC
[08:35:46] *** longbeach has quit IRC
[08:42:11] *** cigone has joined #jenkins
[08:44:36] *** danylevskyi_ has joined #jenkins
[08:45:11] *** stewart has joined #jenkins
[08:46:32] *** fabrice31 has joined #jenkins
[08:49:54] *** davehunt has quit IRC
[08:50:30] *** jimklo has quit IRC
[08:50:58] *** jimklo has joined #jenkins
[08:51:49] *** kez has joined #jenkins
[08:52:05] *** stewart has quit IRC
[08:52:47] *** drulli has joined #jenkins
[08:52:47] *** ChanServ sets mode: +v drulli
[08:53:43] *** shmiti has joined #jenkins
[08:54:51] <shmiti> Got a Q: I got 2 jobs, job A runs, get promotions and triggers Job B in the promotion status. job B failes, how can I see it in job A's promotion status?
[08:56:02] *** nwang has joined #jenkins
[09:00:04] *** csanchez has joined #jenkins
[09:00:19] *** vjuranek has joined #jenkins
[09:00:20] *** ChanServ sets mode: +v vjuranek
[09:05:08] *** patryk__ has joined #jenkins
[09:10:05] *** St_Marx has quit IRC
[09:10:13] *** ogondza has joined #jenkins
[09:10:13] *** ChanServ sets mode: +v ogondza
[09:12:23] *** jimklo has quit IRC
[09:22:16] *** Keridos is now known as Keridos_off
[09:27:56] *** cleclerc has quit IRC
[09:30:16] *** michaelneale has quit IRC
[09:32:25] *** cleclerc has joined #jenkins
[09:32:25] *** ChanServ sets mode: +v cleclerc
[09:35:27] *** otter768 has joined #jenkins
[09:37:26] *** tfennelly has quit IRC
[09:40:11] *** otter768 has quit IRC
[09:41:53] *** shiin has joined #jenkins
[09:41:53] *** shiin has joined #jenkins
[09:47:47] *** konishi has quit IRC
[09:49:20] *** seschwar has joined #jenkins
[09:50:22] *** davehunt has joined #jenkins
[09:54:09] *** michaelneale has joined #jenkins
[09:54:58] *** davehunt has quit IRC
[09:56:24] *** CyberDuck has joined #jenkins
[09:58:20] *** Powie has joined #jenkins
[10:05:46] *** tfennelly has joined #jenkins
[10:06:19] *** drulli has quit IRC
[10:06:31] *** vtunka has joined #jenkins
[10:06:52] <Powie> Anyone know where i can get my hands on a Jenkins Version 1.593? According to the changelog it was released on 2014/11/30, but you can only download 1.588 (.war) or 1.592 via nativa packages directly from the jenkins page.
[10:08:03] *** akostadinov has quit IRC
[10:08:11] *** akostadinov has joined #jenkins
[10:14:23] <shmiti> anyone knows why I can't see the downstream jobs after configuring the chaining in promotion?
[10:19:41] *** stewart has joined #jenkins
[10:22:07] *** source47 has joined #jenkins
[10:22:23] *** atomi has quit IRC
[10:24:28] *** atomi has joined #jenkins
[10:24:53] *** Powie has quit IRC
[10:27:29] *** weiyang has quit IRC
[10:35:01] *** jenkins-builds has quit IRC
[10:35:30] *** csanchez has quit IRC
[10:35:54] *** ki0 has joined #jenkins
[10:36:30] *** jenkins-builds has joined #jenkins
[10:36:31] *** ChanServ sets mode: +o jenkins-builds
[10:39:23] <alexwhitman_> I'm trying to use the Copy-To-Slave plugin to copy some cached dependencies to slaves before building. On one slave (CentOS 6.5) it works fine but on another (Ubuntu Server 14.04 LTS) one file is copied and then nothing else happens, the build just sits there until killed. Any suggestions as to why this is?
[10:49:30] *** dcaro has joined #jenkins
[10:52:11] *** davehunt has joined #jenkins
[10:53:18] *** csanchez has joined #jenkins
[10:56:17] *** davehunt has quit IRC
[10:57:47] *** olamy has joined #jenkins
[10:57:48] *** ChanServ sets mode: +v olamy
[10:58:12] *** cleclerc has quit IRC
[10:59:24] *** michaelneale has quit IRC
[10:59:37] *** michaelneale has joined #jenkins
[11:12:04] *** mahtennek has joined #jenkins
[11:12:19] *** Gx4 has joined #jenkins
[11:13:23] <Gx4> hi, I have a build #1 that has post build action to trigger build #2, how can I pass ${BUILD_NUMBER} from build #1 to build #2 ?
[11:14:38] <malinoff> Gx4, https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Trigger+Plugin
[11:15:03] <Gx4> malinoff, thank you
[11:22:07] *** vivek__ has quit IRC
[11:33:54] *** marscher has joined #jenkins
[11:36:18] *** otter768 has joined #jenkins
[11:36:19] *** drulli has joined #jenkins
[11:36:19] *** ChanServ sets mode: +v drulli
[11:38:47] *** michaelneale has quit IRC
[11:40:37] *** otter768 has quit IRC
[11:45:50] *** ldnunes has joined #jenkins
[11:46:23] *** drulli has quit IRC
[11:48:34] *** malinoff has quit IRC
[11:53:15] *** instence_ has joined #jenkins
[11:53:28] *** davehunt has joined #jenkins
[11:55:17] *** instence has quit IRC
[11:58:02] *** davehunt has quit IRC
[11:58:31] *** elyssonmr has joined #jenkins
[12:01:48] *** stewart has quit IRC
[12:02:40] *** mahtennek has quit IRC
[12:04:42] *** garethr__ is now known as garethr
[12:05:28] *** mahtennek has joined #jenkins
[12:18:14] *** fabrice31 has quit IRC
[12:22:30] *** mcupak has joined #jenkins
[12:31:06] *** fabrice31 has joined #jenkins
[12:32:01] *** mahtennek has quit IRC
[12:33:00] *** St_Marx has joined #jenkins
[12:35:26] *** jthurne has joined #jenkins
[12:35:36] *** talluri has quit IRC
[12:36:28] *** nifr has joined #jenkins
[12:42:26] *** olamy has quit IRC
[12:49:52] *** tisto has joined #jenkins
[12:51:28] *** csanchez has quit IRC
[12:51:45] *** [q0rban] is now known as q0rban
[13:05:02] *** swiftkey has quit IRC
[13:06:04] *** sarri has quit IRC
[13:06:36] *** jglick has joined #jenkins
[13:06:36] *** ChanServ sets mode: +v jglick
[13:08:25] *** sarri has joined #jenkins
[13:16:24] *** nwang has quit IRC
[13:19:13] *** cigone has quit IRC
[13:20:17] *** drulli has joined #jenkins
[13:20:18] *** ChanServ sets mode: +v drulli
[13:22:29] *** talluri has joined #jenkins
[13:25:27] *** csanchez has joined #jenkins
[13:26:53] *** carif_ has quit IRC
[13:27:00] *** cleclerc has joined #jenkins
[13:27:00] *** ChanServ sets mode: +v cleclerc
[13:27:18] *** moparisthebest has quit IRC
[13:28:35] *** lyrch has joined #jenkins
[13:31:11] *** moparisthebest has joined #jenkins
[13:32:05] *** drulli has quit IRC
[13:33:29] *** q0rban is now known as [q0rban]
[13:37:12] *** otter768 has joined #jenkins
[13:39:00] <tfennelly> can anyone tell me why the HPI plugin might not automatically pick up changes without a restart?
[13:39:18] *** ikeike44_ has quit IRC
[13:39:38] <tfennelly> I have it working fine in one project but then in another it doesn't see changes without a restart
[13:39:58] <tfennelly> something stupid I am doing no doubt but I can't see what atm
[13:41:32] *** otter768 has quit IRC
[13:42:23] *** vortec has joined #jenkins
[13:42:48] *** vortec has left #jenkins
[13:43:23] <Slide-O-Mix> gah, it seems like there is no way to get my action to persist for this job
[13:43:34] <tfennelly> danielbeck: do you have any idea ^^^ ??
[13:45:17] *** St_Marx has quit IRC
[13:46:05] *** St_Marx has joined #jenkins
[13:50:45] *** lyrch has quit IRC
[13:51:20] *** lyrch has joined #jenkins
[13:51:32] *** source47 has quit IRC
[13:52:00] *** lonefreak has joined #jenkins
[13:55:29] *** lyrch_ has joined #jenkins
[13:55:55] *** lyrch has quit IRC
[13:57:45] *** shodan` has joined #jenkins
[13:58:14] *** alexwhitman_ is now known as alexwhitman
[13:58:18] *** shodan` has quit IRC
[14:03:44] *** elyssonmr has quit IRC
[14:04:13] *** elyssonmr has joined #jenkins
[14:04:18] *** nifr has quit IRC
[14:05:14] *** aheritier has joined #jenkins
[14:05:14] *** ChanServ sets mode: +v aheritier
[14:05:57] *** nifr has joined #jenkins
[14:09:12] *** smccarthy has joined #jenkins
[14:10:45] *** jthurne has quit IRC
[14:12:25] *** dcaro is now known as dcaro|lunch
[14:12:37] *** mbacchi has joined #jenkins
[14:12:54] *** mahtennek has joined #jenkins
[14:14:43] *** marscher has quit IRC
[14:16:59] *** mmars has joined #jenkins
[14:17:57] *** CyberDuck has quit IRC
[14:18:07] *** mmars has quit IRC
[14:18:18] *** praveenkumar has quit IRC
[14:18:25] *** mmars has joined #jenkins
[14:19:40] *** mmars has quit IRC
[14:22:06] *** source47 has joined #jenkins
[14:24:18] *** [q0rban] is now known as q0rban
[14:26:12] *** graeme_ has joined #jenkins
[14:27:03] *** tommix000 has joined #jenkins
[14:28:12] *** source47 has quit IRC
[14:29:08] *** villav has joined #jenkins
[14:30:55] *** talluri has quit IRC
[14:32:54] *** elyssonmr has quit IRC
[14:33:20] *** elyssonmr has joined #jenkins
[14:39:44] *** q0rban is now known as [q0rban]
[14:41:10] *** unreal4u has quit IRC
[14:42:02] *** villav has quit IRC
[14:42:05] *** mmars has joined #jenkins
[14:42:26] *** unreal4u has joined #jenkins
[14:43:30] <ktosiek> Hi! Anyone here using virtualenvs and slaves?
[14:44:00] *** zz_cdracars is now known as cdracars
[14:44:39] <ktosiek> how can I share a python virtualenv between multiple slaves? Building one takes >5 minutes, and I have a few jobs that will then use it
[14:44:58] *** graeme_ has quit IRC
[14:47:17] *** [q0rban] is now known as q0rban
[14:47:50] <aheritier> Hi
[14:48:15] <aheritier> when we install a plugin from the UI it will take care to install required plugins deps too
[14:48:30] <aheritier> could it be possible to do it too from jenkins CLI ?
[14:48:52] *** St_Marx has quit IRC
[14:49:12] *** cdracars is now known as zz_cdracars
[14:49:25] *** St_Marx has joined #jenkins
[14:50:56] *** sobersocialist has joined #jenkins
[14:52:41] *** rdas has quit IRC
[14:58:14] *** q0rban is now known as [q0rban]
[15:03:57] *** tfennelly has quit IRC
[15:05:48] *** talluri has joined #jenkins
[15:05:59] *** talluri has joined #jenkins
[15:09:31] *** rikkimaru has joined #jenkins
[15:10:19] *** kepioo has joined #jenkins
[15:13:10] *** smccarthy has quit IRC
[15:15:19] *** kepioo has quit IRC
[15:16:33] *** dcaro|lunch is now known as dcaro
[15:17:18] *** Cervator has joined #jenkins
[15:18:08] *** phutchins has joined #jenkins
[15:19:08] *** kragniz has left #jenkins
[15:21:02] *** source47 has joined #jenkins
[15:22:22] *** Gx4 has quit IRC
[15:24:26] *** cleclerc has quit IRC
[15:28:10] *** [q0rban] is now known as q0rban
[15:28:52] *** tfennelly has joined #jenkins
[15:33:27] *** cleclerc has joined #jenkins
[15:33:27] *** ChanServ sets mode: +v cleclerc
[15:33:49] *** shmiti has quit IRC
[15:35:45] *** tfennelly has quit IRC
[15:37:42] *** graeme_ has joined #jenkins
[15:38:06] *** otter768 has joined #jenkins
[15:39:20] *** csanchez has quit IRC
[15:40:19] *** ikeike443 has joined #jenkins
[15:41:18] *** jthurne has joined #jenkins
[15:42:44] *** otter768 has quit IRC
[15:44:54] *** ikeike443 has quit IRC
[15:45:12] *** linuxboytoo has joined #jenkins
[15:47:08] *** JimNH has quit IRC
[15:47:30] *** xaaabk has joined #jenkins
[15:48:26] *** villav has joined #jenkins
[15:50:47] *** Creeture has joined #jenkins
[15:52:19] *** JimNH has joined #jenkins
[15:52:22] *** nifr has quit IRC
[15:52:43] *** Cervator has quit IRC
[15:53:29] *** williamthekid_ has joined #jenkins
[15:56:55] *** JimNH has quit IRC
[15:57:38] *** Networkn3rd has joined #jenkins
[15:58:36] *** Guest96282 has quit IRC
[15:58:53] *** weiyang has joined #jenkins
[15:59:05] *** rob has joined #jenkins
[15:59:25] *** weiyang has quit IRC
[15:59:25] *** Networkn3rd has quit IRC
[15:59:29] *** rob is now known as Guest61697
[15:59:43] *** graeme_ has quit IRC
[15:59:58] *** weiyang has joined #jenkins
[16:00:14] *** graeme_ has joined #jenkins
[16:01:40] *** Networkn3rd has joined #jenkins
[16:02:31] *** JimNH has joined #jenkins
[16:04:27] *** graeme_ has quit IRC
[16:05:11] *** recampbell has joined #jenkins
[16:05:12] *** ChanServ sets mode: +v recampbell
[16:12:03] *** graeme_ has joined #jenkins
[16:12:19] *** benhov has joined #jenkins
[16:12:47] *** justinstoller has joined #jenkins
[16:12:56] <benhov> is there some CI CD guru here I can consult with for up to an hour to help me get a good direction for my project ?
[16:13:02] *** aheritier has quit IRC
[16:13:15] *** debia has joined #jenkins
[16:13:44] *** mahtennek has quit IRC
[16:14:00] <benhov> If you are a CI CD expert I'm willing to pay for good advice :-)
[16:14:42] *** davehunt has joined #jenkins
[16:14:47] *** aheritier has joined #jenkins
[16:14:47] *** ChanServ sets mode: +v aheritier
[16:14:49] *** zz_cdracars is now known as cdracars
[16:15:26] *** tang^ has joined #jenkins
[16:16:12] *** mmars has quit IRC
[16:16:55] *** weiyang has quit IRC
[16:18:25] *** cdracars is now known as zz_cdracars
[16:18:47] *** creack has joined #jenkins
[16:21:38] *** zz_cdracars is now known as cdracars
[16:23:30] *** mmars has joined #jenkins
[16:25:10] *** cdracars is now known as zz_cdracars
[16:25:41] *** tisto has quit IRC
[16:26:15] *** zz_cdracars is now known as cdracars
[16:26:25] *** davehunt has quit IRC
[16:27:12] *** xaaabk has quit IRC
[16:28:07] *** clownshoe has joined #jenkins
[16:29:44] <clownshoe> I'm using jenkins in ec2 with the ec2 slave plugin, and slaves appear to work fine except after a while they disconnect with SEVERE: I/O error in channel, and I have to manually reconnect them, is this a known issue? or is there some work around? I'm running latest build from today
[16:30:13] *** intransit has joined #jenkins
[16:31:52] *** tfennelly has joined #jenkins
[16:35:01] *** mcupak has quit IRC
[16:35:41] *** docwhat is now known as zz_docwhat
[16:39:44] <benhov> no CI CD experts here ?
[16:39:58] <benhov> someone looking for a short gig ?
[16:40:04] *** talluri has quit IRC
[16:40:24] *** zz_docwhat is now known as docwhat
[16:41:02] *** maafy6 has joined #jenkins
[16:41:16] *** csanchez has joined #jenkins
[16:46:32] *** ogondza has quit IRC
[16:49:15] *** mcupak has joined #jenkins
[16:49:42] *** smccarthy has joined #jenkins
[16:51:15] <maafy6> Hi, I've got a problem I've been banging my head against the wall for a while, now. I've got a Jenkins server (1.592) running with the Docker plugin (0.8). When I request a build that would use one of the docker slaves, it starts a new container, everything looks hunky-dory(ish), but the slave just sits in the suspended state until it times out and gets deleted. Is there something I'm missing that would actually put the slave in a
[16:51:38] *** tommix000 has quit IRC
[16:51:49] *** justinstoller has quit IRC
[16:52:46] <tomteyfly> maafy6: i think your message was too long, got cut of at "put the slave in a"
[16:53:12] <maafy6> tomteyfly: Sorry. "...would actually put the slave in a state where it accepts builds right when it comes up?"
[16:54:28] *** cleclerc has quit IRC
[16:57:11] <maafy6> Once in a blue moon, the slave has actually come up and successfully attempted to build, but that's happened about 2 out of 20 containers that have come and gone, and I haven't been able to determine if there was anything special about those two.
[16:57:18] *** abayer has joined #jenkins
[16:57:18] *** ChanServ sets mode: +o abayer
[16:58:46] *** upene has joined #jenkins
[16:58:59] *** abayer1 has joined #jenkins
[16:59:00] *** abayer has quit IRC
[17:00:27] *** lonefreak has quit IRC
[17:01:29] *** epu has joined #jenkins
[17:02:01] *** intransit has quit IRC
[17:03:34] <benhov> I have a java project and need to supply CI CD including delivery and wanted to consult with someone who has done it and can give me good pointers
[17:03:40] <benhov> is this the right place ?
[17:04:27] *** patryk__ has quit IRC
[17:05:37] *** recampbell has quit IRC
[17:05:43] *** recampbe_ has joined #jenkins
[17:05:57] *** kepioo has joined #jenkins
[17:07:12] <benhov> 317 users and no one answers
[17:07:18] <benhov> must be doing something wrong
[17:08:55] <clownshoe> benhov: welcome to irc
[17:09:08] <benhov> thx
[17:09:12] <clownshoe> it is the righ tplace
[17:09:23] <clownshoe> i'm no expert but i can give some pointers possibly
[17:09:26] <clownshoe> what do you want to know
[17:09:40] <benhov> I have a maven project with several sub modules
[17:10:05] <clownshoe> ok
[17:10:13] *** graeme_ has quit IRC
[17:10:16] <benhov> I setup a maven build job to build it and have another downstream job to package the artifacts to deb packages and send them to an internal repo
[17:10:36] <benhov> so far so good, now I'm trying to figure how others are doing it
[17:10:48] *** graeme_ has joined #jenkins
[17:10:59] <clownshoe> well, that's a way to do it, that's the way i'd do it
[17:11:05] <clownshoe> each job should be it's own thing
[17:11:09] *** source47 has quit IRC
[17:11:16] <clownshoe> they each should be modular and have a specific function
[17:11:18] <benhov> I need to be able to supply the team a way to deploy to testing / stage / prod, and also sync versions
[17:11:24] <clownshoe> yup
[17:11:32] <clownshoe> so one job should build maven
[17:11:37] <clownshoe> one should package and send
[17:11:43] <clownshoe> and they should trigger each other
[17:12:00] <clownshoe> so you're generally doing it right
[17:12:01] <clownshoe> are you just looking for a more efficient way of doing things? or just comparing notes?
[17:12:06] <benhov> how do I sync between svn project version / maven version / deb version
[17:12:37] <benhov> a more general question on how to maange versions in this whole setup
[17:12:57] *** Creeture1 has joined #jenkins
[17:13:13] <benhov> I'm comparing notes :-) and also looking at the full circle now
[17:13:29] <benhov> I have puppet manifests which do apt-get ensure latest from my internal repos
[17:13:46] *** fabrice31 has quit IRC
[17:13:52] <benhov> and thought on using 3 repos for testing staging and prod and just promote debs between the 3
[17:14:13] <benhov> but does jenkins tag back on SVN the right version number ?
[17:14:32] <benhov> what's the strategy to sync what's on an env and what sources were used to build it ?
[17:14:50] *** Preid_ has joined #jenkins
[17:15:17] *** graeme_ has quit IRC
[17:15:25] <clownshoe> puppet is managing repos?
[17:15:28] <clownshoe> why's that?
[17:15:45] <benhov> no, puppet is using the deb repo to deploy my app
[17:15:54] *** lonefreak has joined #jenkins
[17:15:55] <clownshoe> puppet is deploying your app?
[17:15:56] *** vjuranek has quit IRC
[17:15:59] <benhov> yes
[17:16:09] <clownshoe> hmmmm, i disagree with that
[17:16:12] <clownshoe> puppet is config management
[17:16:15] <clownshoe> not application deployment
[17:16:16] <benhov> jenkins is packaging the app and shipping in to s3
[17:16:31] <clownshoe> ah, so you're setting application version in puppet
[17:16:34] <clownshoe> and puppet is installing it
[17:16:39] <benhov> yes
[17:16:44] *** PaulePan1er has joined #jenkins
[17:16:51] <benhov> it allways installs latest version
[17:16:58] <clownshoe> that sounds fine, but i would think you'd want to separate application and server config
[17:17:02] <clownshoe> just my opinion
[17:17:08] <clownshoe> even though what you're doing works and sounds ligical
[17:17:08] <benhov> so now I have app1-1.7.8 on prod
[17:17:10] <clownshoe> lgical*
[17:17:15] <clownshoe> logical*
[17:17:21] <benhov> but how do I know which sources were used to build it
[17:17:52] <clownshoe> not sure what you mean
[17:17:54] *** davehunt has joined #jenkins
[17:17:59] <clownshoe> you won't know what version is where?
[17:18:00] *** source47 has joined #jenkins
[17:18:59] *** Creeture has quit IRC
[17:19:03] *** Nothing4You has quit IRC
[17:19:03] *** mwalling has quit IRC
[17:19:04] *** zack6849 has quit IRC
[17:19:07] *** Jarus has quit IRC
[17:19:09] *** kenansulayman has quit IRC
[17:19:09] *** Preid has quit IRC
[17:19:12] *** kalz has quit IRC
[17:19:15] *** Brando753 has quit IRC
[17:19:17] *** PaulePanter has quit IRC
[17:19:19] *** upene has quit IRC
[17:19:20] *** Brando753-o_O_o has joined #jenkins
[17:19:20] <benhov> the way I see it the flow is commit to svn -> jenkins maven build -> fpm package app1 -> upload to s3 -> manual deploy to envX
[17:19:21] *** jimklo has joined #jenkins
[17:19:30] <benhov> and I was until now using a utility to advance a semver patch each time I run fpm
[17:19:49] <benhov> so deb versions go up each time there is a new success build
[17:20:04] <benhov> but should I tag back the SVN repo with the deb version ?
[17:20:08] <benhov> how are others doing it ?
[17:20:59] *** Brando753-o_O_o is now known as Brando753
[17:21:04] *** mwalling has joined #jenkins
[17:21:28] *** jimklo has quit IRC
[17:21:34] *** villav has quit IRC
[17:22:20] *** villav has joined #jenkins
[17:22:26] *** kalz has joined #jenkins
[17:23:02] *** Jarus has joined #jenkins
[17:23:55] <benhov> maybe I should use the built in jenkins BUILD_NUMBER ...
[17:24:00] <benhov> I'm lost here really
[17:24:27] *** Nothing4You has joined #jenkins
[17:25:04] *** graeme_ has joined #jenkins
[17:25:38] <clownshoe> so the only place you store app version is puppet?
[17:25:41] <clownshoe> and rpm name?
[17:25:45] <clownshoe> not in jenkins parameter?
[17:26:39] *** kgerman has joined #jenkins
[17:28:45] *** zack6849 has joined #jenkins
[17:28:46] *** zack6849 has joined #jenkins
[17:28:48] <benhov> yes ...
[17:29:20] <benhov> not sure it's a good strategy ... I want the version (at least the patch part of it) to be automatic
[17:29:25] <benhov> can jenkins do that ?
[17:29:34] <benhov> advance a version on each build ?
[17:30:42] <benhov> I'm really open for ideas
[17:30:50] <benhov> don't want to invent the wheel ...
[17:31:53] *** CyberDuck has joined #jenkins
[17:32:44] <clownshoe> no, i believe it would be manual
[17:32:53] *** jimklo has joined #jenkins
[17:33:02] *** deny[all] has joined #jenkins
[17:34:22] <benhov> ok, so you would just manually advance the version each time you build ?
[17:34:33] <benhov> and how do you tag the sources back with the version ?
[17:34:39] *** davehunt has quit IRC
[17:34:46] <benhov> just run svn tag VERSION from jenkins
[17:34:48] <benhov> and commit
[17:34:50] <benhov> ?
[17:35:37] *** rikkimaru has quit IRC
[17:38:13] <benhov> anyway need to go, thx for the help clownshoe
[17:38:42] *** FortySix2 has joined #jenkins
[17:38:59] *** otter768 has joined #jenkins
[17:39:49] *** tfennelly has quit IRC
[17:40:59] *** justinstoller has joined #jenkins
[17:41:18] *** ki0 has quit IRC
[17:43:04] *** ulrichard has joined #jenkins
[17:43:50] *** otter768 has quit IRC
[17:43:57] *** cleclerc has joined #jenkins
[17:43:57] *** ChanServ sets mode: +v cleclerc
[17:44:09] *** seschwar has quit IRC
[17:44:40] *** clownshoe has quit IRC
[17:47:19] *** justinstoller has quit IRC
[17:50:02] *** goldstar has joined #jenkins
[17:50:19] *** upene has joined #jenkins
[17:51:15] *** graeme_ has quit IRC
[17:51:24] *** rikkimaru has joined #jenkins
[17:51:52] *** graeme_ has joined #jenkins
[17:52:19] *** source47 has quit IRC
[17:52:20] *** CyberDuck has quit IRC
[17:52:39] <goldstar> I upgraded to centos 6.6 yesterday and now jenkins cannot execute remote shell
[17:52:47] *** source47 has joined #jenkins
[17:53:21] <goldstar> well it can but it appears to be broken; I have a ansible play which starts up a php worker, the worker is started and then it dies a second later
[17:53:42] <goldstar> if I start the php worker manually, it'll work fine
[17:54:29] *** KostyaSha has quit IRC
[17:54:37] *** upene has quit IRC
[17:54:40] *** cdracars is now known as zz_cdracars
[17:54:50] *** blizzow has joined #jenkins
[17:55:20] *** mmars has quit IRC
[17:56:10] *** justinstoller has joined #jenkins
[17:56:19] *** graeme_ has quit IRC
[17:56:51] *** colinPL has joined #jenkins
[17:57:04] <KaibutsuX> does anyone know how I can set up a conditional build step in Jenkins with an else clause? For example, IF BOOLEAN { make dev } else { make test }
[17:57:20] <KaibutsuX> I am using the conditional build step plugin
[17:58:17] *** davehunt has joined #jenkins
[18:00:14] *** zz_cdracars is now known as cdracars
[18:01:00] *** justinstoller has quit IRC
[18:01:30] *** mmars has joined #jenkins
[18:02:46] *** talluri has joined #jenkins
[18:03:21] *** FortySix2 has quit IRC
[18:04:02] <NamelessOne> KaibutsuX: This is a hack, but tru enad false are mutually exclusive, so you can have two if statements
[18:04:39] <KaibutsuX> yeah I thought of that, I was just wondering if conditional plugin really did not allow for else conditions
[18:04:41] *** phutchin1 has joined #jenkins
[18:04:44] <NamelessOne> KaibutsuX: IF BOOLEAN ${DevBuild} DO (dev)... IF NOT ${DevBuild} DO (test)
[18:05:03] *** aheritier has quit IRC
[18:05:04] *** lonefreak has quit IRC
[18:05:19] <NamelessOne> KaibutsuX: I swear I've done it before in the past with some nested ifs, but I couldn't find the example
[18:05:31] <KaibutsuX> but that's gets very ugly for multiple build steps
[18:06:12] <NamelessOne> KaibutsuX: yep. FYI, I'm just a user, not one of the jenkins irc guys :)
[18:06:25] *** aheritier has joined #jenkins
[18:06:25] *** ChanServ sets mode: +v aheritier
[18:06:32] <KaibutsuX> thats cool, I may open a ticket for feature request
[18:07:42] <NamelessOne> KaibutsuX: probably a good idea. Looking at the https://wiki.jenkins-ci.org/display/JENKINS/Run+Condition+Plugin and it looks like else has to be done with "not"
[18:08:35] <NamelessOne> I'm away for a bit...bbl.
[18:08:53] *** q0rban is now known as [q0rban]
[18:09:04] *** recampbe_ has quit IRC
[18:09:16] *** recampbell has joined #jenkins
[18:09:16] *** ChanServ sets mode: +v recampbell
[18:09:16] *** ki0 has joined #jenkins
[18:10:11] *** ulrichard has quit IRC
[18:10:54] *** pedahzur has joined #jenkins
[18:12:59] *** kepioo has quit IRC
[18:13:00] *** phutchins has quit IRC
[18:15:39] *** kepioo has joined #jenkins
[18:15:41] *** jglick has quit IRC
[18:15:55] *** lonefreak has joined #jenkins
[18:16:39] *** source47 has quit IRC
[18:18:43] *** hare_brain has joined #jenkins
[18:18:44] *** ChanServ sets mode: +o hare_brain
[18:18:46] *** kersh has joined #jenkins
[18:19:17] *** rikkimaru has quit IRC
[18:24:11] *** creack has quit IRC
[18:24:56] *** bpugh has joined #jenkins
[18:26:03] <NamelessOne> Anyone able to help with building jenkin source? Jenkins main module and jenkins CLI build, but Jenkins core is failing the RunTest.testParseTimestampFromBuildDir test with InvalidDirectoryName
[18:26:20] <NamelessOne> I'm building with JDK 1.6.0_45
[18:28:35] *** jglick has joined #jenkins
[18:28:35] *** ChanServ sets mode: +v jglick
[18:28:40] *** shiin has quit IRC
[18:29:31] *** talluri has quit IRC
[18:29:33] <NamelessOne> Do I need an earlier version of JDK 1.6É
[18:29:36] <NamelessOne> ?
[18:30:32] *** tfennelly has joined #jenkins
[18:30:43] *** Ramone has quit IRC
[18:31:52] *** rikkimaru has joined #jenkins
[18:33:27] *** justinstoller has joined #jenkins
[18:33:35] *** jglick has quit IRC
[18:36:39] *** Paktosan has joined #jenkins
[18:36:45] *** lonefreak has quit IRC
[18:37:40] *** mmars has quit IRC
[18:37:45] *** recampbell has quit IRC
[18:38:12] *** recampbell has joined #jenkins
[18:38:12] *** ChanServ sets mode: +v recampbell
[18:38:49] *** vtunka has quit IRC
[18:40:01] <Paktosan> good day everyone, i have a short question: is it possible to give users permissions only on specific projects? I found this ( https://wiki.jenkins-ci.org/display/JENKINS/Role+Strategy+Plugin ) but it doesnt give me the ability to give roles per project (maybe this is possible with an addon to this plugin?)
[18:40:37] *** ulrichard has joined #jenkins
[18:41:30] *** ki0 has quit IRC
[18:41:42] *** ogondza has joined #jenkins
[18:41:53] *** ChanServ sets mode: +v ogondza
[18:42:49] <NamelessOne> Paktosan: Jenkins user here - check out https://wiki.jenkins-ci.org/display/JENKINS/Matrix+Authorization+Strategy+Plugin
[18:43:06] *** recampbell has quit IRC
[18:43:23] <NamelessOne> Paktosan: it adds project based permissions to the "manage jenkins -" Config global security" settings
[18:44:29] <Paktosan> NamelessOne: thanks, will try this out.
[18:45:15] <NamelessOne> np.
[18:45:24] <NamelessOne> I'm afk again, however I'll ask my question again quickly...
[18:45:36] <NamelessOne> Anyone able to help with building jenkin source? Jenkins main module and jenkins CLI build, but Jenkins core is failing the RunTest.testParseTimestampFromBuildDir test with InvalidDirectoryName. I'm building with JDK 1.6.0_45
[18:45:44] *** cleclerc has quit IRC
[18:45:56] <NamelessOne> ok, afk. bbl.
[18:46:33] *** graeme_ has joined #jenkins
[18:47:30] *** abayer has joined #jenkins
[18:47:30] *** ChanServ sets mode: +o abayer
[18:47:31] *** abayer has quit IRC
[18:48:06] *** Majost has quit IRC
[18:49:01] *** abayer1 has quit IRC
[18:49:04] *** ulrichard has quit IRC
[18:50:29] *** upene has joined #jenkins
[18:51:08] *** msrb has quit IRC
[18:52:18] *** cdracars is now known as zz_cdracars
[18:53:11] <danielbeck> tfennelly You mean HPL?
[18:53:28] <tfennelly> danielbeck: no worries... I figured it out thanks
[18:53:45] <tfennelly> danielbeck: I was referring to the maven HPI plugin
[18:54:12] <tfennelly> danielbeck: thanks for getting back to me though
[18:56:12] <tomteyfly> 1. use git plugin, checkout commit, trigger another job and pass the commit (there's an option for this)
[18:56:22] *** mmars has joined #jenkins
[18:56:49] <tomteyfly> 2. In the triggered job, checkout two different git repos using multi scm
[18:57:00] *** upene has quit IRC
[18:57:32] <tomteyfly> now the git plugin tries to checkout the sha1 from step 1 frm both repos
[18:57:45] <tomteyfly> this sound like a bug to anyone else?
[18:58:41] <tomteyfly> doesn't matter what sha1 you give it explicitly in the second job
[19:01:22] *** tfennelly has quit IRC
[19:01:38] *** Creeture1 has quit IRC
[19:02:22] *** Creeture has joined #jenkins
[19:02:34] *** fabrice31 has joined #jenkins
[19:03:51] *** St_Marx has quit IRC
[19:04:48] *** St_Marx has joined #jenkins
[19:07:29] *** fabrice31 has quit IRC
[19:08:04] *** mcupak has quit IRC
[19:08:30] *** graeme_ has quit IRC
[19:09:06] *** graeme_ has joined #jenkins
[19:10:48] <maafy6> Has anyone had any positive experience with the Docker plugin?
[19:13:25] *** graeme_ has quit IRC
[19:15:38] *** [q0rban] is now known as q0rban
[19:15:50] *** Ramone has joined #jenkins
[19:18:11] *** wtorrance is now known as torrancew
[19:21:59] *** le4fy has joined #jenkins
[19:23:53] *** Creeture has quit IRC
[19:24:49] *** le4fy has quit IRC
[19:25:47] *** justinstoller has quit IRC
[19:26:56] *** Creeture has joined #jenkins
[19:30:43] *** tfennelly has joined #jenkins
[19:30:51] *** zz_cdracars is now known as cdracars
[19:30:51] *** thomasvandoren has joined #jenkins
[19:31:25] *** justinstoller has joined #jenkins
[19:33:18] *** thomi has joined #jenkins
[19:35:57] *** mmars has quit IRC
[19:36:03] *** tfennelly has quit IRC
[19:36:19] *** tfennelly has joined #jenkins
[19:36:25] *** justinst1ller has joined #jenkins
[19:36:30] *** justinstoller has quit IRC
[19:36:51] *** graeme_ has joined #jenkins
[19:39:57] *** otter768 has joined #jenkins
[19:41:47] *** ikeike443 has joined #jenkins
[19:43:06] *** abayer has joined #jenkins
[19:43:06] *** ChanServ sets mode: +o abayer
[19:44:31] *** otter768 has quit IRC
[19:46:31] <Paktosan> Okay, project based matrix security seems to work, but do you know how I can create and use groups?
[19:46:40] *** ikeike443 has quit IRC
[19:46:50] <Paktosan> (i am using jenkins integrated user directory)
[19:48:49] *** davi has joined #jenkins
[19:49:25] *** kersh has quit IRC
[19:49:52] *** kersh has joined #jenkins
[19:52:18] *** Networkn3rd has quit IRC
[19:52:45] *** deny[all] has quit IRC
[19:54:21] *** kersh has quit IRC
[19:56:55] *** justinst1ller has quit IRC
[19:57:59] *** justinstoller has joined #jenkins
[19:58:53] *** cdracars is now known as zz_cdracars
[20:00:08] *** kersh has joined #jenkins
[20:01:50] *** thomasvandoren has quit IRC
[20:02:02] *** jglick has joined #jenkins
[20:02:02] *** ChanServ sets mode: +v jglick
[20:03:30] *** thomasvandoren has joined #jenkins
[20:04:53] *** kersh has quit IRC
[20:05:01] *** St_Marx has quit IRC
[20:07:33] *** goldstar has quit IRC
[20:12:58] *** Creeture has quit IRC
[20:13:51] *** Creeture has joined #jenkins
[20:14:53] *** drulli has joined #jenkins
[20:14:53] *** ChanServ sets mode: +v drulli
[20:15:20] *** Creeture has quit IRC
[20:15:55] *** St_Marx has joined #jenkins
[20:16:32] *** St_Marx has quit IRC
[20:17:05] *** St_Marx has joined #jenkins
[20:17:23] *** whimboo has joined #jenkins
[20:18:02] *** Creeture has joined #jenkins
[20:18:08] *** drulli1 has joined #jenkins
[20:18:51] *** dcaro has quit IRC
[20:19:04] *** drulli has quit IRC
[20:23:44] *** kersh has joined #jenkins
[20:24:13] *** mahmoudimus has joined #jenkins
[20:24:46] <NamelessOne> Paktosan: Not sure. I've never used the jenkins user database. We have an Active Directory service configured.
[20:25:48] *** purduealum24 has joined #jenkins
[20:27:04] <purduealum24> Hello...I have a question that I haven't found an answer to online so I thought I would ask it here. We want to create a Jenkins job that calls an Oracle database and based on returned data, put into an Excel spreadsheet and email out. Is there a plugin that would assist with the Excel integration?
[20:27:08] <jglick> kohsuke: your perusal of JENKINS-25921 would be appreciated
[20:27:10] <jenkins-admin> JENKINS-25921:Random RejectedExecutionException during tests (Resolved) https://issues.jenkins-ci.org/browse/JENKINS-25921
[20:28:32] <NamelessOne> Anyone able to help with building jenkin source? Jenkins main module and jenkins CLI build, but Jenkins core is failing the RunTest.testParseTimestampFromBuildDir test with InvalidDirectoryName. I'm building with JDK 1.6.0_45
[20:28:37] *** davi has quit IRC
[20:28:58] <NamelessOne> Should I be using a different version of the JDK?
[20:30:55] <epu> NamelessOne: updated my journal.
[20:31:02] <jglick> NamelessOne: some tests fail sometimes, use -DskipTests if you are not serious about running them
[20:31:05] <epu> Uh, I don't know. I haven't built from source in awhile. Sorry.
[20:31:14] <epu> (thanks jglick)
[20:31:46] *** vjuranek has joined #jenkins
[20:31:54] *** vjuranek has quit IRC
[20:31:54] *** vjuranek has joined #jenkins
[20:31:54] *** ChanServ sets mode: +v vjuranek
[20:32:37] *** justinstoller has quit IRC
[20:32:52] *** k5__ has joined #jenkins
[20:32:52] *** k5_ has quit IRC
[20:33:08] *** k5__ is now known as k5_
[20:33:35] <NamelessOne> jglick: Thanks I'll give that a shot.
[20:37:37] *** Ramone has quit IRC
[20:37:50] *** schristou has joined #jenkins
[20:37:50] *** ChanServ sets mode: +v schristou
[20:38:21] *** purduealum24 has quit IRC
[20:39:15] *** csanchez has quit IRC
[20:39:49] <schristou> abayer: sorry I think I'm going to hold off on the svn plugin release for a little longer. I want to make sure other plugins (like svnmerge plugin) get a PR making sure they are compatible.
[20:39:50] *** csanchez has joined #jenkins
[20:40:48] <abayer> schristou: No worries at all.
[20:40:50] <schristou> also in the jira issue _a lot_ of people wanted the ability to do "Force workspace version" feature, so I should probably add that.
[20:41:15] *** elyssonmr has quit IRC
[20:44:12] *** csanchez has quit IRC
[20:47:18] <NamelessOne> jglick: Jenkins builds fine in JDK 1.6.0_45 with the tests disabled. Thanks for the help.
[20:47:28] <jglick> np
[20:50:52] *** whimboo has quit IRC
[20:51:20] *** fabrice31 has joined #jenkins
[20:53:59] *** csanchez has joined #jenkins
[20:54:22] *** Keridos_off is now known as Keridos
[20:55:06] *** csanchez has quit IRC
[20:55:37] *** csanchez has joined #jenkins
[20:56:13] *** fabrice31 has quit IRC
[20:56:16] *** lyrch_ has quit IRC
[20:57:54] *** jgornick has quit IRC
[20:59:12] *** lyrch has joined #jenkins
[21:00:03] *** sqlbyme has left #jenkins
[21:00:03] *** csanchez has quit IRC
[21:03:41] *** jgornick has joined #jenkins
[21:03:47] *** thomasvandoren has quit IRC
[21:04:43] *** zz_cdracars is now known as cdracars
[21:06:00] *** hurne has joined #jenkins
[21:06:13] *** danylevskyi_ has quit IRC
[21:06:28] *** thomasvandoren has joined #jenkins
[21:06:32] *** jthurne has quit IRC
[21:12:09] *** davehunt has quit IRC
[21:15:32] *** creack has joined #jenkins
[21:16:21] *** andreasmandel has joined #jenkins
[21:16:42] *** ldnunes has quit IRC
[21:25:34] *** rikkimaru has quit IRC
[21:27:20] *** Paktosan has quit IRC
[21:27:32] *** kersh has quit IRC
[21:27:59] *** kersh has joined #jenkins
[21:29:48] *** justinstoller has joined #jenkins
[21:29:50] *** drulli has joined #jenkins
[21:29:50] *** ChanServ sets mode: +v drulli
[21:31:27] *** drulli1 has quit IRC
[21:32:38] *** kersh has quit IRC
[21:34:16] *** justinstoller has quit IRC
[21:38:01] *** benhov has quit IRC
[21:38:15] *** kersh has joined #jenkins
[21:40:52] *** otter768 has joined #jenkins
[21:41:15] *** q0rban is now known as [q0rban]
[21:41:23] *** rikkimaru has joined #jenkins
[21:43:03] *** kersh has quit IRC
[21:45:41] *** otter768 has quit IRC
[21:46:25] *** rikkimaru has quit IRC
[21:47:10] *** justinstoller has joined #jenkins
[21:50:24] *** mspiegle has joined #jenkins
[21:52:21] *** graeme_ has quit IRC
[21:52:54] *** graeme_ has joined #jenkins
[21:53:30] *** williamthekid_ has quit IRC
[21:55:59] *** rodrigc has joined #jenkins
[21:56:55] <rodrigc> In the JUnit plugin, there is an option keepLongStdio
[21:56:56] <rodrigc> <f:entry field="keepLongStdio" title="">
[21:56:56] <rodrigc> <f:checkbox name="keepLongStdio" title="${%Retain long standard output/error}"/>
[21:56:57] <rodrigc> </f:entry>
[21:57:11] <rodrigc> where in the web UI can I configure this option? I can't find it
[21:57:29] *** graeme_ has quit IRC
[22:00:24] <ogondza> rodrigc: add junit post build step "Publish JUnit test result report", there it is
[22:06:54] *** hurne has quit IRC
[22:07:08] *** intransit has joined #jenkins
[22:10:07] *** kez has quit IRC
[22:14:29] *** rikkimaru has joined #jenkins
[22:14:44] *** vjuranek has quit IRC
[22:19:28] *** graeme_ has joined #jenkins
[22:28:34] <NamelessOne> rodrigc: Late reply, however...I suspect it will be in either the JUnit section of Manage Jenkins -> Configure system, or in the per job JUnit settings
[22:30:28] <NamelessOne> rodrigc: ogondza beat me to it half an hour ago. See his reply above. :)
[22:31:28] <schristou> NamelessOne: https://github.com/jenkinsci/junit-plugin/blob/master/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config.jelly#L34. It's in the config.jelly file. If it was in the Configure System option it would be in a global.jelly file
[22:34:14] *** CyberDuck has joined #jenkins
[22:37:00] *** bitblt has joined #jenkins
[22:39:01] *** kersh has joined #jenkins
[22:39:22] *** michaelneale has joined #jenkins
[22:40:12] *** fabrice31 has joined #jenkins
[22:44:01] *** kersh has quit IRC
[22:44:16] *** csanchez has joined #jenkins
[22:44:37] *** fabrice31 has quit IRC
[22:46:08] *** lyrch has quit IRC
[22:48:38] *** csanchez has quit IRC
[22:49:43] *** sobersocialist has quit IRC
[22:56:07] *** mspiegle has quit IRC
[22:57:28] *** Creeture has quit IRC
[23:03:39] *** justinstoller has quit IRC
[23:03:47] *** justinstoller has joined #jenkins
[23:04:49] <rodrigc> schristou, ogondza, NamelessOne: thanks for the pointer. Yes, in the per-job "Publish Junit test result report" section there is a checkbox "Retain long standard output/error"
[23:05:14] <rodrigc> it might be nice to have a global option to do it, because it can be a pain in the neck to remember to check that for every job
[23:05:23] <rodrigc> but I can live with it
[23:05:26] *** andreasmandel has quit IRC
[23:08:24] *** viktorbenei has left #jenkins
[23:08:30] <rodrigc> does anyone here use Build Flow plugin? I reported a problem I had on the dev list: https://groups.google.com/forum/#!searchin/jenkinsci-dev/Craig$20Rodrigues/jenkinsci-dev/q9kRRWaBTFw/90d9u4aT49AJ
[23:10:09] *** justinstoller has quit IRC
[23:13:36] *** mbacchi has quit IRC
[23:15:28] *** hare_brain has quit IRC
[23:17:45] *** recampbell has joined #jenkins
[23:17:45] *** ChanServ sets mode: +v recampbell
[23:17:55] *** deny[all] has joined #jenkins
[23:17:58] *** ogondza has quit IRC
[23:18:08] <Slide-O-Mix> If I implement getProjectActions on my Publisher, how do those project actions get persisted?
[23:18:34] *** whimboo has joined #jenkins
[23:20:49] *** [q0rban] is now known as q0rban
[23:21:52] <Slide-O-Mix> rodrigc: I use build flow
[23:22:37] *** whimboo has quit IRC
[23:22:39] <Slide-O-Mix> have you tried adding an ignore block?
[23:23:35] <tang^> okay, I need to change the timeout that jenkins uses when checking out repositories from git... apparently this one repo takes longer than ten minutes to deliver
[23:24:46] *** graeme__ has joined #jenkins
[23:24:51] *** q0rban is now known as [q0rban]
[23:28:19] *** graeme_ has quit IRC
[23:28:45] *** PaulePan1er is now known as PaulePanter
[23:29:15] *** abayer has quit IRC
[23:29:29] *** abayer has joined #jenkins
[23:29:30] *** ChanServ sets mode: +o abayer
[23:29:54] *** graeme__ has quit IRC
[23:30:46] *** whimboo has joined #jenkins
[23:31:54] *** upene has joined #jenkins
[23:33:09] *** hare_brain has joined #jenkins
[23:33:09] *** ChanServ sets mode: +o hare_brain
[23:33:52] <tang^> oh, that's a solved issue... let's see just how long it takes to clone this dumb repo
[23:35:36] *** bpugh has quit IRC
[23:36:03] *** kersh has joined #jenkins
[23:36:25] <tang^> wow... ran git gc on my repo server and the clone came it at 9:25
[23:36:34] *** upene has quit IRC
[23:37:05] *** justinstoller has joined #jenkins
[23:38:45] *** Bjoern__ has joined #jenkins
[23:40:46] <Slide-O-Mix> big repo!
[23:40:51] <Bjoern__> Hello I am a newbie. My Master Slave is working fine and Slave is running under Windows 7. Executed programs running in background and window output is not visible. Is there any possibility that I see the executed programs on the slave?
[23:41:32] <tang^> Slide-O-Mix: yeah. I'm hoping to level it off soonish (we'd been including binaries for 10 years)
[23:41:41] *** otter768 has joined #jenkins
[23:42:22] *** recampbell has quit IRC
[23:42:54] *** recampbell has joined #jenkins
[23:42:55] *** ChanServ sets mode: +v recampbell
[23:43:06] *** ikeike443 has joined #jenkins
[23:46:29] *** maafy6 has left #jenkins
[23:46:38] *** recampbell has quit IRC
[23:46:41] *** otter768 has quit IRC
[23:47:00] *** recampbell has joined #jenkins
[23:47:00] *** ChanServ sets mode: +v recampbell
[23:47:17] *** ikeike443 has quit IRC
[23:48:04] *** deny[all] has quit IRC
[23:58:27] *** aheritier has quit IRC
top

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