[00:00:09] *** esberglu <esberglu!~esberglu@2620:1f7:890:4c01::31:36> has joined #jenkins
[00:01:36] <bryceman> I think I've boiled my problem down to the fact that Jenkins hides all environment variables, including the ones that gnome keyring user processes need to find the daemon
[00:01:56] *** jmill <jmill!~textual@2605:6000:1019:3ff:e432:7bf6:b0a4:883a> has joined #jenkins
[00:02:36] <bryceman> in an interactive shell, I get GNOME_KEYRING_* variables, but of course Jenkins elides those for "security"
[00:04:13] *** esberglu <esberglu!~esberglu@2620:1f7:890:4c01::31:36> has quit IRC (Ping timeout: 240 seconds)
[00:04:27] *** LostSoul <LostSoul!~LostSoul@78-11-190-79.static.ip.netia.com.pl> has quit IRC (Ping timeout: 240 seconds)
[00:04:47] *** suhdood <suhdood!~Thaelim@2601:4a:c101:d1de:a595:50e7:f48a:d9dd> has quit IRC (Quit: Leaving)
[00:05:58] *** firemanxbr <firemanxbr!~firemanxb@2a00:1028:83a0:191e:b37e:981e:b4c0:3c0d> has quit IRC (Quit: Leaving)
[00:06:15] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[00:09:07] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has joined #jenkins
[00:09:22] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[00:10:23] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has quit IRC (Read error: Connection reset by peer)
[00:16:53] *** bryceman <bryceman!32225434@gateway/web/freenode/ip.50.34.84.52> has quit IRC (Quit: Page closed)
[00:17:14] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has joined #jenkins
[00:18:23] *** coder-hugo <coder-hugo!~coder-hug@HSI-KBW-078-042-244-118.hsi3.kabel-badenwuerttemberg.de> has quit IRC (Ping timeout: 256 seconds)
[00:18:47] *** esberglu <esberglu!~esberglu@67-5-12-197.rstr.qwest.net> has joined #jenkins
[00:19:04] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has quit IRC (Remote host closed the connection)
[00:19:23] *** coder-hugo <coder-hugo!~coder-hug@HSI-KBW-078-042-244-118.hsi3.kabel-badenwuerttemberg.de> has joined #jenkins
[00:19:57] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has joined #jenkins
[00:20:49] <Stormmore> OK I was wrong, it was to do with the key having a passphrase, for some reason the slaves don't pass the passphrase correctly but the master does!
[00:22:07] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has quit IRC (Remote host closed the connection)
[00:23:26] *** khatri <khatri!~khatri@27.7.170.134> has quit IRC (Ping timeout: 268 seconds)
[00:23:39] *** esberglu <esberglu!~esberglu@67-5-12-197.rstr.qwest.net> has quit IRC (Ping timeout: 260 seconds)
[00:25:14] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has quit IRC (Remote host closed the connection)
[00:27:51] *** globallibraryenv <globallibraryenv!a9827c26@gateway/web/freenode/ip.169.130.124.38> has joined #jenkins
[00:29:18] <globallibraryenv> hey all, trying to write a global library that uses aws sdk, I'm having issue passing credentials to it
[00:29:25] <globallibraryenv> I have ./vars/stepName.groovy
[00:29:32] <globallibraryenv> and then ./src/org/whatever/util.groovy
[00:29:56] <globallibraryenv> so I'm calling stepName in my pipeline, which users util.groovy class
[00:30:23] <globallibraryenv> but util class doesn't seem to be picking up the credentials variables from my pipeline
[00:30:31] <globallibraryenv> is what I'm trying to so even possible?
[00:30:48] <globallibraryenv> on a scale of 1-10, how wrong is this :-)
[00:34:57] *** sabre1041 <sabre1041!~sabre1041@209.211.103.18> has quit IRC (Remote host closed the connection)
[00:35:27] *** Anticlaus <Anticlaus!~Santiclau@209.251.144.178> has quit IRC (Ping timeout: 240 seconds)
[00:35:35] *** Flotho66 <Flotho66!~florent@bch66-4-88-174-59-47.fbx.proxad.net> has quit IRC (Ping timeout: 240 seconds)
[00:35:51] *** villav <villav!~Thunderbi@72-54-189-186.customerip.birch.net> has quit IRC (Quit: I'm out)
[00:36:10] *** villav <villav!~Thunderbi@72-54-189-186.customerip.birch.net> has joined #jenkins
[00:37:08] *** ky13__ <ky13__!~ky13_@207.141.65.5> has joined #jenkins
[00:37:52] *** villav <villav!~Thunderbi@72-54-189-186.customerip.birch.net> has quit IRC (Client Quit)
[00:38:02] <globallibraryenv> oh what if I move withcredentials to _inside_ ./vars/steName.groovy?
[00:38:03] *** ky13__ <ky13__!~ky13_@207.141.65.5> has quit IRC (Read error: Connection reset by peer)
[00:39:25] *** ky13__ <ky13__!~ky13_@207.141.65.5> has joined #jenkins
[00:40:27] *** ky13_ <ky13_!~ky13_@207.141.65.5> has quit IRC (Ping timeout: 240 seconds)
[00:41:32] *** vjuranek_ <vjuranek_!~vjuranek@2a00:1028:919b:e056:ce3d:82ff:fe5f:85e3> has joined #jenkins
[00:41:32] *** vjuranek_ <vjuranek_!~vjuranek@2a00:1028:919b:e056:ce3d:82ff:fe5f:85e3> has quit IRC (Changing host)
[00:41:32] *** vjuranek_ <vjuranek_!~vjuranek@redhat/jboss/vjuranek> has joined #jenkins
[00:41:32] *** ChanServ sets mode: +v vjuranek_
[00:42:08] *** livingstn <livingstn!~livingstn@35.128.61.16> has joined #jenkins
[00:43:18] *** vjuranek <vjuranek!~vjuranek@redhat/jboss/vjuranek> has quit IRC (Ping timeout: 265 seconds)
[00:44:57] *** kwhetstone_ <kwhetstone_!~kwhetston@136.56.46.187> has quit IRC (Ping timeout: 240 seconds)
[00:48:48] <globallibraryenv> nop that didn't do it either
[00:53:10] *** konishi_ <konishi_!~Takayuki@FL1-221-171-240-3.fko.mesh.ad.jp> has joined #jenkins
[00:55:21] *** abayer <abayer!~abayer@jenkins/developer/abayer> has quit IRC (Quit: Leaving.)
[00:58:16] *** livingstn <livingstn!~livingstn@35.128.61.16> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[00:59:45] *** tang^ <tang^!~tang^@207.229.38.10> has quit IRC (Quit: Bye)
[01:02:31] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has joined #jenkins
[01:04:01] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has quit IRC (Read error: Connection reset by peer)
[01:04:38] *** hbautista <hbautista!~hbautista@189.201.191.13> has joined #jenkins
[01:05:11] *** cr3 <cr3!~cr3@207.107.68.234> has quit IRC (Quit: leaving)
[01:05:25] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has joined #jenkins
[01:05:46] *** vjuranek_ <vjuranek_!~vjuranek@redhat/jboss/vjuranek> has quit IRC (Remote host closed the connection)
[01:06:14] *** vjuranek_ <vjuranek_!~vjuranek@2a00:1028:919b:e056:ce3d:82ff:fe5f:85e3> has joined #jenkins
[01:06:14] *** vjuranek_ <vjuranek_!~vjuranek@2a00:1028:919b:e056:ce3d:82ff:fe5f:85e3> has quit IRC (Changing host)
[01:06:14] *** vjuranek_ <vjuranek_!~vjuranek@redhat/jboss/vjuranek> has joined #jenkins
[01:06:14] *** ChanServ sets mode: +v vjuranek_
[01:06:39] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has quit IRC (Remote host closed the connection)
[01:09:32] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[01:10:51] *** sabre1041 <sabre1041!~sabre1041@12.132.248.250> has joined #jenkins
[01:11:39] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has quit IRC (Ping timeout: 256 seconds)
[01:11:46] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[01:11:59] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has joined #jenkins
[01:13:20] <Stormmore> now just to fix the perm issue with pushing docker images to my repo! Can't figure out how to mount the .docker/config.json
[01:13:29] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[01:13:45] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[01:13:48] *** vjuranek_ <vjuranek_!~vjuranek@redhat/jboss/vjuranek> has quit IRC (Ping timeout: 256 seconds)
[01:13:56] *** vjuranek_ <vjuranek_!~vjuranek@21.248.broadband7.iol.cz> has joined #jenkins
[01:13:56] *** vjuranek_ <vjuranek_!~vjuranek@21.248.broadband7.iol.cz> has quit IRC (Changing host)
[01:13:56] *** vjuranek_ <vjuranek_!~vjuranek@redhat/jboss/vjuranek> has joined #jenkins
[01:13:56] *** ChanServ sets mode: +v vjuranek_
[01:15:13] *** Guest27695 <Guest27695!~textual@140-186-165-80-dynamic.midco.net> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[01:15:48] *** zerocoolback <zerocoolback!~zerocoolb@106.51.107.185> has joined #jenkins
[01:16:28] *** hbautista <hbautista!~hbautista@189.201.191.13> has quit IRC (Ping timeout: 268 seconds)
[01:16:40] *** abhiyerra <abhiyerra!~textual@2601:645:0:5031:e80d:2b76:af89:4660> has joined #jenkins
[01:16:44] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has quit IRC (Ping timeout: 260 seconds)
[01:20:31] *** Kelzier <Kelzier!~duka@87.116.178.111> has joined #jenkins
[01:21:24] *** zerocoolback <zerocoolback!~zerocoolb@106.51.107.185> has quit IRC (Ping timeout: 260 seconds)
[01:25:47] *** LostSoul <LostSoul!~LostSoul@78-11-190-79.static.ip.netia.com.pl> has joined #jenkins
[01:26:21] *** vjuranek_ <vjuranek_!~vjuranek@redhat/jboss/vjuranek> has quit IRC (Ping timeout: 252 seconds)
[01:28:50] *** ResidentBiscuit <ResidentBiscuit!~residentb@unaffiliated/residentbiscuit> has joined #jenkins
[01:29:26] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has joined #jenkins
[01:31:01] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has joined #jenkins
[01:33:07] *** lchristopher <lchristopher!d8ef7c2c@gateway/web/freenode/ip.216.239.124.44> has quit IRC (Quit: Page closed)
[01:35:35] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has quit IRC (Ping timeout: 268 seconds)
[01:43:14] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has joined #jenkins
[01:44:25] *** jmill <jmill!~textual@2605:6000:1019:3ff:e432:7bf6:b0a4:883a> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[01:46:27] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has quit IRC (Ping timeout: 245 seconds)
[01:47:27] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has quit IRC (Ping timeout: 240 seconds)
[01:47:57] *** mbenson <mbenson!~mbenson@apache/committer/mbenson> has quit IRC (Ping timeout: 240 seconds)
[01:48:10] *** caphrim007_ <caphrim007_!~caphrim00@50.206.82.175> has joined #jenkins
[01:48:40] *** caphrim007_ <caphrim007_!~caphrim00@50.206.82.175> has quit IRC (Remote host closed the connection)
[01:49:08] *** caphrim007_ <caphrim007_!~caphrim00@50.206.82.175> has joined #jenkins
[01:50:21] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has joined #jenkins
[01:50:39] *** globallibraryenv <globallibraryenv!a9827c26@gateway/web/freenode/ip.169.130.124.38> has quit IRC (Quit: Page closed)
[01:51:46] *** caphrim007 <caphrim007!~caphrim00@50.206.82.144> has quit IRC (Ping timeout: 256 seconds)
[01:52:17] *** Kelzier <Kelzier!~duka@87.116.178.111> has quit IRC (Ping timeout: 245 seconds)
[01:53:40] *** englishm_work <englishm_work!uid217629@gateway/web/irccloud.com/x-gkiqwzznchjicnbk> has quit IRC (Quit: Connection closed for inactivity)
[01:53:52] *** caphrim007_ <caphrim007_!~caphrim00@50.206.82.175> has quit IRC (Ping timeout: 265 seconds)
[01:54:45] *** caphrim007 <caphrim007!~caphrim00@50.206.82.175> has joined #jenkins
[01:55:24] *** caphrim007 <caphrim007!~caphrim00@50.206.82.175> has quit IRC (Read error: Connection reset by peer)
[01:55:48] *** caphrim007 <caphrim007!~caphrim00@50.206.82.175> has joined #jenkins
[01:57:49] *** HasanAtizaz <HasanAtizaz!~hasan@39.50.171.85> has joined #jenkins
[01:59:06] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has quit IRC (Remote host closed the connection)
[01:59:29] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has joined #jenkins
[02:00:29] *** caphrim007 <caphrim007!~caphrim00@50.206.82.175> has quit IRC (Ping timeout: 260 seconds)
[02:00:42] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has joined #jenkins
[02:00:43] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has quit IRC (Remote host closed the connection)
[02:02:45] *** kwhetstone <kwhetstone!~kwhetston@136.56.46.187> has joined #jenkins
[02:03:31] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has joined #jenkins
[02:05:08] *** loadstar81 <loadstar81!~tmast@rrcs-24-123-28-202.central.biz.rr.com> has joined #jenkins
[02:05:09] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has quit IRC (Ping timeout: 260 seconds)
[02:08:18] *** abhiyerra <abhiyerra!~textual@2601:645:0:5031:e80d:2b76:af89:4660> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[02:09:54] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has quit IRC (Ping timeout: 256 seconds)
[02:10:21] *** abhiyerra <abhiyerra!~textual@2601:645:0:5031:e80d:2b76:af89:4660> has joined #jenkins
[02:17:40] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has joined #jenkins
[02:19:11] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has quit IRC (Remote host closed the connection)
[02:19:16] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has joined #jenkins
[02:20:37] *** kwhetstone <kwhetstone!~kwhetston@136.56.46.187> has quit IRC (Read error: Connection reset by peer)
[02:20:55] *** kwhetstone <kwhetstone!~kwhetston@136.56.46.187> has joined #jenkins
[02:22:25] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has joined #jenkins
[02:24:11] *** mark999 <mark999!~mark@50.90.161.198> has quit IRC (Quit: Konversation terminated!)
[02:24:33] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has quit IRC (Ping timeout: 240 seconds)
[02:26:04] *** abhiyerra <abhiyerra!~textual@2601:645:0:5031:e80d:2b76:af89:4660> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[02:26:10] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has joined #jenkins
[02:26:52] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has quit IRC (Ping timeout: 245 seconds)
[02:27:42] *** lifeless <lifeless!~robertc@125-237-63-105.jetstream.xtra.co.nz> has quit IRC (Ping timeout: 245 seconds)
[02:28:30] *** loadstar81 <loadstar81!~tmast@rrcs-24-123-28-202.central.biz.rr.com> has quit IRC (Quit: Lost terminal)
[02:30:37] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has quit IRC (Ping timeout: 245 seconds)
[02:31:19] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has joined #jenkins
[02:31:25] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has joined #jenkins
[02:34:47] *** HasanAtizaz <HasanAtizaz!~hasan@39.50.171.85> has quit IRC (Ping timeout: 268 seconds)
[02:35:54] *** mbenson <mbenson!~mbenson@apache/committer/mbenson> has joined #jenkins
[02:37:42] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has quit IRC (Ping timeout: 245 seconds)
[02:37:49] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has quit IRC (Ping timeout: 260 seconds)
[02:38:48] *** kwhetstone <kwhetstone!~kwhetston@136.56.46.187> has quit IRC (Ping timeout: 256 seconds)
[02:39:34] *** Guest7728 <Guest7728!~samgleske@cpe-23-243-71-225.socal.res.rr.com> has quit IRC (Ping timeout: 260 seconds)
[02:43:07] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has joined #jenkins
[02:44:20] *** kus <kus!~kus@pool-96-234-34-194.nwrknj.fios.verizon.net> has quit IRC (Remote host closed the connection)
[02:44:50] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has quit IRC (Remote host closed the connection)
[02:48:31] *** kus <kus!~kus@pool-96-234-34-194.nwrknj.fios.verizon.net> has joined #jenkins
[02:53:48] *** like2k1 <like2k1!~like2k1@sphinx.nextgen.center> has quit IRC (Ping timeout: 265 seconds)
[02:53:54] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has joined #jenkins
[02:54:24] *** like2k1 <like2k1!~like2k1@sphinx.nextgen.center> has joined #jenkins
[02:58:27] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has quit IRC (Ping timeout: 240 seconds)
[02:59:48] *** khatri <khatri!~khatri@27.7.170.134> has joined #jenkins
[03:03:38] *** Kelzier <Kelzier!~duka@87.116.178.4> has joined #jenkins
[03:04:53] *** khatri <khatri!~khatri@27.7.170.134> has quit IRC (Ping timeout: 240 seconds)
[03:06:43] *** ky13__ <ky13__!~ky13_@207.141.65.5> has quit IRC (Remote host closed the connection)
[03:08:55] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has joined #jenkins
[03:09:25] *** ky13_ <ky13_!~ky13_@207.141.65.5> has joined #jenkins
[03:10:12] *** bmurt <bmurt!~hmm@216.164.232.97> has joined #jenkins
[03:11:45] *** thc202 <thc202!~thc202@unaffiliated/thc202> has quit IRC (Ping timeout: 248 seconds)
[03:13:56] *** ky13_ <ky13_!~ky13_@207.141.65.5> has quit IRC (Ping timeout: 256 seconds)
[03:17:20] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has quit IRC (Ping timeout: 256 seconds)
[03:18:04] *** ganthore <ganthore!~ganthore@104-182-55-246.lightspeed.rlghnc.sbcglobal.net> has quit IRC (Ping timeout: 260 seconds)
[03:18:35] *** bmurt <bmurt!~hmm@216.164.232.97> has quit IRC (Ping timeout: 240 seconds)
[03:20:04] *** ResidentBiscuit <ResidentBiscuit!~residentb@unaffiliated/residentbiscuit> has quit IRC (Remote host closed the connection)
[03:20:35] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has joined #jenkins
[03:20:39] *** ganthore <ganthore!~ganthore@104-182-55-246.lightspeed.rlghnc.sbcglobal.net> has joined #jenkins
[03:20:42] *** ResidentBiscuit <ResidentBiscuit!~residentb@unaffiliated/residentbiscuit> has joined #jenkins
[03:21:37] *** PresidentBiscuit <PresidentBiscuit!~residentb@unaffiliated/residentbiscuit> has joined #jenkins
[03:22:42] *** JaredR <JaredR!~residentb@unaffiliated/residentbiscuit> has joined #jenkins
[03:23:49] *** Resident_ <Resident_!~residentb@unaffiliated/residentbiscuit> has joined #jenkins
[03:24:30] *** abhiyerra <abhiyerra!~textual@2601:645:0:5031:e80d:2b76:af89:4660> has joined #jenkins
[03:24:59] *** Residen__ <Residen__!~residentb@unaffiliated/residentbiscuit> has joined #jenkins
[03:25:12] *** ResidentBiscuit <ResidentBiscuit!~residentb@unaffiliated/residentbiscuit> has quit IRC (Ping timeout: 245 seconds)
[03:25:12] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has quit IRC (Ping timeout: 245 seconds)
[03:25:56] *** ResidentBiscuit <ResidentBiscuit!~residentb@unaffiliated/residentbiscuit> has joined #jenkins
[03:26:27] *** PresidentBiscuit <PresidentBiscuit!~residentb@unaffiliated/residentbiscuit> has quit IRC (Ping timeout: 245 seconds)
[03:27:02] *** PresidentBiscuit <PresidentBiscuit!~residentb@unaffiliated/residentbiscuit> has joined #jenkins
[03:27:13] *** JaredR <JaredR!~residentb@unaffiliated/residentbiscuit> has quit IRC (Ping timeout: 240 seconds)
[03:28:13] *** JaredR <JaredR!~residentb@unaffiliated/residentbiscuit> has joined #jenkins
[03:28:27] *** Resident_ <Resident_!~residentb@unaffiliated/residentbiscuit> has quit IRC (Ping timeout: 252 seconds)
[03:29:20] *** Resident_ <Resident_!~residentb@unaffiliated/residentbiscuit> has joined #jenkins
[03:29:33] *** Residen__ <Residen__!~residentb@unaffiliated/residentbiscuit> has quit IRC (Ping timeout: 240 seconds)
[03:30:25] *** Residen__ <Residen__!~residentb@unaffiliated/residentbiscuit> has joined #jenkins
[03:30:33] *** ResidentBiscuit <ResidentBiscuit!~residentb@unaffiliated/residentbiscuit> has quit IRC (Ping timeout: 240 seconds)
[03:31:26] *** ResidentBiscuit <ResidentBiscuit!~residentb@unaffiliated/residentbiscuit> has joined #jenkins
[03:31:33] *** PresidentBiscuit <PresidentBiscuit!~residentb@unaffiliated/residentbiscuit> has quit IRC (Ping timeout: 240 seconds)
[03:32:19] *** Stormmore <Stormmore!~stormmore@71-6-10-107.static-ip.telepacific.net> has quit IRC (Read error: Connection reset by peer)
[03:32:34] *** PresidentBiscuit <PresidentBiscuit!~residentb@unaffiliated/residentbiscuit> has joined #jenkins
[03:32:51] *** JaredR <JaredR!~residentb@unaffiliated/residentbiscuit> has quit IRC (Ping timeout: 252 seconds)
[03:32:59] *** d^sh <d^sh!~knumskull@p57843D2B.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 276 seconds)
[03:33:41] *** JaredR <JaredR!~residentb@unaffiliated/residentbiscuit> has joined #jenkins
[03:33:57] *** Resident_ <Resident_!~residentb@unaffiliated/residentbiscuit> has quit IRC (Ping timeout: 252 seconds)
[03:34:25] *** d^sh <d^sh!~knumskull@p57843D2B.dip0.t-ipconnect.de> has joined #jenkins
[03:34:52] *** Resident_ <Resident_!~residentb@unaffiliated/residentbiscuit> has joined #jenkins
[03:34:53] *** Residen__ <Residen__!~residentb@unaffiliated/residentbiscuit> has quit IRC (Ping timeout: 240 seconds)
[03:35:53] *** ResidentBiscuit <ResidentBiscuit!~residentb@unaffiliated/residentbiscuit> has quit IRC (Ping timeout: 240 seconds)
[03:35:56] *** Residen__ <Residen__!~residentb@unaffiliated/residentbiscuit> has joined #jenkins
[03:36:53] *** PresidentBiscuit <PresidentBiscuit!~residentb@unaffiliated/residentbiscuit> has quit IRC (Ping timeout: 240 seconds)
[03:38:06] *** abhiyerra <abhiyerra!~textual@2601:645:0:5031:e80d:2b76:af89:4660> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[03:38:13] *** JaredR <JaredR!~residentb@unaffiliated/residentbiscuit> has quit IRC (Ping timeout: 240 seconds)
[03:38:14] *** caphrim007 <caphrim007!~caphrim00@c-98-247-99-172.hsd1.wa.comcast.net> has joined #jenkins
[03:39:13] *** Resident_ <Resident_!~residentb@unaffiliated/residentbiscuit> has quit IRC (Ping timeout: 240 seconds)
[03:40:11] *** Residen__ <Residen__!~residentb@unaffiliated/residentbiscuit> has quit IRC (Ping timeout: 252 seconds)
[03:43:09] *** caphrim007 <caphrim007!~caphrim00@c-98-247-99-172.hsd1.wa.comcast.net> has quit IRC (Ping timeout: 260 seconds)
[03:43:53] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has joined #jenkins
[03:45:18] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has joined #jenkins
[03:45:21] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[03:47:15] *** ky13_ <ky13_!~ky13_@96.72.184.213> has joined #jenkins
[03:49:36] *** gli <gli!~gli@119.254.120.72> has joined #jenkins
[03:49:52] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has quit IRC (Ping timeout: 265 seconds)
[03:49:55] *** samrocketman <samrocketman!~samgleske@cpe-23-243-71-225.socal.res.rr.com> has joined #jenkins
[03:50:19] *** samrocketman is now known as Guest8261
[03:51:30] *** ResidentBiscuit <ResidentBiscuit!~residentb@unaffiliated/residentbiscuit> has joined #jenkins
[03:51:54] *** ky13_ <ky13_!~ky13_@96.72.184.213> has quit IRC (Ping timeout: 260 seconds)
[03:55:39] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[03:59:57] *** ResidentBiscuit <ResidentBiscuit!~residentb@unaffiliated/residentbiscuit> has quit IRC (Remote host closed the connection)
[04:00:06] *** khatri <khatri!~khatri@27.7.170.134> has joined #jenkins
[04:00:06] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has joined #jenkins
[04:02:26] *** esberglu <esberglu!~esberglu@67-5-12-197.rstr.qwest.net> has joined #jenkins
[04:03:35] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 268 seconds)
[04:04:27] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has quit IRC (Ping timeout: 240 seconds)
[04:06:32] *** lifeless <lifeless!~robertc@125-237-63-57-vdsl.bb.spark.co.nz> has joined #jenkins
[04:08:29] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has joined #jenkins
[04:10:15] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[04:12:35] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has quit IRC (Ping timeout: 240 seconds)
[04:13:59] *** caphrim007 <caphrim007!~caphrim00@c-98-247-99-172.hsd1.wa.comcast.net> has joined #jenkins
[04:14:34] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 256 seconds)
[04:15:30] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has joined #jenkins
[04:20:29] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has quit IRC (Ping timeout: 260 seconds)
[04:21:00] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[04:23:59] *** Guest8261 <Guest8261!~samgleske@cpe-23-243-71-225.socal.res.rr.com> has quit IRC (Ping timeout: 260 seconds)
[04:25:44] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 260 seconds)
[04:26:36] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has joined #jenkins
[04:26:56] *** kus <kus!~kus@pool-96-234-34-194.nwrknj.fios.verizon.net> has quit IRC (Quit: Leaving)
[04:27:42] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has joined #jenkins
[04:30:43] *** moas_ <moas_!~moas@62.129.12.82> has joined #jenkins
[04:31:07] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has quit IRC (Ping timeout: 256 seconds)
[04:31:15] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[04:31:31] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has quit IRC (Ping timeout: 252 seconds)
[04:33:26] *** moas <moas!~moas@62.129.12.82> has quit IRC (Ping timeout: 255 seconds)
[04:35:35] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 240 seconds)
[04:36:13] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has joined #jenkins
[04:37:14] *** kwhetstone <kwhetstone!~kwhetston@136.56.46.187> has joined #jenkins
[04:38:01] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has quit IRC (Remote host closed the connection)
[04:40:35] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has quit IRC (Ping timeout: 240 seconds)
[04:41:39] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[04:44:50] *** Progster <Progster!6c1d57ca@gateway/web/freenode/ip.108.29.87.202> has quit IRC (Ping timeout: 260 seconds)
[04:46:09] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 260 seconds)
[04:49:31] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has joined #jenkins
[04:49:49] *** caphrim007_ <caphrim007_!~caphrim00@50.206.82.181> has joined #jenkins
[04:50:52] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has joined #jenkins
[04:51:49] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[04:53:40] *** caphrim007 <caphrim007!~caphrim00@c-98-247-99-172.hsd1.wa.comcast.net> has quit IRC (Ping timeout: 256 seconds)
[04:54:09] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has quit IRC (Ping timeout: 265 seconds)
[04:56:17] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 248 seconds)
[04:58:29] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has joined #jenkins
[04:59:47] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has quit IRC (Ping timeout: 245 seconds)
[05:01:20] *** Yann_ <Yann_!~textual@ip-76-10-123-221.far.ideaone.net> has joined #jenkins
[05:01:55] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[05:03:10] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has quit IRC (Ping timeout: 256 seconds)
[05:05:14] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has joined #jenkins
[05:06:29] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 268 seconds)
[05:07:57] *** Kelzier <Kelzier!~duka@87.116.178.4> has quit IRC (Ping timeout: 240 seconds)
[05:09:17] *** MonsterCookies <MonsterCookies!~textual@c-73-224-26-202.hsd1.fl.comcast.net> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[05:09:57] *** Kelzier <Kelzier!~duka@87.116.178.4> has joined #jenkins
[05:09:58] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has quit IRC (Ping timeout: 256 seconds)
[05:10:20] *** dougsland <dougsland!~douglas@c-73-234-93-65.hsd1.nh.comcast.net> has joined #jenkins
[05:10:22] *** esberglu <esberglu!~esberglu@67-5-12-197.rstr.qwest.net> has quit IRC (Read error: Connection reset by peer)
[05:10:43] *** dougsland <dougsland!~douglas@c-73-234-93-65.hsd1.nh.comcast.net> has quit IRC (Changing host)
[05:10:43] *** dougsland <dougsland!~douglas@tchelinux/moderator/dougsland> has joined #jenkins
[05:11:55] *** khatri <khatri!~khatri@27.7.170.134> has quit IRC (Ping timeout: 256 seconds)
[05:12:01] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[05:16:33] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 248 seconds)
[05:17:39] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has joined #jenkins
[05:18:46] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[05:21:53] *** linuxdaemon <linuxdaemon!linuxdemon@unaffiliated/linuxdaemon> has quit IRC (Ping timeout: 240 seconds)
[05:22:53] *** opaqueshadow <opaqueshadow!opaqueshad@b4nd.it> has quit IRC (Ping timeout: 240 seconds)
[05:23:07] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 245 seconds)
[05:24:50] *** Amanas <Amanas!~Amanas@cpe-2606-A000-43C6-C900-1057-7350-4724-3084.dyn6.twc.com> has quit IRC (Ping timeout: 256 seconds)
[05:25:29] *** linuxdaemon <linuxdaemon!linuxdemon@unaffiliated/linuxdaemon> has joined #jenkins
[05:25:45] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[05:27:32] *** opaqueshadow <opaqueshadow!opaqueshad@b4nd.it> has joined #jenkins
[05:28:51] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has joined #jenkins
[05:29:34] *** abhiyerra <abhiyerra!~textual@2601:645:0:5031:e80d:2b76:af89:4660> has joined #jenkins
[05:30:05] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 240 seconds)
[05:31:36] *** machbio <machbio!uid214565@gateway/web/irccloud.com/x-upngnpboehvfsqhi> has joined #jenkins
[05:33:10] *** jfemia <jfemia!~jfemia@217.113.163.163> has joined #jenkins
[05:33:37] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has quit IRC (Ping timeout: 268 seconds)
[05:34:28] *** jfemia_ <jfemia_!~jfemia@217.113.163.163> has quit IRC (Ping timeout: 256 seconds)
[05:36:20] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has joined #jenkins
[05:38:47] *** hkais <hkais!~xenoadmin@p2E5629CA.dip0.t-ipconnect.de> has joined #jenkins
[05:40:33] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has quit IRC (Ping timeout: 240 seconds)
[05:43:58] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has joined #jenkins
[05:46:32] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[05:48:30] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has quit IRC (Ping timeout: 256 seconds)
[05:49:58] *** Praxi <Praxi!uid44918@gateway/web/irccloud.com/x-rzikznbuthpygxlq> has quit IRC (Quit: Connection closed for inactivity)
[05:51:01] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 256 seconds)
[05:55:23] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has joined #jenkins
[05:59:50] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has quit IRC (Ping timeout: 256 seconds)
[06:05:04] *** CodeMouse92__ <CodeMouse92__!~JasonMc92@unaffiliated/codemouse> has quit IRC (Quit: Oh freddled gruntbuggly | Thy micturations are to me | As plurdled gabbleblotchits | On a lurgid bee)
[06:09:55] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has joined #jenkins
[06:13:41] *** kwhetstone <kwhetstone!~kwhetston@136.56.46.187> has quit IRC (Ping timeout: 256 seconds)
[06:14:33] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has quit IRC (Ping timeout: 252 seconds)
[06:16:27] *** ghormoon <ghormoon!~ghormoon@ghorland.net> has quit IRC (Ping timeout: 245 seconds)
[06:18:44] *** ghormoon <ghormoon!~ghormoon@ghorland.net> has joined #jenkins
[06:20:21] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has joined #jenkins
[06:21:26] *** kwhetstone <kwhetstone!~kwhetston@136.56.46.187> has joined #jenkins
[06:25:01] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has quit IRC (Ping timeout: 256 seconds)
[06:25:19] *** mbenson <mbenson!~mbenson@apache/committer/mbenson> has quit IRC (Ping timeout: 260 seconds)
[06:26:12] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has joined #jenkins
[06:27:39] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has joined #jenkins
[06:30:58] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has quit IRC (Ping timeout: 268 seconds)
[06:32:05] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has quit IRC (Ping timeout: 240 seconds)
[06:33:03] *** abhiyerra <abhiyerra!~textual@2601:645:0:5031:e80d:2b76:af89:4660> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[06:37:22] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has joined #jenkins
[06:39:00] *** spathare <spathare!~spathare@125.16.97.124> has joined #jenkins
[06:41:00] *** Cervator <Cervator!~Thunderbi@2601:4c1:4001:1d5d:5832:c5ce:86c5:9862> has quit IRC (Quit: Cervator)
[06:41:35] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has quit IRC (Ping timeout: 240 seconds)
[06:48:29] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has joined #jenkins
[06:51:24] *** abhiyerra <abhiyerra!~textual@2601:645:0:5031:e80d:2b76:af89:4660> has joined #jenkins
[06:58:06] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has quit IRC (Ping timeout: 268 seconds)
[07:01:06] *** khatri <khatri!~khatri@106.51.39.217> has joined #jenkins
[07:01:25] *** venmx <venmx!~pactadmin@host31-48-148-246.range31-48.btcentralplus.com> has joined #jenkins
[07:04:14] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[07:08:27] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 252 seconds)
[07:08:47] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has quit IRC (Remote host closed the connection)
[07:10:07] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has joined #jenkins
[07:12:58] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has joined #jenkins
[07:13:24] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has quit IRC (Remote host closed the connection)
[07:14:13] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has quit IRC (Ping timeout: 240 seconds)
[07:18:06] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has joined #jenkins
[07:19:05] *** hkais <hkais!~xenoadmin@p2E5629CA.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 240 seconds)
[07:20:14] *** samrocketman <samrocketman!~samgleske@cpe-23-243-71-225.socal.res.rr.com> has joined #jenkins
[07:20:37] *** samrocketman is now known as Guest15185
[07:22:46] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has quit IRC (Ping timeout: 268 seconds)
[07:23:04] *** Py_mona <Py_mona!~Mona@unaffiliated/kumudini> has joined #jenkins
[07:24:33] *** Guest15185 <Guest15185!~samgleske@cpe-23-243-71-225.socal.res.rr.com> has quit IRC (Ping timeout: 248 seconds)
[07:25:12] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[07:25:25] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has joined #jenkins
[07:26:31] *** rui0f2da445 <rui0f2da445!~textual@ool-182d4d21.dyn.optonline.net> has joined #jenkins
[07:29:35] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 240 seconds)
[07:29:56] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has quit IRC (Ping timeout: 256 seconds)
[07:34:33] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has joined #jenkins
[07:35:48] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[07:39:57] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 240 seconds)
[07:41:46] *** vjuranek_ <vjuranek_!~vjuranek@2a00:1028:919b:e056:ce3d:82ff:fe5f:85e3> has joined #jenkins
[07:41:46] *** vjuranek_ <vjuranek_!~vjuranek@2a00:1028:919b:e056:ce3d:82ff:fe5f:85e3> has quit IRC (Changing host)
[07:41:46] *** vjuranek_ <vjuranek_!~vjuranek@redhat/jboss/vjuranek> has joined #jenkins
[07:41:46] *** ChanServ sets mode: +v vjuranek_
[07:44:49] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has joined #jenkins
[07:46:00] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[07:46:33] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has quit IRC (Ping timeout: 240 seconds)
[07:47:27] *** rui0f2da445 <rui0f2da445!~textual@ool-182d4d21.dyn.optonline.net> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[07:50:31] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 268 seconds)
[07:52:19] *** Flotho66 <Flotho66!~florent@LStLambert-656-1-183-64.w80-14.abo.wanadoo.fr> has joined #jenkins
[07:53:23] *** tomaz_b <tomaz_b!~tomaz_b@193-138-63-17.static.t-2.net> has joined #jenkins
[07:54:25] *** sabre1041 <sabre1041!~sabre1041@12.132.248.250> has quit IRC (Remote host closed the connection)
[07:54:59] *** Yann_ <Yann_!~textual@ip-76-10-123-221.far.ideaone.net> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[07:55:39] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has joined #jenkins
[07:57:46] *** vjuranek <vjuranek!~vjuranek@21.248.broadband7.iol.cz> has joined #jenkins
[07:57:46] *** vjuranek <vjuranek!~vjuranek@21.248.broadband7.iol.cz> has quit IRC (Changing host)
[07:57:46] *** vjuranek <vjuranek!~vjuranek@redhat/jboss/vjuranek> has joined #jenkins
[07:57:46] *** ChanServ sets mode: +v vjuranek
[07:57:49] *** vjuranek_ <vjuranek_!~vjuranek@redhat/jboss/vjuranek> has quit IRC (Ping timeout: 265 seconds)
[07:58:06] *** maksimyugai <maksimyugai!9eb5bb4f@gateway/web/freenode/ip.158.181.187.79> has joined #jenkins
[07:58:17] <maksimyugai> hi, guys
[07:59:01] <maksimyugai> may someone help me?
[07:59:09] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has quit IRC (Remote host closed the connection)
[08:00:10] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has quit IRC (Ping timeout: 240 seconds)
[08:00:38] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has joined #jenkins
[08:02:29] <maksimyugai> I try to install sample jenkins app with pyinstaller and when I setting up pipeline by adding git repo I have an error "Failed to connect to repository : Command "git ls-remote -h /home/admin/jenkins-test/simple-pyhon-pyinstaller-app/ HEAD" returned status code 128: stdout: "
[08:03:11] <maksimyugai> stderr: fatal: '/home/admin/jenkins-test/simple-pyhon-pyinstaller-app/' does not appear to be a git repository fatal: Could not read from remote repository.
[08:04:39] <maksimyugai> anybody here
[08:06:01] *** sanderv6432 <sanderv6432!~alexander@D96818A1.cm-24.dynamic.ziggo.nl> has quit IRC (Ping timeout: 252 seconds)
[08:10:10] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has joined #jenkins
[08:12:22] *** rupalib <rupalib!~rbehera@c83-248-163-98.bredband.comhem.se> has joined #jenkins
[08:15:36] *** netcho <netcho!~netcho@unaffiliated/netcho> has joined #jenkins
[08:15:56] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has quit IRC (Remote host closed the connection)
[08:16:33] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has joined #jenkins
[08:16:44] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has quit IRC (Remote host closed the connection)
[08:16:57] *** dougsland <dougsland!~douglas@tchelinux/moderator/dougsland> has quit IRC (Ping timeout: 240 seconds)
[08:17:01] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has joined #jenkins
[08:17:32] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has quit IRC (Remote host closed the connection)
[08:23:27] *** StarWarsFan|afk is now known as StarWarsFan
[08:23:37] *** jablo <jablo!~jl@80.243.123.111> has joined #jenkins
[08:28:52] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has joined #jenkins
[08:33:22] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has quit IRC (Ping timeout: 240 seconds)
[08:33:53] *** kwhetstone <kwhetstone!~kwhetston@136.56.46.187> has quit IRC (Ping timeout: 240 seconds)
[08:36:17] *** netcho <netcho!~netcho@unaffiliated/netcho> has quit IRC (Quit: WeeChat 1.4)
[08:38:04] *** TomTom <TomTom!uid45892@gateway/web/irccloud.com/x-hpwzcosbqtfkbieg> has joined #jenkins
[08:38:20] *** ogondza <ogondza!ogondza@nat/redhat/x-vrbxhwyypgksooal> has joined #jenkins
[08:38:20] *** ChanServ sets mode: +v ogondza
[08:39:06] <geck> maksimyugai: I think you need a file:// prefix on that
[08:39:30] <geck> maybe
[08:39:35] * geck sherugs
[08:39:45] *** venmx <venmx!~pactadmin@host31-48-148-246.range31-48.btcentralplus.com> has quit IRC (Ping timeout: 252 seconds)
[08:40:13] *** narcan <narcan!~narcan@176-57-33-240.as16211.net> has joined #jenkins
[08:42:31] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[08:43:57] *** abhiyerra <abhiyerra!~textual@2601:645:0:5031:e80d:2b76:af89:4660> has quit IRC (Ping timeout: 245 seconds)
[08:44:53] *** kfu <kfu!~kfu@unaffiliated/kfu> has joined #jenkins
[08:45:54] <maksimyugai> geck: no still doesn't work
[08:46:02] <maksimyugai> geck: same error
[08:47:07] <Neptu> Im trying to setup the backup thin pluggin, but seems the function of zipping is not working. I read the documentation and says will be active after a full backup... which i donno exactly what means. Anyone knows about this pluggin?
[08:47:08] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 256 seconds)
[08:52:52] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[08:56:01] *** maksimyugai <maksimyugai!9eb5bb4f@gateway/web/freenode/ip.158.181.187.79> has quit IRC (Quit: Page closed)
[08:56:20] *** maksimyugai <maksimyugai!9eb5bb4f@gateway/web/freenode/ip.158.181.187.79> has joined #jenkins
[09:00:20] *** seschwar <seschwar!~seschwar@unaffiliated/seschwar> has joined #jenkins
[09:00:32] *** firemanxbr <firemanxbr!~firemanxb@2a00:1028:83a0:191e:b37e:981e:b4c0:3c0d> has joined #jenkins
[09:01:25] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 256 seconds)
[09:02:22] *** petzsch <petzsch!50933f59@gateway/web/freenode/ip.80.147.63.89> has joined #jenkins
[09:05:10] *** dmone <dmone!~dmone@154.57.4.229> has joined #jenkins
[09:05:21] *** iocanel1 <iocanel1!~iocanel@80.107.86.19> has joined #jenkins
[09:06:26] *** cmuller <cmuller!~cmuller@134.117.39.62.rev.sfr.net> has joined #jenkins
[09:07:46] *** coffe_ <coffe_!~coffe@h77-53-178-73.cust.se.alltele.net> has joined #jenkins
[09:08:15] <coffe_> Howdy, i am looking for a way to log if someone change any configuration or add/remove a plugin.
[09:08:39] *** iocanel <iocanel!~iocanel@80.107.133.102> has quit IRC (Ping timeout: 260 seconds)
[09:10:55] *** rupalib <rupalib!~rbehera@c83-248-163-98.bredband.comhem.se> has quit IRC (Remote host closed the connection)
[09:14:43] *** antgel <antgel!~topdog@213.57.83.154> has joined #jenkins
[09:15:33] *** konishi_ <konishi_!~Takayuki@FL1-221-171-240-3.fko.mesh.ad.jp> has quit IRC (Quit: This computer has gone to sleep)
[09:15:43] *** luc4 <luc4!~luca@83.211.28.60> has joined #jenkins
[09:17:08] *** jri <jri!~jri@pat-address.sciences-po.fr> has joined #jenkins
[09:17:13] *** asaleh <asaleh!asaleh@nat/redhat/x-ekocrptbdzuccirh> has joined #jenkins
[09:17:27]
<Corran> Hi I have a problem with jenkins CLI. When I use list-jobs all works java -jar jenkins-cli.jar -s http://localhost:8080/ list-jobs --username "admin" --password "admin" a convert_test But when I try to use update-job I get: ava -jar jenkins-cli.jar -s http://localhost:8080/ update-job a --username "admin" --password "admin" ERROR: No such job 'a'
[09:17:39] *** derPlexus <derPlexus!~flr@81.173.204.226> has joined #jenkins
[09:17:56] <Corran> Is this my fault or is there some kind of bug?
[09:20:19] *** akostadinov <akostadinov!~avalon@redhat/jboss/akostadinov> has joined #jenkins
[09:20:23] *** blutwurst <blutwurst!~admin@p54822449.dip0.t-ipconnect.de> has joined #jenkins
[09:21:05] *** srinidhi <srinidhi!~srinidhi@opensuse/member/srinidhi> has joined #jenkins
[09:25:54] *** patryk_ <patryk_!~pk@projekte.imos.net> has joined #jenkins
[09:27:05] *** jablo <jablo!~jl@80.243.123.111> has quit IRC (Ping timeout: 240 seconds)
[09:28:38] <pewpew> is there a way to restrict jenkins from pulling certain repositories from gerrit (private repos)?
[09:28:46] *** electrofelix <electrofelix!~pelix@15.203.233.87> has joined #jenkins
[09:29:09] <pewpew> if developers have access to modify jobs
[09:29:53] *** jablo <jablo!~jl@80.243.123.111> has joined #jenkins
[09:38:11] *** ams__ <ams__!uid48118@gateway/web/irccloud.com/x-xvmxchmuocwjsqqc> has joined #jenkins
[09:38:25] *** jstrachan <jstrachan!~jstrachan@host86-186-236-249.range86-186.btcentralplus.com> has joined #jenkins
[09:41:19] <Neptu> is there any pluggin that backs up the required minimum amount of files to recover the system after a catastrofic failure??
[09:41:48] *** pgregory <pgregory!52101676@gateway/web/freenode/ip.82.16.22.118> has joined #jenkins
[09:42:04] <pgregory> hi
[09:43:43] <pgregory> Really struggling with Jenkins Pipelines. I have a shell script step that runs, within an sshagent, and outputs various logging to the console, and I want to run a warning step after this, with a custom defined warning parser for the console. However, the warning step doesn't get any console output, am I doing something stupid?
[09:46:27] *** srinidhi <srinidhi!~srinidhi@opensuse/member/srinidhi> has quit IRC (Ping timeout: 260 seconds)
[09:49:17] <coffe_> i just love jenkins .. right out of the blue .. the path maven plugin gets dont have any system paths in it ..
[09:49:19] <coffe_> Gah
[09:58:40] *** robbbe <robbbe!~robelliso@host86-178-172-173.range86-178.btcentralplus.com> has joined #jenkins
[10:01:07] *** pgregory <pgregory!52101676@gateway/web/freenode/ip.82.16.22.118> has quit IRC (Quit: Page closed)
[10:02:25] *** jstrachan <jstrachan!~jstrachan@host86-186-236-249.range86-186.btcentralplus.com> has quit IRC (Ping timeout: 248 seconds)
[10:04:50] *** srinidhi <srinidhi!~srinidhi@opensuse/member/srinidhi> has joined #jenkins
[10:04:52] *** jstrachan <jstrachan!~jstrachan@host86-186-236-249.range86-186.btcentralplus.com> has joined #jenkins
[10:07:56] *** philipgough <philipgough!~philipgou@148.252.9.234> has joined #jenkins
[10:08:07] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[10:12:49] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 256 seconds)
[10:13:15] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has joined #jenkins
[10:17:41] *** lfitzgerald <lfitzgerald!~lfitzgera@148.252.9.234> has joined #jenkins
[10:17:41] *** lfitzgerald <lfitzgerald!~lfitzgera@148.252.9.234> has quit IRC (Changing host)
[10:17:41] *** lfitzgerald <lfitzgerald!~lfitzgera@redhat/jboss/lfitzgerald> has joined #jenkins
[10:18:26] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[10:19:16] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has quit IRC (Remote host closed the connection)
[10:19:39] *** amundj <amundj!~textual@185.13.92.21> has joined #jenkins
[10:20:39] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has joined #jenkins
[10:21:33] *** f2k <f2k!~f2k@d54c7200b.static.telenet.be> has joined #jenkins
[10:21:41] *** venmx <venmx!~pactadmin@host31-48-148-246.range31-48.btcentralplus.com> has joined #jenkins
[10:22:02] *** fwind77 <fwind77!~steven@89.100.106.33> has joined #jenkins
[10:22:40] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 240 seconds)
[10:23:09] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has joined #jenkins
[10:23:58] *** longk15t <longk15t!734b0146@gateway/web/freenode/ip.115.75.1.70> has joined #jenkins
[10:24:13] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has quit IRC (Remote host closed the connection)
[10:25:10] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has quit IRC (Ping timeout: 256 seconds)
[10:25:55] <longk15t> How can my jobs survive after master-slave connection get disconnected ? I have a 3 hours-running job run on slave node and if the JNLP connection get disconnected, all progress is lost. How can it survive the disconnections ?
[10:26:37] <longk15t> How can my jobs survive after master-slave connection get disconnected ? I have a 3 hours-running job run on slave node and if the JNLP connection get disconnected, all progress is lost. How can it survive the disconnections ? I'm using slave node as a service.
[10:29:14] *** psiroky <psiroky!psiroky@redhat/jboss/psiroky> has joined #jenkins
[10:29:52] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has joined #jenkins
[10:30:23] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has joined #jenkins
[10:32:26] *** thc202 <thc202!~thc202@unaffiliated/thc202> has joined #jenkins
[10:33:15] <longk15t> How can my jobs survive after master-slave connection get disconnected ? I have a 3 hours-running job run on slave node and if the JNLP connection get disconnected, all progress is lost. How can it survive the disconnections ? I'm using slave node as a service.
[10:34:02] *** machbio <machbio!uid214565@gateway/web/irccloud.com/x-upngnpboehvfsqhi> has quit IRC (Quit: Connection closed for inactivity)
[10:34:03] *** pgregory <pgregory!52101676@gateway/web/freenode/ip.82.16.22.118> has joined #jenkins
[10:34:33] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has quit IRC (Ping timeout: 256 seconds)
[10:35:32] <longk15t> I have a 3 hours-running job run on slave node and if the JNLP connection get disconnected, all progress is lost. How can it survive the disconnections ? I'm using slave node as a service.
[10:36:47] <moas_> Hi
[10:37:44] <longk15t> Hi, moas
[10:39:11] <moas_> I've installed Discard Old Build but no 'post build actions' part appears in configuration section
[10:39:15] *** lfitzgerald <lfitzgerald!~lfitzgera@redhat/jboss/lfitzgerald> has quit IRC (Ping timeout: 265 seconds)
[10:39:41] <selckin> it's at the top
[10:39:47] <moas_> so I don't known if is the best solution, but I want to remove old build
[10:40:04] <longk15t> it's on the top of job config page
[10:40:39] <longk15t> Press Ctrl F on your web browser and type: Discard old builds
[10:41:26] *** tomaz_b <tomaz_b!~tomaz_b@193-138-63-17.static.t-2.net> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[10:42:49] *** gli <gli!~gli@119.254.120.72> has quit IRC (Quit: Leaving)
[10:43:00] *** pgregory <pgregory!52101676@gateway/web/freenode/ip.82.16.22.118> has quit IRC (Ping timeout: 260 seconds)
[10:43:26] *** tomaz_b <tomaz_b!~tomaz_b@193-138-63-17.static.t-2.net> has joined #jenkins
[10:44:39] <longk15t> I have a 3 hours-running job run on slave node and if the JNLP connection get disconnected, all progress is lost. How can it survive the disconnections ? I'm using slave node as a service.
[10:49:09] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has quit IRC (Remote host closed the connection)
[10:49:44] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has joined #jenkins
[10:52:06] *** lfitzgerald <lfitzgerald!~lfitzgera@148.252.9.235> has joined #jenkins
[10:52:06] *** lfitzgerald <lfitzgerald!~lfitzgera@148.252.9.235> has quit IRC (Changing host)
[10:52:06] *** lfitzgerald <lfitzgerald!~lfitzgera@redhat/jboss/lfitzgerald> has joined #jenkins
[10:55:07] *** dubrsl <dubrsl!~Thunderbi@194.183.173.191> has joined #jenkins
[10:57:18] <longk15t> anyone can help me please ? I have a 3 hours-running job run on slave node and if the JNLP connection get disconnected, all progress is lost. How can it survive the disconnections ?
[10:58:13] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has quit IRC (Ping timeout: 240 seconds)
[10:58:46] *** floppydh <floppydh!floppydh@gateway/vpn/privateinternetaccess/floppydh> has joined #jenkins
[10:59:23] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[10:59:55] *** grdryn <grdryn!~gerardrya@fedora/gearoid> has joined #jenkins
[11:00:26] *** kos-mos <kos-mos!~kvirc@162.48.7.109.rev.sfr.net> has joined #jenkins
[11:00:53] *** srinidhi <srinidhi!~srinidhi@opensuse/member/srinidhi> has quit IRC (Ping timeout: 240 seconds)
[11:02:07] *** lfitzgerald <lfitzgerald!~lfitzgera@redhat/jboss/lfitzgerald> has quit IRC (Ping timeout: 256 seconds)
[11:04:08] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 256 seconds)
[11:04:27] *** asaleh <asaleh!asaleh@nat/redhat/x-ekocrptbdzuccirh> has quit IRC (Ping timeout: 240 seconds)
[11:06:26] *** asaleh <asaleh!asaleh@nat/redhat/x-kctfljfbjldvcaln> has joined #jenkins
[11:11:04] *** srinidhi <srinidhi!~srinidhi@opensuse/member/srinidhi> has joined #jenkins
[11:11:55] *** MindAndGo <MindAndGo!~florent@LStLambert-656-1-183-64.w80-14.abo.wanadoo.fr> has joined #jenkins
[11:12:05] *** maksimyugai <maksimyugai!9eb5bb4f@gateway/web/freenode/ip.158.181.187.79> has quit IRC (Quit: Page closed)
[11:12:12] *** Flotho66 <Flotho66!~florent@LStLambert-656-1-183-64.w80-14.abo.wanadoo.fr> has quit IRC (Ping timeout: 256 seconds)
[11:15:21] *** lfitzgerald <lfitzgerald!~lfitzgera@148.252.9.234> has joined #jenkins
[11:15:21] *** lfitzgerald <lfitzgerald!~lfitzgera@148.252.9.234> has quit IRC (Changing host)
[11:15:21] *** lfitzgerald <lfitzgerald!~lfitzgera@redhat/jboss/lfitzgerald> has joined #jenkins
[11:15:25] <longk15t> anyone can help me please ? I have a 3 hours-running job run on slave node and if the JNLP connection get disconnected, all progress is lost. How can it survive the disconnections ?
[11:17:22] <selckin> longk15t: stop repeating
[11:19:08] <fwind77> b4$2S#7^RckB
[11:19:20] <kfu> time to change your password, fwind77 :p
[11:19:35] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[11:20:08] <fwind77> yes, luckily just for one very unimportant thing. im still asleep
[11:20:45] *** samrocke1man <samrocke1man!~samgleske@cpe-23-243-71-225.socal.res.rr.com> has joined #jenkins
[11:20:45] <kfu> happens to the best of us
[11:21:47] <fwind77> the keyboard wasn't even plugged into the right pc :p
[11:24:12] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 265 seconds)
[11:24:50] *** longk15t <longk15t!734b0146@gateway/web/freenode/ip.115.75.1.70> has quit IRC (Quit: Page closed)
[11:25:32] *** samrocke1man <samrocke1man!~samgleske@cpe-23-243-71-225.socal.res.rr.com> has quit IRC (Ping timeout: 276 seconds)
[11:29:21] *** finster <finster!~finster@unaffiliated/axrfnu> has joined #jenkins
[11:29:50] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[11:30:00] *** rambler01 <rambler01!5275ce42@gateway/web/freenode/ip.82.117.206.66> has joined #jenkins
[11:30:07] <finster> hello. is there a plugin for jenkins that will allow me to pre-fill build parameters in a customizable fashion? like i'd set a variable based on the current date and time
[11:30:16] *** lucinka <lucinka!lvotypko@nat/redhat/x-sdtenbtchdojwmph> has joined #jenkins
[11:30:18] <finster> pre-set as build parameter
[11:30:26] <coffe_> So if i am having a pipline with tools defined.. and i like to run one step without it ? tried googling t
[11:32:26] *** pgregory <pgregory!52101676@gateway/web/freenode/ip.82.16.22.118> has joined #jenkins
[11:32:27] *** rvgate <rvgate!~rvgate@unaffiliated/rvgate> has quit IRC (Remote host closed the connection)
[11:32:57] *** rvgate <rvgate!~rvgate@unaffiliated/rvgate> has joined #jenkins
[11:33:27] <pgregory> Hi, having trouble getting the output of one step, an ssh step, to pipe into a warning parser step in a declarative Pipeline. Any ideas? It seems like the ssh and the warning parser are running entirely separately, so the warning parser doesn't see any console output to process. Am I missing something obvious?
[11:34:38] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 276 seconds)
[11:41:03] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has joined #jenkins
[11:41:53] *** konishi <konishi!~Takayuki@dcm2-119-243-54-108.tky.mesh.ad.jp> has joined #jenkins
[11:42:33] *** amundj <amundj!~textual@185.13.92.21> has quit IRC (Ping timeout: 256 seconds)
[11:42:56] <finster> alright, found a plugin
[11:42:58] <finster> cheers
[11:42:59] *** finster <finster!~finster@unaffiliated/axrfnu> has left #jenkins
[11:45:37] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has quit IRC (Ping timeout: 245 seconds)
[11:45:50] <rambler01> just upgraded git on jenkins to 2.16 - and getting stderr: fatal: ssh variant 'simple' does not support setting port
[11:46:27] *** konishi <konishi!~Takayuki@dcm2-119-243-54-108.tky.mesh.ad.jp> has quit IRC (Ping timeout: 245 seconds)
[11:46:30] <rambler01> anyone using git client plugin version 2.7.1 - as it looks like a fix for this error
[11:50:06] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[11:51:25] *** amundj <amundj!~textual@185.13.92.21> has joined #jenkins
[11:53:35] *** rambler01 <rambler01!5275ce42@gateway/web/freenode/ip.82.117.206.66> has quit IRC (Ping timeout: 260 seconds)
[11:54:25] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 248 seconds)
[12:01:44] *** patryk_ <patryk_!~pk@projekte.imos.net> has quit IRC (Quit: Client Exiting)
[12:10:18] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[12:11:22] *** Py_mona <Py_mona!~Mona@unaffiliated/kumudini> has quit IRC (Ping timeout: 268 seconds)
[12:11:25] <pgregory> anyone got any ideas on connecting these steps so that the warning step can process the console output of the ssh step? I'm completely stuck at the moment, any help very much appreciated.
[12:11:37] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has joined #jenkins
[12:15:12] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 260 seconds)
[12:16:02] *** narcan <narcan!~narcan@176-57-33-240.as16211.net> has quit IRC (Quit: Leaving)
[12:16:51] *** Py_mona <Py_mona!~Mona@unaffiliated/kumudini> has joined #jenkins
[12:17:32] *** MindAndGo <MindAndGo!~florent@LStLambert-656-1-183-64.w80-14.abo.wanadoo.fr> has quit IRC (Ping timeout: 268 seconds)
[12:20:27] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has quit IRC (Ping timeout: 260 seconds)
[12:20:28] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[12:22:06] *** khatri <khatri!~khatri@106.51.39.217> has quit IRC (Read error: Connection reset by peer)
[12:22:20] *** floppydh <floppydh!floppydh@gateway/vpn/privateinternetaccess/floppydh> has quit IRC (Ping timeout: 256 seconds)
[12:22:57] *** khatri <khatri!~khatri@106.51.39.217> has joined #jenkins
[12:23:34] *** pgregory <pgregory!52101676@gateway/web/freenode/ip.82.16.22.118> has left #jenkins
[12:23:57] *** akostadinov <akostadinov!~avalon@redhat/jboss/akostadinov> has quit IRC (Ping timeout: 260 seconds)
[12:24:57] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 240 seconds)
[12:25:14] *** MindAndGo <MindAndGo!~florent@LStLambert-656-1-183-64.w80-14.abo.wanadoo.fr> has joined #jenkins
[12:30:44] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has joined #jenkins
[12:32:55] *** kleph <kleph!~klephh@2a01:e34:ec1e:4567:5054:ff:fea5:14af> has joined #jenkins
[12:34:10] *** ldnunes <ldnunes!~ldnunes_@181.220.79.73> has joined #jenkins
[12:35:22] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has quit IRC (Ping timeout: 256 seconds)
[12:35:49] *** coffe_ <coffe_!~coffe@h77-53-178-73.cust.se.alltele.net> has quit IRC (Ping timeout: 256 seconds)
[12:41:52] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has joined #jenkins
[12:46:16] *** jhogarth <jhogarth!~jhogarth@194.168.87.19> has joined #jenkins
[12:47:59] *** yogi <yogi!75d196e4@gateway/web/freenode/ip.117.209.150.228> has joined #jenkins
[12:48:21] *** yogi is now known as Guest17300
[12:48:27] <Guest17300> hi i need help regarding automation in jenkins
[12:49:08] <Guest17300> hi
[12:49:27] *** Guest17300 <Guest17300!75d196e4@gateway/web/freenode/ip.117.209.150.228> has quit IRC (Client Quit)
[12:49:40] *** zerocoolback <zerocoolback!~zerocoolb@106.51.110.37> has joined #jenkins
[12:50:28] *** zerocoolback <zerocoolback!~zerocoolb@106.51.110.37> has quit IRC (Read error: Connection reset by peer)
[12:50:42] *** zerocoolback <zerocoolback!~zerocoolb@106.51.110.37> has joined #jenkins
[12:52:28] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has quit IRC (Remote host closed the connection)
[12:55:33] *** zerocoolback <zerocoolback!~zerocoolb@106.51.110.37> has quit IRC (Ping timeout: 265 seconds)
[12:55:33] *** amundj <amundj!~textual@185.13.92.21> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[12:57:16] *** horsey <horsey!~horsey@171.76.105.37> has joined #jenkins
[12:58:14] *** amundj <amundj!~textual@185.13.92.21> has joined #jenkins
[13:03:00] *** floppydh <floppydh!floppydh@gateway/vpn/privateinternetaccess/floppydh> has joined #jenkins
[13:11:01] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[13:14:43] *** petzsch <petzsch!50933f59@gateway/web/freenode/ip.80.147.63.89> has quit IRC (Quit: Page closed)
[13:15:30] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 268 seconds)
[13:17:57] *** asaleh <asaleh!asaleh@nat/redhat/x-kctfljfbjldvcaln> has quit IRC (Ping timeout: 240 seconds)
[13:21:12] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[13:25:28] *** jrawlings <jrawlings!~textual@82.15.219.89> has joined #jenkins
[13:25:41] *** GregersP <GregersP!~NJF]Yoda@94.18.200.50> has joined #jenkins
[13:26:26] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 276 seconds)
[13:27:44] *** Flotho66 <Flotho66!~florent@LStLambert-656-1-183-64.w80-14.abo.wanadoo.fr> has joined #jenkins
[13:28:33] *** philipgough <philipgough!~philipgou@148.252.9.234> has quit IRC (Remote host closed the connection)
[13:29:05] *** MindAndGo <MindAndGo!~florent@LStLambert-656-1-183-64.w80-14.abo.wanadoo.fr> has quit IRC (Ping timeout: 240 seconds)
[13:29:23] *** MindAndGo <MindAndGo!~florent@80.14.1.64> has joined #jenkins
[13:32:51] *** Flotho66 <Flotho66!~florent@LStLambert-656-1-183-64.w80-14.abo.wanadoo.fr> has quit IRC (Ping timeout: 256 seconds)
[13:38:07] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has joined #jenkins
[13:41:28] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has quit IRC (Remote host closed the connection)
[13:41:47] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has joined #jenkins
[13:42:47] *** jablo <jablo!~jl@80.243.123.111> has quit IRC (Quit: Leaving.)
[13:45:34] *** jablo <jablo!~jl@80.243.123.111> has joined #jenkins
[13:45:38] *** jablo <jablo!~jl@80.243.123.111> has left #jenkins
[13:50:20] *** esro <esro!~esro@95.155.114.211> has joined #jenkins
[13:51:42] *** sabre1041 <sabre1041!~sabre1041@12.132.248.250> has joined #jenkins
[13:51:49] *** zerocoolback <zerocoolback!~zerocoolb@106.51.110.37> has joined #jenkins
[13:53:31] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has quit IRC (Remote host closed the connection)
[13:56:56] *** zerocoolback <zerocoolback!~zerocoolb@106.51.110.37> has quit IRC (Ping timeout: 265 seconds)
[14:04:58] *** hkais <hkais!~xenoadmin@p3E9E84AD.dip0.t-ipconnect.de> has joined #jenkins
[14:07:55] *** MindAndGo <MindAndGo!~florent@80.14.1.64> has quit IRC (Read error: Connection reset by peer)
[14:08:01] *** Flotho66 <Flotho66!~florent@LStLambert-656-1-183-64.w80-14.abo.wanadoo.fr> has joined #jenkins
[14:08:21] *** nsizemor <nsizemor!~Thunderbi@192.92.122.128> has joined #jenkins
[14:10:05] *** narcan <narcan!~narcan@176-57-33-240.as16211.net> has joined #jenkins
[14:10:40] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has joined #jenkins
[14:20:09] *** jhogarth <jhogarth!~jhogarth@194.168.87.19> has quit IRC (Ping timeout: 260 seconds)
[14:22:20] *** MonsterCookies <MonsterCookies!~textual@c-73-224-26-202.hsd1.fl.comcast.net> has joined #jenkins
[14:27:35] *** rrutkowski <rrutkowski!~rrutkowsk@2a01:598:9985:df63:ddb0:155:1bc:7eb0> has joined #jenkins
[14:29:08] *** rrutkowski <rrutkowski!~rrutkowsk@2a01:598:9985:df63:ddb0:155:1bc:7eb0> has quit IRC (Client Quit)
[14:29:19] *** philipgough <philipgough!~philipgou@148.252.9.234> has joined #jenkins
[14:29:39] *** esro <esro!~esro@95.155.114.211> has quit IRC (Quit: Leaving)
[14:29:53] *** rrutkowski <rrutkowski!~rrutkowsk@2a01:598:9985:df63:ddb0:155:1bc:7eb0> has joined #jenkins
[14:31:43] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has joined #jenkins
[14:34:05] *** philipgough <philipgough!~philipgou@148.252.9.234> has quit IRC (Ping timeout: 240 seconds)
[14:35:53] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has quit IRC (Ping timeout: 240 seconds)
[14:36:04] *** Py_mona <Py_mona!~Mona@unaffiliated/kumudini> has quit IRC (Remote host closed the connection)
[14:38:22] *** Py_mona <Py_mona!~Mona@unaffiliated/kumudini> has joined #jenkins
[14:41:10] <ignatiz-> my jenkins server is not saving "Build on successful pipeline events" as a build trigger, any ideas?
[14:41:50] *** pewllet <pewllet!c69ab8fe@gateway/web/freenode/ip.198.154.184.254> has joined #jenkins
[14:43:53] *** spathare <spathare!~spathare@125.16.97.124> has quit IRC (Ping timeout: 240 seconds)
[14:44:15] *** sabre1041 <sabre1041!~sabre1041@12.132.248.250> has quit IRC (Remote host closed the connection)
[14:46:33] *** machbio <machbio!uid214565@gateway/web/irccloud.com/x-xtwwxakcpxmpmxnq> has joined #jenkins
[14:47:58] *** fhperuchi <fhperuchi!bf0818b2@gateway/web/freenode/ip.191.8.24.178> has joined #jenkins
[14:48:00] *** fhperuchi <fhperuchi!bf0818b2@gateway/web/freenode/ip.191.8.24.178> has left #jenkins
[14:50:05] *** jablo <jablo!~jl@80.243.123.111> has joined #jenkins
[14:52:40] *** zerocoolback <zerocoolback!~zerocoolb@106.51.110.37> has joined #jenkins
[14:52:59] *** zerocoolback <zerocoolback!~zerocoolb@106.51.110.37> has quit IRC (Remote host closed the connection)
[14:53:15] *** zerocoolback <zerocoolback!~zerocoolb@106.51.110.37> has joined #jenkins
[14:56:02] *** rrutkowski <rrutkowski!~rrutkowsk@2a01:598:9985:df63:ddb0:155:1bc:7eb0> has quit IRC (Quit: rrutkowski)
[14:56:18] *** sleepypikachu <sleepypikachu!~root@163.172.222.16> has joined #jenkins
[14:57:29] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[14:57:34] <moas_> post {
[14:57:34] <moas_> always {
[14:57:34] <moas_> deleteDir() /* clean up our workspace */
[14:57:36] <moas_> }
[14:57:38] <moas_> }
[14:57:53] <moas_> raise Required context class hudson.FilePath is missing
[14:58:16] <moas_> how to fix ?
[14:58:54] *** philipgough <philipgough!~philipgou@148.252.9.234> has joined #jenkins
[14:59:54] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has quit IRC (Remote host closed the connection)
[15:01:47] *** livingstn <livingstn!~livingstn@35.128.61.16> has joined #jenkins
[15:03:57] *** lfitzgerald <lfitzgerald!~lfitzgera@redhat/jboss/lfitzgerald> has quit IRC (Ping timeout: 240 seconds)
[15:04:42] *** vtunka <vtunka!vtunka@nat/redhat/x-hjrdtyozedapgvjz> has joined #jenkins
[15:05:52] *** sabre1041 <sabre1041!~sabre1041@209.211.103.18> has joined #jenkins
[15:07:10] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 240 seconds)
[15:10:58] *** derPlexus <derPlexus!~flr@81.173.204.226> has quit IRC (Quit: Leaving.)
[15:12:06] *** jablo <jablo!~jl@80.243.123.111> has quit IRC (Quit: Leaving.)
[15:13:25] *** sleepypikachu <sleepypikachu!~root@163.172.222.16> has quit IRC (Quit: leaving)
[15:13:40] *** YannMjl <YannMjl!~textual@140-186-165-80-dynamic.midco.net> has joined #jenkins
[15:14:18] *** Lichtlos <Lichtlos!~alex@37.235.63.84> has joined #jenkins
[15:14:28] *** Lichtlos <Lichtlos!~alex@37.235.63.84> has quit IRC (Client Quit)
[15:14:37] *** GregersP <GregersP!~NJF]Yoda@94.18.200.50> has quit IRC (Remote host closed the connection)
[15:16:17] *** rvgate <rvgate!~rvgate@unaffiliated/rvgate> has quit IRC (Ping timeout: 276 seconds)
[15:16:56] *** lfitzgerald <lfitzgerald!~lfitzgera@redhat/jboss/lfitzgerald> has joined #jenkins
[15:21:07] *** samrocke1man <samrocke1man!~samgleske@cpe-23-243-71-225.socal.res.rr.com> has joined #jenkins
[15:22:57] *** amundj <amundj!~textual@185.13.92.21> has quit IRC (Ping timeout: 240 seconds)
[15:23:19] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has joined #jenkins
[15:24:51] *** moas_ <moas_!~moas@62.129.12.82> has quit IRC (Remote host closed the connection)
[15:25:32] *** bmurt <bmurt!~hmm@216.164.232.97> has joined #jenkins
[15:25:37] *** samrocke1man <samrocke1man!~samgleske@cpe-23-243-71-225.socal.res.rr.com> has quit IRC (Ping timeout: 248 seconds)
[15:26:08] *** bmurt <bmurt!~hmm@216.164.232.97> has quit IRC (Client Quit)
[15:27:27] *** bmurt <bmurt!~hmm@216.164.232.97> has joined #jenkins
[15:27:59] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has quit IRC (Ping timeout: 276 seconds)
[15:30:48] *** Newbe <Newbe!188626a1@gateway/web/freenode/ip.24.134.38.161> has joined #jenkins
[15:31:32] <Newbe> Hello guys, I have a quick question: I have make some global variables in "Manage Jenkins -> configure" and some local variables for each job in "Build Environment". In my Code my global vars getting initialised in the DescriptorImpl class, but my local vars getting initialised in the class above. So I cannot access my global variables and my local variables together and I dont know how to go on here
[15:31:50] *** sabre104_ <sabre104_!~sabre1041@209.211.103.18> has joined #jenkins
[15:31:59] *** sabre1041 <sabre1041!~sabre1041@209.211.103.18> has quit IRC (Read error: Connection reset by peer)
[15:32:03] *** grdryn <grdryn!~gerardrya@fedora/gearoid> has quit IRC (Quit: rebooting)
[15:32:51] *** moas <moas!~moas@62.129.12.82> has joined #jenkins
[15:33:29] *** Corran <Corran!c0c6972b@gateway/web/freenode/ip.192.198.151.43> has quit IRC (Ping timeout: 260 seconds)
[15:34:47] *** villav <villav!~Thunderbi@72-54-189-186.customerip.birch.net> has joined #jenkins
[15:35:29] *** seschwar <seschwar!~seschwar@unaffiliated/seschwar> has quit IRC (Quit: :wq)
[15:38:11] *** jmill <jmill!~textual@2605:6000:1019:3ff:a89b:96e1:bb36:6f04> has joined #jenkins
[15:40:44] *** Newbe <Newbe!188626a1@gateway/web/freenode/ip.24.134.38.161> has quit IRC (Quit: Page closed)
[15:41:03] *** floppydh <floppydh!floppydh@gateway/vpn/privateinternetaccess/floppydh> has quit IRC (Quit: WeeChat 2.0.1)
[15:41:05] *** lfitzgerald <lfitzgerald!~lfitzgera@redhat/jboss/lfitzgerald> has quit IRC (Ping timeout: 248 seconds)
[15:43:07] *** jhogarth <jhogarth!~jhogarth@194.168.87.19> has joined #jenkins
[15:44:49] *** sabre104_ <sabre104_!~sabre1041@209.211.103.18> has quit IRC (Remote host closed the connection)
[15:45:23] *** sabre1041 <sabre1041!~sabre1041@209.211.103.18> has joined #jenkins
[15:46:38] *** dougsland <dougsland!douglas@nat/redhat/x-gfilnwfvydtyycsv> has joined #jenkins
[15:50:49] *** hbautista <hbautista!~hbautista@189.201.191.13> has joined #jenkins
[15:53:25] *** Corran <Corran!c0c6972b@gateway/web/freenode/ip.192.198.151.43> has joined #jenkins
[15:54:28] *** lfitzgerald <lfitzgerald!~lfitzgera@148.252.9.234> has joined #jenkins
[15:54:28] *** lfitzgerald <lfitzgerald!~lfitzgera@148.252.9.234> has quit IRC (Changing host)
[15:54:28] *** lfitzgerald <lfitzgerald!~lfitzgera@redhat/jboss/lfitzgerald> has joined #jenkins
[15:54:40] *** antgel <antgel!~topdog@213.57.83.154> has quit IRC (Ping timeout: 240 seconds)
[15:57:14] *** Amanas <Amanas!~Amanas@cpe-2606-A000-43C6-C900-1057-7350-4724-3084.dyn6.twc.com> has joined #jenkins
[15:57:38] *** caphrim007_ <caphrim007_!~caphrim00@50.206.82.181> has quit IRC (Remote host closed the connection)
[15:59:03] *** tomaluca95_ <tomaluca95_!~quassel@kde/developer/tomaluca> has joined #jenkins
[15:59:09] *** esran <esran!~shamus150@46.17.164.68> has joined #jenkins
[15:59:14] *** kwhetstone <kwhetstone!~kwhetston@136.56.46.187> has joined #jenkins
[16:00:11] *** tomaluca95 <tomaluca95!~quassel@kde/developer/tomaluca> has quit IRC (Ping timeout: 256 seconds)
[16:02:02] *** grdryn <grdryn!~gerardrya@fedora/gearoid> has joined #jenkins
[16:04:19] *** tomaz_b <tomaz_b!~tomaz_b@193-138-63-17.static.t-2.net> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[16:05:44] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has joined #jenkins
[16:07:53] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has quit IRC (Remote host closed the connection)
[16:09:03] *** Rapture <Rapture!~textual@50-204-232-30-static.hfc.comcastbusiness.net> has joined #jenkins
[16:10:13] *** Py_mona <Py_mona!~Mona@unaffiliated/kumudini> has quit IRC (Quit: Konversation terminated!)
[16:10:21] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has joined #jenkins
[16:10:25] *** abayer <abayer!~abayer@jenkins/developer/abayer> has joined #jenkins
[16:10:25] *** ChanServ sets mode: +o abayer
[16:10:37] *** Py_mona <Py_mona!~Mona@unaffiliated/kumudini> has joined #jenkins
[16:11:17] *** philipgough <philipgough!~philipgou@148.252.9.234> has quit IRC (Remote host closed the connection)
[16:11:38] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has quit IRC (Remote host closed the connection)
[16:12:37] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has joined #jenkins
[16:13:58] *** firemanxbr <firemanxbr!~firemanxb@2a00:1028:83a0:191e:b37e:981e:b4c0:3c0d> has quit IRC (Remote host closed the connection)
[16:14:47] *** firemanxbr <firemanxbr!~firemanxb@2a00:1028:83a0:191e:b37e:981e:b4c0:3c0d> has joined #jenkins
[16:16:56] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[16:19:46] *** akostadinov <akostadinov!~avalon@redhat/jboss/akostadinov> has joined #jenkins
[16:20:57] *** cr3 <cr3!~cr3@207.107.68.234> has joined #jenkins
[16:21:43] *** DevAntoine <DevAntoine!~DevAntoin@46.29.126.206> has joined #jenkins
[16:21:45] *** vtunka <vtunka!vtunka@nat/redhat/x-hjrdtyozedapgvjz> has quit IRC (Quit: Leaving)
[16:21:46] <DevAntoine> hi
[16:22:07] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has quit IRC (Ping timeout: 252 seconds)
[16:22:26] <DevAntoine> WHen it comes to the "building tarball" stage Jenkins end with a tar error saying that some files have been modified while taring
[16:22:33] <DevAntoine> It's never the same file
[16:22:39] <DevAntoine> What could cause this issue?
[16:23:04] <DevAntoine> I could add a "sleep 10" I guess but before that it was "sleep 5" and it's not working anymore
[16:23:12] <DevAntoine> It's bothering me, I have no clue what's happening
[16:23:22] *** MrMojit0 <MrMojit0!~MrMojit0@194.171.91.248> has quit IRC (Quit: Leaving)
[16:23:55] <DevAntoine> Stage are run sequentially right?
[16:24:41] *** vtunka <vtunka!vtunka@nat/redhat/x-kbgacnggkyswhbue> has joined #jenkins
[16:26:42] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 256 seconds)
[16:28:17] *** mbenson <mbenson!~mbenson@135.84.32.3> has joined #jenkins
[16:28:17] *** mbenson <mbenson!~mbenson@135.84.32.3> has quit IRC (Changing host)
[16:28:17] *** mbenson <mbenson!~mbenson@apache/committer/mbenson> has joined #jenkins
[16:30:29] *** Lichtlos <Lichtlos!~alex@37.235.63.84> has joined #jenkins
[16:30:47] *** JasonCL <JasonCL!~JasonCL@cpe-2606-A000-4E4D-A300-C957-AB8D-EEBC-F784.dyn6.twc.com> has joined #jenkins
[16:30:51] *** Lichtlos <Lichtlos!~alex@37.235.63.84> has quit IRC (Client Quit)
[16:31:57] *** kwhetstone_ <kwhetstone_!~kwhetston@136.56.46.187> has joined #jenkins
[16:32:03] *** Lichtlos <Lichtlos!~alex@37.235.63.84> has joined #jenkins
[16:32:08] *** narcan <narcan!~narcan@176-57-33-240.as16211.net> has quit IRC (Quit: Leaving)
[16:32:37] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has joined #jenkins
[16:33:10] *** stephenpc <stephenpc!~nobody@12.28.128.194> has joined #jenkins
[16:35:29] *** kwhetstone <kwhetstone!~kwhetston@136.56.46.187> has quit IRC (Ping timeout: 248 seconds)
[16:36:52] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has quit IRC (Ping timeout: 245 seconds)
[16:37:12] *** esberglu <esberglu!~esberglu@67-5-12-197.rstr.qwest.net> has joined #jenkins
[16:38:24] *** iocanel2 <iocanel2!~iocanel@athedsl-4485499.home.otenet.gr> has joined #jenkins
[16:38:54] *** philipgough <philipgough!~philipgou@148.252.9.234> has joined #jenkins
[16:42:19] *** iocanel1 <iocanel1!~iocanel@80.107.86.19> has quit IRC (Ping timeout: 256 seconds)
[16:43:39] *** ogondza <ogondza!ogondza@nat/redhat/x-vrbxhwyypgksooal> has quit IRC (Ping timeout: 260 seconds)
[16:47:54] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[16:48:10] <DevAntoine> no idea?
[16:48:17] <DevAntoine> It's driving me crazy!
[16:48:33] *** englishm_work <englishm_work!uid217629@gateway/web/irccloud.com/x-goodkxydeznmpcpc> has joined #jenkins
[16:49:06] *** YannMjl <YannMjl!~textual@140-186-165-80-dynamic.midco.net> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[16:50:16] <OltzU> DevAntoine: Only thing I can come up with is that docker-compose has side-effects even after returning.
[16:50:31] <OltzU> As in, it's not blocking for the full time of execution.
[16:50:38] <DevAntoine> OltzU: I was thinking the same
[16:50:57] <DevAntoine> I need to come up with a solution though :/
[16:51:20] *** horsey <horsey!~horsey@171.76.105.37> has quit IRC (Remote host closed the connection)
[16:51:52] <OltzU> Shell scripting to the max, it would seem.
[16:52:22] <DevAntoine> OltzU: I don't know what you're thinking about?
[16:53:30] *** horsey <horsey!~horsey@171.76.105.37> has joined #jenkins
[16:53:56] *** horsey <horsey!~horsey@171.76.105.37> has quit IRC (Remote host closed the connection)
[16:53:59] <OltzU> DevAntoine: I don't know any easy way to detected how long you should wait, so my mind is racing to some sort of process monitoring trickery.
[16:54:13] <DevAntoine> OltzU: oh shit
[16:54:33] <DevAntoine> so I combine a Jenkins' wait function to some grep tied to ps aux?
[16:54:54] <kfu> i'd probably start by figuring out what's actually happening (i have no idea about docker)...
[16:54:58] *** livingstn <livingstn!~livingstn@35.128.61.16> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[16:55:34] <OltzU> Yeah, I'd probably look into docker-compose, if it actually does block for the full time, and if not whether there exists a switch to make it wait.
[16:55:40] <kfu> maybe check whether something regarding docker is still running after the command returns to figure it out. or check for open file handles.
[16:57:12] <DevAntoine> kfu: I'm not sure to know what to do to make these checks
[16:57:24] *** abayer <abayer!~abayer@jenkins/developer/abayer> has quit IRC (Quit: Leaving.)
[16:57:45] *** abayer <abayer!~abayer@jenkins/developer/abayer> has joined #jenkins
[16:57:45] *** ChanServ sets mode: +o abayer
[16:58:27] <DevAntoine> can it be because docker-compose allocate a TTY by default?
[16:58:41] *** rvgate <rvgate!~rvgate@unaffiliated/rvgate> has joined #jenkins
[16:59:46] *** f2k <f2k!~f2k@d54c7200b.static.telenet.be> has quit IRC (Quit: Leaving)
[17:00:34] *** hbautista <hbautista!~hbautista@189.201.191.13> has quit IRC (Ping timeout: 256 seconds)
[17:02:02] *** livingstn <livingstn!~livingstn@35.128.61.16> has joined #jenkins
[17:02:26] *** Py_mona <Py_mona!~Mona@unaffiliated/kumudini> has quit IRC (Quit: Konversation terminated!)
[17:02:57] *** rui0f2da445 <rui0f2da445!~textual@ool-182d4d21.dyn.optonline.net> has joined #jenkins
[17:03:11] *** ldnunes <ldnunes!~ldnunes_@181.220.79.73> has quit IRC (Read error: Connection reset by peer)
[17:03:20] *** iocanel3 <iocanel3!~iocanel@ppp-94-65-14-6.home.otenet.gr> has joined #jenkins
[17:03:43] <kfu> as a quick and dirty hack i'd probably just have something repeatedly tell me open file handles (e.g. fstat or whatever command your target platform support) for a few seconds as a shell step right after the last docker-compose shell step. that should tell you what's actually modifying files
[17:04:00] *** rui0f2da445 <rui0f2da445!~textual@ool-182d4d21.dyn.optonline.net> has quit IRC (Client Quit)
[17:04:10] *** ldnunes <ldnunes!~ldnunes_@181.220.79.73> has joined #jenkins
[17:04:17] *** rui0f2da445 <rui0f2da445!~textual@ool-182d4d21.dyn.optonline.net> has joined #jenkins
[17:05:17] *** Phylock <Phylock!~Phylock@D4709623.rev.sefiber.dk> has joined #jenkins
[17:05:49] *** iocanel2 <iocanel2!~iocanel@athedsl-4485499.home.otenet.gr> has quit IRC (Ping timeout: 260 seconds)
[17:05:55] *** bmurt <bmurt!~hmm@216.164.232.97> has quit IRC (Ping timeout: 256 seconds)
[17:07:08] *** raynold <raynold!uid201163@gateway/web/irccloud.com/x-ruoqmouszauiuddy> has quit IRC (Quit: Connection closed for inactivity)
[17:07:13] *** hbautista <hbautista!~hbautista@189.201.191.13> has joined #jenkins
[17:07:34] *** Flotho66 <Flotho66!~florent@LStLambert-656-1-183-64.w80-14.abo.wanadoo.fr> has quit IRC (Ping timeout: 260 seconds)
[17:08:24] *** Cervator <Cervator!~Thunderbi@2601:4c1:4001:1d5d:3cfd:4d24:7b7:7606> has joined #jenkins
[17:08:41] *** vtunka <vtunka!vtunka@nat/redhat/x-kbgacnggkyswhbue> has quit IRC (Quit: Leaving)
[17:09:55] <DevAntoine> kfu: but monitoring which file?
[17:10:14] *** morenoh149 <morenoh149!~hmoreno@4.30.90.116> has joined #jenkins
[17:15:12] *** mbenson <mbenson!~mbenson@apache/committer/mbenson> has quit IRC (Ping timeout: 245 seconds)
[17:18:13] <DevAntoine> ok, another question: I'm trying to use bitbucket's webhooks to trigger a job. What token should I put in the input to trigger a build remotely?
[17:18:18] *** livingstn <livingstn!~livingstn@35.128.61.16> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[17:19:27] *** jri <jri!~jri@pat-address.sciences-po.fr> has quit IRC (Ping timeout: 240 seconds)
[17:21:30] *** samrocketman <samrocketman!~samgleske@cpe-23-243-71-225.socal.res.rr.com> has joined #jenkins
[17:21:53] *** samrocketman is now known as Guest13184
[17:21:56] *** mbenson <mbenson!~mbenson@apache/committer/mbenson> has joined #jenkins
[17:24:38] *** kus <kus!~kus@ns3.queenslibrary.org> has joined #jenkins
[17:25:43] *** Flotho66 <Flotho66!~florent@LStLambert-656-1-183-64.w80-14.abo.wanadoo.fr> has joined #jenkins
[17:26:13] *** tang^ <tang^!~tang^@207.229.38.10> has joined #jenkins
[17:32:33] *** lucinka <lucinka!lvotypko@nat/redhat/x-sdtenbtchdojwmph> has quit IRC (Ping timeout: 256 seconds)
[17:38:14] *** em007 <em007!588357c9@gateway/web/freenode/ip.88.131.87.201> has joined #jenkins
[17:38:21] *** HazWard <HazWard!c028efb2@gateway/web/freenode/ip.192.40.239.178> has joined #jenkins
[17:38:47] *** lfitzgerald <lfitzgerald!~lfitzgera@redhat/jboss/lfitzgerald> has quit IRC (Ping timeout: 265 seconds)
[17:40:24] *** moas <moas!~moas@62.129.12.82> has quit IRC (Remote host closed the connection)
[17:42:12] *** tomaz_b <tomaz_b!~tomaz_b@BSN-77-185-58.static.siol.net> has joined #jenkins
[17:45:23] *** Anticlaus <Anticlaus!~Santiclau@209.251.144.178> has joined #jenkins
[17:45:50] *** bmurt <bmurt!~hmm@216.164.232.97> has joined #jenkins
[17:45:53] *** srinidhi <srinidhi!~srinidhi@opensuse/member/srinidhi> has quit IRC (Quit: Leaving.)
[17:46:37] *** uu <uu!5de900a4@gateway/web/freenode/ip.93.233.0.164> has joined #jenkins
[17:48:37] <HazWard> Hey I'm currently using the python-jenkins module to create nodes but unfortunately I can't seem to be able to have a specific user able to create JNLP nodes. Even if the user has the permissions and is able to create and add nodes from the Web interface it's unable to do so from the python-module. Are there any custom permissions required?
[17:49:05] *** duotang <duotang!~tang@ec2-52-72-195-18.compute-1.amazonaws.com> has joined #jenkins
[17:49:52] *** tang^ <tang^!~tang^@207.229.38.10> has quit IRC (Quit: Bye)
[17:49:52] *** duotang is now known as tang^
[17:51:37] *** JeffJohnson <JeffJohnson!~fho@unaffiliated/jeffjohnson> has joined #jenkins
[17:52:39] *** ignatiz- <ignatiz-!~ignatiz-@188-39-108-163.static.enta.net> has quit IRC (Quit: Leaving)
[17:54:25] *** fryguy <fryguy!~fryguy@64.238.140.70> has joined #jenkins
[17:54:39] *** em007 <em007!588357c9@gateway/web/freenode/ip.88.131.87.201> has quit IRC (Ping timeout: 260 seconds)
[17:55:28]
<uu> I tried to build my first plugin with this description https://jenkins.io/doc/developer/tutorial/create/. After I run 'mvn verify' I got the following error 'Compilation failure [ERROR] java.nio.file.NoSuchFileException: E:\Eclipse\EclipseJenkinsWorkspace\plugin1\demo\target\classes\META-INF\annotations\hudson.Extension'. Does somebody know what I missed?
[17:55:41] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[17:56:06] <fryguy> anyone have any preferences between s3-plugin and aws-plugin for doing s3 operations? seems like maybe aws-plugin is "better", but both are actively developed.
[17:56:37] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[17:58:08] *** kpease <kpease!~kpease@72.22.182.166> has joined #jenkins
[17:58:15] <fwind77> how many repo scans can happen at once?
[17:59:11] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[17:59:17] *** kpease <kpease!~kpease@72.22.182.166> has quit IRC (Client Quit)
[17:59:25] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[17:59:26] *** LucidGamer <LucidGamer!~LucidGame@12.230.143.226> has joined #jenkins
[17:59:34] <LucidGamer> Hi Jenkins peeps!
[17:59:46] *** tkazi <tkazi!~tkazi@unaffiliated/tkazi> has quit IRC (Quit: Disconnected)
[17:59:52] <LucidGamer> i have a problem i can't find an answer to anywhere
[17:59:57] <LucidGamer> any chance you nice folk can help?
[18:00:05] <tang^> always a chance
[18:00:12]
*** Dodgy-Debaser <Dodgy-Debaser!~Thomas@165.227.217.42> has quit IRC (Quit: ZNC 1.7.x-git-876-42939c9 - https://znc.in)
[18:00:12]
*** Cheeky-Celery <Cheeky-Celery!~Warren@165.227.217.42> has quit IRC (Quit: ZNC 1.7.x-git-876-42939c9 - https://znc.in)
[18:00:31] <LucidGamer> i have a pipeline step that fails after 5 minutes on the dot for no apparent reason
[18:00:59] <LucidGamer> seems like a default timeout? I've used the timeout { } thing and set it to an hour but that didn't help
[18:01:00] *** moas <moas!~moas@62.129.12.82> has joined #jenkins
[18:01:13] <LucidGamer> the step is just running one p4 command in a script block
[18:01:18] *** drulli1 <drulli1!~ulli@p200300CF0BDB2C05BCA1E4970823D1E0.dip0.t-ipconnect.de> has joined #jenkins
[18:01:43] <LucidGamer> i feel like i'm missing something dumb here
[18:01:44] <tang^> not the p4 plugin?
[18:01:57] <tang^> does the p4 command have timeout options?
[18:02:25] <LucidGamer> i am using the p4 plugin
[18:02:32] <LucidGamer> p4 groovy :-/
[18:02:46] <LucidGamer> if it has a timeout i'm not sure
[18:02:50] <LucidGamer> not much documentation on that
[18:02:56] <tang^> p4 plugin might also have timeout options... syntax generator help?
[18:03:10] <LucidGamer> not for groovy unfortunatly
[18:03:48] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Read error: Connection reset by peer)
[18:04:01] *** drulli <drulli!~ulli@jenkins/developer/drulli> has quit IRC (Ping timeout: 248 seconds)
[18:04:02] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[18:04:21] <tang^> I don't have p4 installed so I can't try it out in my generator... JENKINS_URL/job/JOB_NAME/pipeline-syntax/
[18:04:31] <LucidGamer> stage ('Revert Unchanged Files') {
[18:04:31] <LucidGamer> steps {
[18:04:31] <LucidGamer> timeout(time: 1, unit: 'HOURS') {
[18:04:31] <LucidGamer> script {
[18:04:31] <LucidGamer> p4 = p4 credential: '[REDACTED]', workspace: staticSpec(charset: 'none', name: 'jenkins-${NODE_NAME}-${JOB_NAME}', pinHost: false)
[18:04:32] <LucidGamer>
[18:04:32] <LucidGamer> // revert unchanged
[18:04:33] <LucidGamer> p4.run('revert', '-a', '//...')
[18:04:33] <LucidGamer> }
[18:04:34] <LucidGamer> }
[18:04:34] <LucidGamer> }
[18:04:35] <LucidGamer> }
[18:04:48] <tang^> ow
[18:04:53] <tang^> gist, man
[18:04:54] <LucidGamer> sorry
[18:05:05] *** kpease <kpease!~kpease@72.22.182.166> has joined #jenkins
[18:05:32] *** tumble <tumble!~tumble@unaffiliated/tumble> has quit IRC (Quit: Leaving)
[18:05:43] <LucidGamer> i'll look for the p4.run tommand for a timeout option
[18:05:49] <LucidGamer> that is one place i haven't looked
[18:05:51] *** Flotho66 <Flotho66!~florent@LStLambert-656-1-183-64.w80-14.abo.wanadoo.fr> has quit IRC (Ping timeout: 265 seconds)
[18:07:21] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[18:07:25] *** kus <kus!~kus@ns3.queenslibrary.org> has quit IRC (Quit: kus)
[18:08:04] *** zerocoolback <zerocoolback!~zerocoolb@106.51.110.37> has quit IRC (Remote host closed the connection)
[18:08:39] *** zerocoolback <zerocoolback!~zerocoolb@106.51.110.37> has joined #jenkins
[18:08:54] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[18:09:22] *** cmuller <cmuller!~cmuller@134.117.39.62.rev.sfr.net> has quit IRC (Quit: Leaving)
[18:09:58] *** tkazi <tkazi!~tkazi@unaffiliated/tkazi> has joined #jenkins
[18:10:12] *** kwhetstone_ <kwhetstone_!~kwhetston@136.56.46.187> has quit IRC (Ping timeout: 245 seconds)
[18:11:52] *** Praxi <Praxi!uid44918@gateway/web/irccloud.com/x-xcdbfzfvfxoribqf> has joined #jenkins
[18:12:12] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[18:13:09] *** kfu <kfu!~kfu@unaffiliated/kfu> has quit IRC (Quit: Leaving)
[18:13:21] *** zerocoolback <zerocoolback!~zerocoolb@106.51.110.37> has quit IRC (Ping timeout: 268 seconds)
[18:13:22] *** jhogarth <jhogarth!~jhogarth@194.168.87.19> has quit IRC (Quit: Leaving)
[18:13:25] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[18:15:38] *** rvgate <rvgate!~rvgate@unaffiliated/rvgate> has quit IRC (Remote host closed the connection)
[18:16:05] *** rvgate <rvgate!~rvgate@unaffiliated/rvgate> has joined #jenkins
[18:16:50] *** DevAntoine <DevAntoine!~DevAntoin@46.29.126.206> has quit IRC (Remote host closed the connection)
[18:17:35] *** drulli1 <drulli1!~ulli@p200300CF0BDB2C05BCA1E4970823D1E0.dip0.t-ipconnect.de> has quit IRC (Quit: Leaving.)
[18:19:44] *** drulli <drulli!~ulli@jenkins/developer/drulli> has joined #jenkins
[18:19:44] *** ChanServ sets mode: +v drulli
[18:21:23] *** fryguy <fryguy!~fryguy@64.238.140.70> has quit IRC (Quit: leaving)
[18:21:37] *** JeffJohnson <JeffJohnson!~fho@unaffiliated/jeffjohnson> has quit IRC (Quit: leaving)
[18:22:18] *** electrofelix <electrofelix!~pelix@15.203.233.87> has quit IRC (Quit: Leaving.)
[18:24:17] *** tomaz_b <tomaz_b!~tomaz_b@BSN-77-185-58.static.siol.net> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[18:25:40] *** poagester <poagester!~poagester@67.130.70.32> has joined #jenkins
[18:25:46] *** bbeck <bbeck!c7e323ca@gateway/web/freenode/ip.199.227.35.202> has joined #jenkins
[18:25:53] *** philipgough <philipgough!~philipgou@148.252.9.234> has quit IRC (Ping timeout: 240 seconds)
[18:26:29] *** moas <moas!~moas@62.129.12.82> has quit IRC (Remote host closed the connection)
[18:26:53] *** grdryn <grdryn!~gerardrya@fedora/gearoid> has quit IRC (Quit: Leaving before someone asks me a question 🏃)
[18:27:42] *** bbeck <bbeck!c7e323ca@gateway/web/freenode/ip.199.227.35.202> has quit IRC (Client Quit)
[18:28:55] *** vbsdffd <vbsdffd!~titihz5@wsip-70-184-75-76.tc.ph.cox.net> has joined #jenkins
[18:29:14] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[18:30:31] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[18:31:02] *** titihz2 <titihz2!~titihz5@141.101.167.12> has quit IRC (Ping timeout: 245 seconds)
[18:32:00] *** fryguy <fryguy!~fryguy@2001:470:1f07:d6c::2> has joined #jenkins
[18:32:55] *** luc4 <luc4!~luca@83.211.28.60> has quit IRC (Quit: luc4)
[18:33:11] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has joined #jenkins
[18:33:26] <fwind77> can the "build" step in pipeline use lightweight checkout for the downstream project?
[18:33:50] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[18:34:48] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[18:35:26] *** moas <moas!~moas@62.129.12.82> has joined #jenkins
[18:37:16] *** moas <moas!~moas@62.129.12.82> has quit IRC (Remote host closed the connection)
[18:37:59] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has quit IRC (Ping timeout: 260 seconds)
[18:38:05] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[18:38:24] *** titihz2 <titihz2!~titihz5@172.94.91.47> has joined #jenkins
[18:38:51]
*** kos-mos <kos-mos!~kvirc@162.48.7.109.rev.sfr.net> has quit IRC (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
[18:39:00] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[18:40:34] *** kwhetstone <kwhetstone!~kwhetston@136.56.46.187> has joined #jenkins
[18:41:13] *** vbsdffd <vbsdffd!~titihz5@wsip-70-184-75-76.tc.ph.cox.net> has quit IRC (Ping timeout: 240 seconds)
[18:42:06] *** kwhetstone_ <kwhetstone_!~kwhetston@136.56.46.187> has joined #jenkins
[18:42:19] *** Deevolution <Deevolution!407c41a2@gateway/web/freenode/ip.64.124.65.162> has joined #jenkins
[18:42:21] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[18:43:07] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[18:45:35] *** kwhetstone <kwhetstone!~kwhetston@136.56.46.187> has quit IRC (Ping timeout: 240 seconds)
[18:46:07] *** ldnunes <ldnunes!~ldnunes_@181.220.79.73> has quit IRC (Quit: Leaving)
[18:46:23] *** ldnunes <ldnunes!~ldnunes_@181.220.79.73> has joined #jenkins
[18:46:24] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[18:46:53] <poagester> i am running into an agent issue where i am getting access denied for a docker build. is there some documentation on getting an agent running and building docker images? i cant seem to find anything pertinent, or recent....
[18:47:24] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[18:47:45] <poagester> Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock is one error
[18:48:07] <poagester> failed to dial gRPC: cannot connect to the Docker daemon. Is 'docker daemon' running on this host?: dial unix /var/run/docker.sock: connect: permission denied is the other error
[18:48:13] <poagester> docker is running
[18:48:26] <tang^> on the agent's host?
[18:48:39] <poagester> tang^, yes it is running on the agent's host
[18:48:59] <poagester> it looks like it need to add it to the docker group, but i cant figure out the user
[18:49:06] <poagester> or if that is the correct route
[18:49:07] *** hkais <hkais!~xenoadmin@p3E9E84AD.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 268 seconds)
[18:49:09] <tang^> is the jenkins agent account a member of the docker group?
[18:49:24] <orrc> I see that JENKINS-20073 was closed years ago, but is it actually possible to move credentials between domains? The drop-down only shows me the existing credentials domain…
[18:49:38] <orrc> Though really JENKINS-20075 would be the actually useful thing to implement
[18:49:51] <poagester> tang^, afaik i dont need to add a user or group for the linux agent
[18:50:03] <poagester> that is where i am stuck
[18:50:21] <tang^> poagester: docker needs to be run as root or the user running the docker command needs to be in the docker group
[18:50:24] <poagester> does the same user need to exist in both? or is it the agents connection
[18:50:40] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[18:51:17] <poagester> tang^, how do i do that when the master sends the agent over? the master and agent are both linux
[18:51:23] <tang^> so if your jenkins agent user is not root (good idea), then it probably does not have permission to access the docker sockets unless it's a member of the docker group on the agent host
[18:51:28] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[18:51:55] *** dmone <dmone!~dmone@154.57.4.229> has quit IRC (Quit: Leaving)
[18:52:06] <tang^> can you log into your agent as your jenkins user and run docker successfully?
[18:52:09] <poagester> tang^, what determines the agent's user? the connection
[18:52:51] *** hkais <hkais!~xenoadmin@p3E9E84AD.dip0.t-ipconnect.de> has joined #jenkins
[18:52:53] <poagester> tang^, i added the agent node through the add node
[18:53:14] <poagester> i didn't need to create any user on the host for the agent
[18:53:23] <poagester> that is the part that i am lost at
[18:53:34] <tang^> what account did you tell the node to use?
[18:53:36] <poagester> does the agent create a jenkins user on it's host
[18:53:46] <poagester> a local account to the host for the agent
[18:54:25] <tang^> it's been a long time since I've set up a manual node... I'm rusty
[18:54:44] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[18:55:28] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[18:55:51] *** jrawlings <jrawlings!~textual@82.15.219.89> has quit IRC (Ping timeout: 256 seconds)
[18:56:00] <tang^> okay, what is the launch method you used for the node?
[18:56:45] *** uu <uu!5de900a4@gateway/web/freenode/ip.93.233.0.164> has quit IRC (Quit: Page closed)
[18:57:26] <poagester> the linux way, which all i had to do was add credentials to connect to the host i specified and create a working folder for the agent
[18:58:00] <tang^> credentials include username
[18:58:18] <poagester> yes, and the launch method is via ssh
[18:58:28] <tang^> that user is local to the agent
[18:58:34] <tang^> that user needs permission to run docker
[18:58:47] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[18:59:03] <poagester> so the agent is run as the specified user for the node in jenkins
[18:59:07] <tang^> yes
[18:59:37] <poagester> thank you! i couldn't find anything that really specified that
[18:59:46] <poagester> let me give that a shot
[18:59:47] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[19:02:58] *** fwind77 <fwind77!~steven@89.100.106.33> has quit IRC (Remote host closed the connection)
[19:03:04] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[19:03:19] <poagester> tang^, thanks! adding the user to docker and disconnecting/reconnecting the node solved it!
[19:03:31] <tang^> awesome
[19:03:33] *** esran <esran!~shamus150@46.17.164.68> has quit IRC (Quit: Heading Home!)
[19:04:15] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[19:04:17] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Read error: Connection reset by peer)
[19:04:20] *** pdefreitas__ <pdefreitas__!pdefreitas@gateway/vpn/privateinternetaccess/pdefreitas> has quit IRC (Ping timeout: 265 seconds)
[19:04:29] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[19:09:51] *** firemanxbr <firemanxbr!~firemanxb@2a00:1028:83a0:191e:b37e:981e:b4c0:3c0d> has quit IRC (Quit: Leaving)
[19:10:38] *** n1k0l4 <n1k0l4!8adb58f7@gateway/web/freenode/ip.138.219.88.247> has joined #jenkins
[19:12:14] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[19:13:06] <n1k0l4> Error using jenkins accent : (java.net.MalformedURLException: no protocol: null/scanning_profiles at java.net.URL.<init>(URL.java:593) at java.net.URL.<init>(URL.java:490) at java.net.URL.<init>(URL.java:439)
[19:13:24] <n1k0l4> Can someone help me?
[19:13:29] *** poagester <poagester!~poagester@67.130.70.32> has quit IRC (Quit: Leaving)
[19:14:26] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[19:14:28] <tang^> jenkins accent?
[19:14:37] <n1k0l4> Can someone help me?
[19:15:01] <n1k0l4> yes!
[19:16:55] *** pewllet <pewllet!c69ab8fe@gateway/web/freenode/ip.198.154.184.254> has quit IRC (Ping timeout: 260 seconds)
[19:17:47] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[19:17:59] *** drulli <drulli!~ulli@jenkins/developer/drulli> has quit IRC (Quit: Leaving.)
[19:18:55] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[19:20:40] <n1k0l4> /join #jenkins
[19:20:45] *** n1k0l4 <n1k0l4!8adb58f7@gateway/web/freenode/ip.138.219.88.247> has quit IRC (Quit: Page closed)
[19:21:16] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[19:21:32] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[19:21:58] *** abhiyerra <abhiyerra!~textual@73.93.141.150> has joined #jenkins
[19:22:56] *** drulli <drulli!~ulli@jenkins/developer/drulli> has joined #jenkins
[19:22:56] *** ChanServ sets mode: +v drulli
[19:23:39] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[19:23:42] <tang^> you're already here
[19:24:23] *** hbautista <hbautista!~hbautista@189.201.191.13> has quit IRC (Ping timeout: 256 seconds)
[19:24:25] *** HazWard <HazWard!c028efb2@gateway/web/freenode/ip.192.40.239.178> has quit IRC (Quit: Page closed)
[19:27:50] *** abhiyerra <abhiyerra!~textual@73.93.141.150> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[19:29:29] *** pewllet <pewllet!c69ab8fe@gateway/web/freenode/ip.198.154.184.254> has joined #jenkins
[19:30:54] <orrc> And they're gone
[19:31:22] *** hbautista <hbautista!~hbautista@189.201.191.13> has joined #jenkins
[19:31:30] <orrc> abayer: Am I right in saying that I can't have a top-level `agent.docker` and then override that for a single stage with a `stage.agent.docker`?
[19:33:19] <orrc> abayer: Wunderbar, danke
[19:34:51] <abayer> Actually, you probably could use a kubernetes agent. Since they weird. =)
[19:36:05] *** hbautista <hbautista!~hbautista@189.201.191.13> has quit IRC (Ping timeout: 256 seconds)
[19:36:09] *** pewllet <pewllet!c69ab8fe@gateway/web/freenode/ip.198.154.184.254> has quit IRC (Ping timeout: 260 seconds)
[19:36:35] <orrc> abayer: Heh. I'm already using agent.dockerfile, which is very cool — but also giving it access to the docker socket, so it can use minikube on the host. That's weird enough for now
[19:38:44] <abayer> heh
[19:40:01] *** kus <kus!~kus@63.116.61.253> has joined #jenkins
[19:41:05] *** kpease <kpease!~kpease@72.22.182.166> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[19:42:21] *** rui0f2da445 <rui0f2da445!~textual@ool-182d4d21.dyn.optonline.net> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[19:48:28] *** drulli <drulli!~ulli@jenkins/developer/drulli> has quit IRC (Quit: Leaving.)
[19:49:12] *** drulli <drulli!~ulli@jenkins/developer/drulli> has joined #jenkins
[19:49:12] *** ChanServ sets mode: +v drulli
[20:12:34] *** abhiyerra <abhiyerra!~textual@73.93.142.43> has joined #jenkins
[20:21:00] *** abhiyerr_ <abhiyerr_!~textual@184-23-26-164.dsl.dynamic.fusionbroadband.com> has joined #jenkins
[20:24:29] *** ky13_ <ky13_!~ky13_@207.141.65.5> has joined #jenkins
[20:24:29] *** abhiyerra <abhiyerra!~textual@73.93.142.43> has quit IRC (Ping timeout: 252 seconds)
[20:25:10] *** Deevolution <Deevolution!407c41a2@gateway/web/freenode/ip.64.124.65.162> has quit IRC (Ping timeout: 260 seconds)
[20:26:31] *** juleewin2 <juleewin2!~julee@208.74.142.32> has quit IRC (Remote host closed the connection)
[20:26:46] *** jmill <jmill!~textual@2605:6000:1019:3ff:a89b:96e1:bb36:6f04> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[20:27:06] *** abhiyerr_ <abhiyerr_!~textual@184-23-26-164.dsl.dynamic.fusionbroadband.com> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[20:30:03] *** segy_ <segy_!~segfault@pdpc/supporter/active/segy> has joined #jenkins
[20:31:03] *** rrutkowski <rrutkowski!~rrutkowsk@vpn.openic.de> has joined #jenkins
[20:32:05] *** vpandey <vpandey!~vivekpand@99.24.129.209> has joined #jenkins
[20:32:17] *** segy <segy!segfault@pdpc/supporter/active/segy> has quit IRC (Ping timeout: 245 seconds)
[20:32:18] *** segy_ is now known as segy
[20:34:24] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has joined #jenkins
[20:34:39] *** xmaddness <xmaddness!c688dc02@unaffiliated/xmaddness> has joined #jenkins
[20:34:39] *** xmaddness <xmaddness!c688dc02@unaffiliated/xmaddness> has quit IRC (Changing host)
[20:34:39] *** xmaddness <xmaddness!c688dc02@gateway/web/cgi-irc/kiwiirc.com/ip.198.136.220.2> has joined #jenkins
[20:35:14] <xmaddness> Has anyone figured out how to use DevelopersRecipientProvider in a pipeline?
[20:35:19] <xmaddness> Seems it is always empty for me
[20:36:44] <xmaddness> I get An attempt to send an e-mail to empty list of recipients, ignored.
[20:37:28] *** vpandey <vpandey!~vivekpand@99.24.129.209> has quit IRC (Remote host closed the connection)
[20:38:27] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has quit IRC (Ping timeout: 240 seconds)
[20:38:41] *** tee007 <tee007!51e80102@gateway/web/freenode/ip.81.232.1.2> has joined #jenkins
[20:38:44] *** vpandey <vpandey!~vivekpand@96-86-187-29-static.hfc.comcastbusiness.net> has joined #jenkins
[20:40:17] *** kpease_ <kpease_!~kpease@72.22.182.166> has joined #jenkins
[20:41:22] *** CodeMouse92__ <CodeMouse92__!~JasonMc92@unaffiliated/codemouse> has joined #jenkins
[20:42:10] *** jmill <jmill!~textual@2605:6000:1019:3ff:24e3:bec1:5b27:4397> has joined #jenkins
[20:42:16] *** xmaddness <xmaddness!c688dc02@gateway/web/cgi-irc/kiwiirc.com/ip.198.136.220.2> has quit IRC (Remote host closed the connection)
[20:45:05] *** kpease_ <kpease_!~kpease@72.22.182.166> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[20:49:46] *** al1900 <al1900!~al1900@205.189.187.4> has joined #jenkins
[20:50:36] *** dumyan <dumyan!~dumyan@81-233-86-30-no74.tbcn.telia.com> has joined #jenkins
[20:52:30] *** srinidhi <srinidhi!~srinidhi@opensuse/member/srinidhi> has joined #jenkins
[20:52:36] *** srl295 <srl295!uid215908@gateway/web/irccloud.com/x-fabiuowfbxrtjqao> has joined #jenkins
[20:54:57] *** segy <segy!~segfault@pdpc/supporter/active/segy> has quit IRC (Ping timeout: 240 seconds)
[20:55:20] *** kpease <kpease!~kpease@72.22.182.166> has joined #jenkins
[20:56:59] *** HazWard <HazWard!c028efb2@gateway/web/freenode/ip.192.40.239.178> has joined #jenkins
[20:58:38] *** abhiyerra <abhiyerra!~textual@2601:645:0:5031:7801:2375:ed50:93bf> has joined #jenkins
[20:59:13] <HazWard> Is is possible to set a specific script that the RunScript permission can run? In my infrastructure I have a special user that I'd like to make which is only able to create new nodes and run a predefined script. Would that be possible?
[20:59:59] *** segy <segy!~segfault@pdpc/supporter/active/segy> has joined #jenkins
[21:00:28] *** jmill <jmill!~textual@2605:6000:1019:3ff:24e3:bec1:5b27:4397> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[21:02:23] *** abhiyerra <abhiyerra!~textual@2601:645:0:5031:7801:2375:ed50:93bf> has quit IRC (Client Quit)
[21:03:49] *** al1900 <al1900!~al1900@205.189.187.4> has quit IRC (Remote host closed the connection)
[21:04:03] *** abhiyerra <abhiyerra!~textual@2601:645:0:5031:7801:2375:ed50:93bf> has joined #jenkins
[21:05:05] *** jmill <jmill!~textual@2605:6000:1019:3ff:cdbf:e99e:79c7:f308> has joined #jenkins
[21:06:10] *** abhiyerra <abhiyerra!~textual@2601:645:0:5031:7801:2375:ed50:93bf> has quit IRC (Client Quit)
[21:07:55] *** abhiyerra <abhiyerra!~textual@2601:645:0:5031:7801:2375:ed50:93bf> has joined #jenkins
[21:09:11] *** rrutkowski <rrutkowski!~rrutkowsk@vpn.openic.de> has quit IRC (Quit: rrutkowski)
[21:11:35] *** ams__ <ams__!uid48118@gateway/web/irccloud.com/x-xvmxchmuocwjsqqc> has quit IRC (Quit: Connection closed for inactivity)
[21:11:55] *** steverrrr_ <steverrrr_!~steve@ool-182f8dfd.dyn.optonline.net> has joined #jenkins
[21:17:12] *** al1900 <al1900!~al1900@205.189.187.4> has joined #jenkins
[21:18:17] *** abhiyerra <abhiyerra!~textual@2601:645:0:5031:7801:2375:ed50:93bf> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[21:18:34] *** ky13_ <ky13_!~ky13_@207.141.65.5> has quit IRC (Remote host closed the connection)
[21:18:54] *** abhiyerra <abhiyerra!~textual@2601:645:0:5031:7801:2375:ed50:93bf> has joined #jenkins
[21:21:24] <fryguy> is there a way to make blueocean show filenames instead of classnames for test reporting?
[21:21:53] *** rtyler <rtyler!~tyler@jenkins/developer/rtyler> has quit IRC (Ping timeout: 240 seconds)
[21:23:45] *** al1900 <al1900!~al1900@205.189.187.4> has quit IRC ()
[21:23:56] *** rrutkowski <rrutkowski!~rrutkowsk@vpn.openic.de> has joined #jenkins
[21:25:20] *** moas <moas!~moas@62.129.12.82> has joined #jenkins
[21:25:58] *** rtyler <rtyler!~tyler@jenkins/developer/rtyler> has joined #jenkins
[21:25:58] *** ChanServ sets mode: +o rtyler
[21:27:58] *** rrutkowski <rrutkowski!~rrutkowsk@vpn.openic.de> has quit IRC (Client Quit)
[21:28:42] *** rrutkowski <rrutkowski!~rrutkowsk@vpn.openic.de> has joined #jenkins
[21:29:57] *** moas <moas!~moas@62.129.12.82> has quit IRC (Ping timeout: 240 seconds)
[21:29:57] *** Guest13184 <Guest13184!~samgleske@cpe-23-243-71-225.socal.res.rr.com> has quit IRC (Ping timeout: 240 seconds)
[21:30:06] *** abhiyerra <abhiyerra!~textual@2601:645:0:5031:7801:2375:ed50:93bf> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[21:31:19] *** abhiyerra <abhiyerra!~textual@2601:645:0:5031:7801:2375:ed50:93bf> has joined #jenkins
[21:38:27] *** hkais <hkais!~xenoadmin@p3E9E84AD.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 240 seconds)
[21:38:32] *** TomTom <TomTom!uid45892@gateway/web/irccloud.com/x-hpwzcosbqtfkbieg> has quit IRC (Quit: Connection closed for inactivity)
[21:40:24] *** samrocketman <samrocketman!~samgleske@cpe-23-243-71-225.socal.res.rr.com> has joined #jenkins
[21:40:44] <HazWard> If not is it possible to make Jenkins put the jnlpmac of a given agent in the node's description?
[21:40:46] *** samrocketman is now known as Guest80098
[21:40:53] *** srinidhi <srinidhi!~srinidhi@opensuse/member/srinidhi> has quit IRC (Ping timeout: 240 seconds)
[21:42:20] *** vpandey <vpandey!~vivekpand@96-86-187-29-static.hfc.comcastbusiness.net> has quit IRC (Remote host closed the connection)
[21:44:47] *** Guest80098 <Guest80098!~samgleske@cpe-23-243-71-225.socal.res.rr.com> has quit IRC (Ping timeout: 245 seconds)
[21:46:37] *** jmill <jmill!~textual@2605:6000:1019:3ff:cdbf:e99e:79c7:f308> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[21:49:18] *** ky13_ <ky13_!~ky13_@207.141.65.5> has joined #jenkins
[21:53:15] *** tee007 <tee007!51e80102@gateway/web/freenode/ip.81.232.1.2> has quit IRC (Ping timeout: 260 seconds)
[21:53:32] *** ky13_ <ky13_!~ky13_@207.141.65.5> has quit IRC (Ping timeout: 245 seconds)
[21:54:14] *** blutwurst <blutwurst!~admin@p54822449.dip0.t-ipconnect.de> has quit IRC (Read error: Connection reset by peer)
[21:55:13] *** ggarcia <ggarcia!~gonzalo@host153.190-224-56.telecom.net.ar> has joined #jenkins
[21:55:23] <ggarcia> Hello!
[21:55:35] <ggarcia> good afternoon from Argentina
[21:55:48] <ggarcia> I have a small question related to pipeline scripts
[21:55:52] *** abhiyerra <abhiyerra!~textual@2601:645:0:5031:7801:2375:ed50:93bf> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[21:57:02] <ggarcia> is there a way to obtain an artifact's name?
[21:57:08] <ggarcia> But just the naem
[21:57:11] <ggarcia> *name
[21:57:57] *** khatri <khatri!~khatri@106.51.39.217> has quit IRC (Ping timeout: 240 seconds)
[21:59:26] *** predmijat <predmijat!~predmijat@cable-89-216-20-68.static.sbb.rs> has quit IRC (Quit: bye)
[21:59:41] *** morenoh149 <morenoh149!~hmoreno@4.30.90.116> has quit IRC (Ping timeout: 255 seconds)
[22:01:00] *** abhiyerra <abhiyerra!~textual@2601:645:0:5031:7801:2375:ed50:93bf> has joined #jenkins
[22:01:11] *** segy_ <segy_!~segfault@pdpc/supporter/active/segy> has joined #jenkins
[22:01:12] *** predmijat <predmijat!~predmijat@cable-89-216-20-68.static.sbb.rs> has joined #jenkins
[22:01:43] *** kwhetstone_ <kwhetstone_!~kwhetston@136.56.46.187> has quit IRC (Ping timeout: 265 seconds)
[22:01:49] <tang^> well, the general idea is that you already know the artifact name
[22:03:13] *** segy <segy!~segfault@pdpc/supporter/active/segy> has quit IRC (Ping timeout: 240 seconds)
[22:03:18] *** segy_ is now known as segy
[22:04:44] *** stephenpc <stephenpc!~nobody@12.28.128.194> has quit IRC (Quit: Dagnabbit...)
[22:10:25] *** kus <kus!~kus@63.116.61.253> has quit IRC (Quit: kus)
[22:10:34] *** abhiyerra <abhiyerra!~textual@2601:645:0:5031:7801:2375:ed50:93bf> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[22:11:26] *** abhiyerra <abhiyerra!~textual@2601:645:0:5031:7801:2375:ed50:93bf> has joined #jenkins
[22:12:28] *** abhiyerra <abhiyerra!~textual@2601:645:0:5031:7801:2375:ed50:93bf> has quit IRC (Client Quit)
[22:17:06] *** bmurt <bmurt!~hmm@216.164.232.97> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[22:17:16] *** uu <uu!5de900a4@gateway/web/freenode/ip.93.233.0.164> has joined #jenkins
[22:17:22] *** abhiyerra <abhiyerra!~textual@2601:645:0:5031:7801:2375:ed50:93bf> has joined #jenkins
[22:20:57] *** ky13_ <ky13_!~ky13_@207.141.65.5> has joined #jenkins
[22:22:02] *** ldnunes <ldnunes!~ldnunes_@181.220.79.73> has quit IRC (Quit: Leaving)
[22:25:53] *** khatri <khatri!~khatri@27.7.170.134> has joined #jenkins
[22:26:02] *** sabre1041 <sabre1041!~sabre1041@209.211.103.18> has quit IRC (Remote host closed the connection)
[22:27:39] *** nsizemor <nsizemor!~Thunderbi@192.92.122.128> has quit IRC (Quit: nsizemor)
[22:27:56] *** hbautista <hbautista!~hbautista@189.201.191.13> has joined #jenkins
[22:29:59] *** HazWard <HazWard!c028efb2@gateway/web/freenode/ip.192.40.239.178> has quit IRC (Ping timeout: 260 seconds)
[22:30:38] *** abhiyerra <abhiyerra!~textual@2601:645:0:5031:7801:2375:ed50:93bf> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[22:30:54] *** bmurt <bmurt!~hmm@216.164.232.97> has joined #jenkins
[22:31:09] *** morenoh149 <morenoh149!~hmoreno@4.30.90.116> has joined #jenkins
[22:31:15] *** bmurt <bmurt!~hmm@216.164.232.97> has quit IRC (Client Quit)
[22:32:58] *** segy_ <segy_!~segfault@pdpc/supporter/active/segy> has joined #jenkins
[22:35:14] *** ky13_ <ky13_!~ky13_@207.141.65.5> has quit IRC (Remote host closed the connection)
[22:35:17] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has joined #jenkins
[22:35:35] *** segy <segy!~segfault@pdpc/supporter/active/segy> has quit IRC (Ping timeout: 240 seconds)
[22:35:53] *** segy_ is now known as segy
[22:38:11] *** jmill <jmill!~textual@2605:6000:1019:3ff:40ec:50bc:31b9:800a> has joined #jenkins
[22:39:35] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has quit IRC (Ping timeout: 240 seconds)
[22:43:45] *** ky13_ <ky13_!~ky13_@207.141.65.5> has joined #jenkins
[22:54:27] *** StarWarsFan is now known as StarWarsFan|afk
[22:57:55] *** bmurt <bmurt!~hmm@216.164.232.97> has joined #jenkins
[22:57:57] *** abayer <abayer!~abayer@jenkins/developer/abayer> has quit IRC (Quit: Leaving.)
[22:59:25] *** segy_ <segy_!~segfault@pdpc/supporter/active/segy> has joined #jenkins
[23:00:44] *** bmurt <bmurt!~hmm@216.164.232.97> has quit IRC (Client Quit)
[23:01:45] <daxroc> Was there a recent change to the script approval / sandbox , it’s now asking to approve all Jenkinsfiles - that are consuming our shared library
[23:02:34] *** segy <segy!~segfault@pdpc/supporter/active/segy> has quit IRC (Ping timeout: 268 seconds)
[23:02:39] *** segy_ is now known as segy
[23:04:12] *** LucidGamer <LucidGamer!~LucidGame@12.230.143.226> has quit IRC ()
[23:06:34] <daxroc> Hah, it now functions in the opposite way WTF
[23:06:40] *** GingerGeek <GingerGeek!~Zed@unaffiliated/gingergeek> has quit IRC (Quit: Follow ma Twitter: @GingerGeek)
[23:07:19] *** cr3 <cr3!~cr3@207.107.68.234> has quit IRC (Quit: leaving)
[23:08:16] *** icarus <icarus!~icarus@unaffiliated/icarus-/x-7520418> has joined #jenkins
[23:09:03] *** GingerGeek <GingerGeek!~Zed@droplet.gingergeek.co.uk> has joined #jenkins
[23:09:03] *** GingerGeek <GingerGeek!~Zed@droplet.gingergeek.co.uk> has quit IRC (Changing host)
[23:09:03] *** GingerGeek <GingerGeek!~Zed@unaffiliated/gingergeek> has joined #jenkins
[23:12:58] *** khatri <khatri!~khatri@27.7.170.134> has quit IRC (Ping timeout: 264 seconds)
[23:15:35] *** hbautista <hbautista!~hbautista@189.201.191.13> has quit IRC (Ping timeout: 240 seconds)
[23:16:59] *** coderphive <coderphive!~coderphiv@unaffiliated/coderphive> has joined #jenkins
[23:17:24] *** segy_ <segy_!~segfault@pdpc/supporter/active/segy> has joined #jenkins
[23:17:33] *** segy <segy!~segfault@pdpc/supporter/active/segy> has quit IRC (Ping timeout: 240 seconds)
[23:17:43] *** hbautista <hbautista!~hbautista@189.201.191.13> has joined #jenkins
[23:18:22] *** segy_ is now known as segy
[23:24:34] *** kpease <kpease!~kpease@72.22.182.166> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[23:25:36] *** marlinc <marlinc!~marlinc@bouncer.cvo-technologies.com> has quit IRC (Ping timeout: 256 seconds)
[23:27:51] *** teadrop_ <teadrop_!sid52361@gateway/web/irccloud.com/x-xklxkhagwgmqtbwx> has quit IRC (Ping timeout: 256 seconds)
[23:28:25] *** neith <neith!sid104423@gateway/web/irccloud.com/x-xnqrvbimiqojbjwt> has quit IRC (Ping timeout: 256 seconds)
[23:28:37] *** teadrop_ <teadrop_!sid52361@gateway/web/irccloud.com/x-msfgdvijhjqzdook> has joined #jenkins
[23:28:59] *** dumyan <dumyan!~dumyan@81-233-86-30-no74.tbcn.telia.com> has quit IRC (Ping timeout: 256 seconds)
[23:28:59] *** Phylock <Phylock!~Phylock@D4709623.rev.sefiber.dk> has quit IRC (Ping timeout: 256 seconds)
[23:29:00] *** yena <yena!sid12940@fsf/member/yena> has quit IRC (Ping timeout: 256 seconds)
[23:29:25] *** Phylock <Phylock!~Phylock@D4709623.rev.sefiber.dk> has joined #jenkins
[23:29:31] *** dumyan <dumyan!~dumyan@81-233-86-30-no74.tbcn.telia.com> has joined #jenkins
[23:29:54] *** neith <neith!sid104423@gateway/web/irccloud.com/x-maeksrlzlrnecqxn> has joined #jenkins
[23:30:00] *** yena <yena!sid12940@fsf/member/yena> has joined #jenkins
[23:30:14] *** dougsland <dougsland!douglas@nat/redhat/x-gfilnwfvydtyycsv> has quit IRC (Ping timeout: 260 seconds)
[23:32:41] *** icarus <icarus!~icarus@unaffiliated/icarus-/x-7520418> has quit IRC (Quit: leaving)
[23:41:14] *** marlinc <marlinc!~marlinc@bouncer.cvo-technologies.com> has joined #jenkins
[23:46:49] *** iocanel3 <iocanel3!~iocanel@ppp-94-65-14-6.home.otenet.gr> has quit IRC (Quit: WeeChat 2.0.1)
[23:47:01] *** hbautista <hbautista!~hbautista@189.201.191.13> has quit IRC (Remote host closed the connection)
[23:47:52] *** hbautista <hbautista!~hbautista@189.201.191.13> has joined #jenkins
[23:48:10] *** vjuranek <vjuranek!~vjuranek@redhat/jboss/vjuranek> has quit IRC (Ping timeout: 240 seconds)
[23:49:26] *** abhiyerra <abhiyerra!~textual@2601:645:0:5031:7801:2375:ed50:93bf> has joined #jenkins
[23:53:32] *** esberglu <esberglu!~esberglu@67-5-12-197.rstr.qwest.net> has quit IRC (Ping timeout: 245 seconds)
[23:54:09] *** Phylock <Phylock!~Phylock@D4709623.rev.sefiber.dk> has quit IRC (Ping timeout: 260 seconds)
[23:56:26] *** Rapture <Rapture!~textual@50-204-232-30-static.hfc.comcastbusiness.net> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)