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

Toggle Join/Part | bottom
[00:01:26] *** Rapture <Rapture!~textual@50-204-232-30-static.hfc.comcastbusiness.net> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[00:04:37] *** hbautista <hbautista!~hbautista@189.201.191.13> has quit IRC (Remote host closed the connection)
[00:10:06] *** hbautista <hbautista!~hbautista@189.201.191.13> has joined #jenkins
[00:10:15] *** kwhetstone <kwhetstone!~kwhetston@136.56.46.187> has joined #jenkins
[00:13:22] *** hbautista <hbautista!~hbautista@189.201.191.13> has quit IRC (Remote host closed the connection)
[00:15:33] *** patarr <patarr!~patarr@unaffiliated/patarr> has quit IRC (Ping timeout: 240 seconds)
[00:16:35] *** danomite <danomite!~anon@unaffiliated/danomite> has joined #jenkins
[00:17:43] *** kpease <kpease!~kpease@72.22.182.166> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[00:18:09] *** patarr <patarr!~patarr@unaffiliated/patarr> has joined #jenkins
[00:19:35] *** yengas <yengas!~yengas@91.93.111.120> has quit IRC (Quit: Leaving)
[00:21:14] *** lewg <lewg!883809a6@gateway/web/freenode/ip.136.56.9.166> has quit IRC (Ping timeout: 260 seconds)
[00:22:41] *** patarr <patarr!~patarr@unaffiliated/patarr> has quit IRC (Ping timeout: 248 seconds)
[00:22:42] *** TomTom <TomTom!uid45892@gateway/web/irccloud.com/x-kikywsmiixzusrdr> has quit IRC (Quit: Connection closed for inactivity)
[00:23:02] <danomite> How can I setup an scl environment in jenkins?
[00:25:06] *** sabre1041 <sabre1041!~sabre1041@ip-64-134-29-175.public.wayport.net> has quit IRC (Remote host closed the connection)
[00:25:30] *** minionofgozer_ <minionofgozer_!~minionofg@136.62.5.236> has quit IRC (Quit: terminated!)
[00:26:04] *** alxngyn <alxngyn!d188e3c3@gateway/web/freenode/ip.209.136.227.195> has quit IRC (Quit: Page closed)
[00:27:44] *** PeErLesS_ is now known as PeErLesS
[00:29:27] *** sayyid9000 <sayyid9000!~sayyid@cpe-173-174-108-222.austin.res.rr.com> has quit IRC (Ping timeout: 240 seconds)
[00:30:57] *** akostadinov <akostadinov!~avalon@redhat/jboss/akostadinov> has quit IRC (Ping timeout: 240 seconds)
[00:31:14] *** Flotho66 <Flotho66!~florent@bch66-4-88-174-59-47.fbx.proxad.net> has quit IRC (Quit: Konversation terminated!)
[00:33:45] *** villav <villav!~Thunderbi@72-54-189-186.customerip.birch.net> has joined #jenkins
[00:42:21] *** vjacob <vjacob!~vjacob@82.211.238.64> has quit IRC (Remote host closed the connection)
[00:44:57] *** sayyid9000 <sayyid9000!~sayyid@cpe-173-174-108-222.austin.res.rr.com> has joined #jenkins
[00:47:00] *** ams__ <ams__!uid48118@gateway/web/irccloud.com/x-kthfflricnqxsxqt> has quit IRC (Quit: Connection closed for inactivity)
[00:47:09] *** kwhetstone <kwhetstone!~kwhetston@136.56.46.187> has quit IRC (Read error: Connection reset by peer)
[00:47:28] *** kwhetstone <kwhetstone!~kwhetston@136.56.46.187> has joined #jenkins
[00:52:55] *** moas <moas!~moas@62.129.12.82> has joined #jenkins
[00:53:01] *** caphrim007 <caphrim007!~caphrim00@c-98-247-99-172.hsd1.wa.comcast.net> has joined #jenkins
[00:57:17] *** moas <moas!~moas@62.129.12.82> has quit IRC (Ping timeout: 245 seconds)
[00:59:23] *** zerocoolback <zerocoolback!~zerocoolb@106.51.106.72> has joined #jenkins
[01:02:51] *** sabre1041 <sabre1041!~sabre1041@50-207-142-227-static.hfc.comcastbusiness.net> has joined #jenkins
[01:02:54] <Stormmore> anyone created an init.groovy.d script that copies files around? I am trying "proc = ['/bin/cp', '-v', '/var/jenkins_gerrit_ssh/id_rsa*', '/var/jenkins_home/.ssh/'].execute()" but it doesn't seem to be executing
[01:03:58] <rtyler> o_O
[01:04:03] <rtyler> Stormmore: groovy has file utilities
[01:04:51] <Stormmore> rtyler, seemed overkill for something that should be a simple cp :-/
[01:04:55] *** zerocoolback <zerocoolback!~zerocoolb@106.51.106.72> has quit IRC (Ping timeout: 268 seconds)
[01:05:38] <schristou> Stormmore: have you just tried `proc = "cp -v .....".execute()` instead of the array?
[01:06:49] <Stormmore> schristou, negative! will try that
[01:08:17] * rtyler boggles
[01:08:25] <rtyler> shelling out is not overkill? heh
[01:09:01] <Stormmore> rtyler, totally, if I could I would add the command to the apply_config.sh that is part of the helm chart that I am using
[01:09:32] <rtyler> https://github.com/jenkinsci/configuration-as-code-plugin might be something to keep an eye on
[01:11:38] <Stormmore> definitely! thanks rtyler ... still not sure how it would solve the stupidity of having to copy ssh keys from one location to another due to not being able to correct the perms
[01:11:57] <tang^> why do you need to copy ssh keys anyway?
[01:12:17] <tang^> they should be kept in the credentials plugin
[01:12:20] *** rubdos <rubdos!~rubdos@ptr-1uzevqefjgxdm5wv65h.18120a2.ip6.access.telenet.be> has quit IRC (Ping timeout: 276 seconds)
[01:12:35] *** villav <villav!~Thunderbi@72-54-189-186.customerip.birch.net> has quit IRC (Ping timeout: 240 seconds)
[01:12:55] <Stormmore> tang^, would be nice, have you used Gerrit?
[01:13:06] * rtyler has
[01:13:09] <tang^> can't say as I have
[01:13:14] * tang^ points to rtyler
[01:13:31] <tang^> gerrit plugin doesn't let you use credentials?
[01:13:42] <Stormmore> the plugin only allows you to specify an ssh key file path
[01:13:46] <rtyler> gerrit trigger plugin does
[01:14:03] * rtyler cannot remember if it had to be a path or something else
[01:14:03] <Stormmore> rtyler, no it doesn't
[01:14:07] <tang^> right gerrit plugin != gerrit trigger plugin
[01:14:26] <Stormmore> I am using the trigger plugin
[01:14:51] <tang^> issue filed against that plugin to support credentials?
[01:15:26] <Stormmore> no idea, that is a clean up task, gotta get a workaround in place first
[01:15:49] <rtyler> hm, I cannot remember
[01:16:16] <Stormmore> For the record, the field notes for SSH Keyfile in the gerrit trigger settings page says "The path to the private key file for Gerrit ssh authentication."
[01:16:38] <tang^> JENKINS-21637
[01:16:40] <jenkins-admin> JENKINS-21637:Use credentials from SSH Credentials Plugin for connection to Gerrit (Open) https://issues.jenkins-ci.org/browse/JENKINS-21637
[01:16:56] <tang^> okay, use a secret file then
[01:17:08] <Stormmore> so that problem led to the fact that K8s doesn't easily mount files with useful perms so I am having to copy them in place and set the perms on init
[01:17:55] <Stormmore> tang^, I considered that, but aren't those XML files which wouldn't work with ssh
[01:18:04] <tang^> it's a file
[01:18:21] <tang^> you put whatever kind of file you want in that credential
[01:18:29] <tang^> like, say, a private key
[01:18:59] <tang^> withCredentials on a secret file will copy the file to disk and put the "path" in the variable
[01:19:57] <tang^> hand that path to gerrit trigger
[01:20:35] <Stormmore> and withCredentials works during init.groovy?
[01:20:55] <tang^> umm, I don't know. I'm thinking from a pipeline perspective
[01:21:14] <Stormmore> yeah this is pre-pipelines
[01:21:20] *** SourTrout <SourTrout!~sourtrout@2600:380:a11d:1d67:4d8:f136:702f:c51c> has quit IRC (Remote host closed the connection)
[01:21:20] <tang^> nm me then
[01:21:32] <Stormmore> the pipelines need this in place before they can be trigger
[01:21:46] *** caphrim007_ <caphrim007_!~caphrim00@50.206.82.181> has joined #jenkins
[01:21:57] <tang^> seems to me like I'd toss gerrit fast if this is how I'd have to configure agents
[01:22:03] <Stormmore> tang^, still give me food for thought
[01:22:21] <Stormmore> nah this only needs to be done on the master
[01:22:39] <tang^> well, master only needs to be set up once, ya?
[01:22:51] *** SourTrout <SourTrout!~sourtrout@h177.171.21.98.dynamic.ip.windstream.net> has joined #jenkins
[01:22:51] <Stormmore> yes and no
[01:23:31] <Stormmore> in a container world even the master can be ephemeral
[01:23:32] <tang^> that said, I'm not using Gerrit and the standard Git plugin can take credentials
[01:24:09] <tang^> so even containers are no issue here
[01:24:51] <tang^> so, that credentials request is 4 years old... plugin author seems unresponsive
[01:25:27] *** caphrim007 <caphrim007!~caphrim00@c-98-247-99-172.hsd1.wa.comcast.net> has quit IRC (Ping timeout: 256 seconds)
[01:25:33] <tang^> mind you, two years after that issue is this JENKINS-39217
[01:25:34] <Stormmore> yeah it is pretty sluggish :-/
[01:25:35] <jenkins-admin> JENKINS-39217:Credentials plugin 2.1.7 breaks gerrit integration (Open) https://issues.jenkins-ci.org/browse/JENKINS-39217
[01:25:53] *** minionofgozer <minionofgozer!~minionofg@136.62.5.236> has joined #jenkins
[01:26:07] <tang^> which suggests that credential support was added two years ago with mixed results
[01:27:10] <tang^> this is more recent: JENKINS-48165
[01:27:11] <jenkins-admin> JENKINS-48165:Gerrit trigger plugin should use Jenkins credentials manager (Open) https://issues.jenkins-ci.org/browse/JENKINS-48165
[01:27:19] *** SourTrout <SourTrout!~sourtrout@h177.171.21.98.dynamic.ip.windstream.net> has quit IRC (Ping timeout: 260 seconds)
[01:27:34] <Stormmore> Somethings are just out of my hands :-/
[01:27:57] <tang^> looks like the author may have washed his hands of it as well
[01:28:56] <schristou> tang^: what?
[01:28:58] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has joined #jenkins
[01:29:26] <tang^> open issues years old, repeated issue requests that don't get marked duplicate.
[01:29:29] <Stormmore> schristou, the author of the Gerrit plugin isn't very active in either bug fixes or features
[01:30:47] <schristou> I think you're confusing the gerrit plugin for the gerrit trigger plugin
[01:30:49] <tang^> Stormmore: gerrit trigger plugin
[01:30:50] <schristou> https://github.com/jenkinsci/gerrit-trigger-plugin
[01:30:59] <tang^> I'm talking about gerrit trigger plugin
[01:31:02] <schristou> there was an update a few days ago
[01:31:16] <tang^> I'm only looking at https://issues.jenkins-ci.org
[01:31:29] <tang^> the number of open issues against this plugin is impressive
[01:31:41] <tang^> some are years old
[01:31:58] <tang^> from this perspective, it's not a well maintained plugin
[01:33:37] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has quit IRC (Ping timeout: 248 seconds)
[01:36:47] <tang^> yeah, looking at the plugin page, this is regularly updated. I'd wonder if the author isn't aware of the Jira site, but I see he's staff
[01:38:36] <schristou> probably gets too many emails and hard to reply to everything
[01:38:45] <tang^> I can believe that
[01:39:24] *** bmurt <bmurt!~hmm@216.164.232.97> has joined #jenkins
[01:42:28] <Stormmore> yeah I really wish there wasn't 2 plugins!
[01:43:07] *** abhiyerra <abhiyerra!~textual@2601:645:0:5031:4502:215b:8c5c:4602> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[01:43:47] <Stormmore> schristou, that doesn't imbue confidence in us users :-/
[01:47:10] *** firemanxbr <firemanxbr!~firemanxb@2a00:1028:83a0:191e:b37e:981e:b4c0:3c0d> has quit IRC (Quit: Leaving)
[01:47:23] *** Illusioneer <Illusioneer!~bowens@2603:300b:704:9800:205f:149c:6cf9:9006> has quit IRC (Quit: Leaving.)
[01:48:25] *** zerocoolback <zerocoolback!~zerocoolb@106.51.106.72> has joined #jenkins
[01:50:44] <Stormmore> *sigh* so apparently my issue wasn't to do with how k8s mounts files
[01:50:51] * Stormmore goes looking for a brick wall...
[01:53:12] *** rubdos <rubdos!~rubdos@84-198-89-1.access.telenet.be> has joined #jenkins
[01:54:16] *** bmurt <bmurt!~hmm@216.164.232.97> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[01:55:04] *** zerocoolback <zerocoolback!~zerocoolb@106.51.106.72> has quit IRC (Remote host closed the connection)
[01:55:36] *** zerocoolback <zerocoolback!~zerocoolb@106.51.106.72> has joined #jenkins
[02:00:35] *** zerocoolback <zerocoolback!~zerocoolb@106.51.106.72> has quit IRC (Ping timeout: 256 seconds)
[02:01:23] *** venmx <venmx!~pactadmin@host31-48-148-246.range31-48.btcentralplus.com> has quit IRC (Ping timeout: 252 seconds)
[02:06:58] *** moas <moas!~moas@62.129.12.82> has joined #jenkins
[02:07:50] *** Budgie^Smore <Budgie^Smore!~stormmore@69-170-21-2.static-ip.telepacific.net> has joined #jenkins
[02:10:57] *** moas <moas!~moas@62.129.12.82> has quit IRC (Ping timeout: 240 seconds)
[02:11:35] *** Stormmore <Stormmore!~stormmore@71-6-10-107.static-ip.telepacific.net> has quit IRC (Ping timeout: 276 seconds)
[02:12:56] *** Anticlaus <Anticlaus!~Santiclau@209.251.144.178> has quit IRC (Ping timeout: 256 seconds)
[02:26:43] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[02:27:52] *** Amanas <Amanas!~Amanas@cpe-2606-A000-43C6-C900-1057-7350-4724-3084.dyn6.twc.com> has quit IRC (Ping timeout: 260 seconds)
[02:45:05] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[02:52:47] *** CodeMouse92__ <CodeMouse92__!~JasonMc92@unaffiliated/codemouse> has joined #jenkins
[02:53:06] *** SourTrout <SourTrout!~sourtrout@50.96.209.108> has joined #jenkins
[02:55:13] *** Kelzier <Kelzier!~duka@87.116.179.178> has quit IRC (Ping timeout: 248 seconds)
[02:57:49] *** SourTrout <SourTrout!~sourtrout@50.96.209.108> has quit IRC (Ping timeout: 256 seconds)
[03:07:38] *** tumble <tumble!~tumble@unaffiliated/tumble> has quit IRC (Ping timeout: 265 seconds)
[03:08:52] *** Budgie^Smore is now known as stormmore
[03:09:27] <stormmore> yeah I am going to have to chalk that one up as me fat fingering something that I don't know
[03:11:13] *** drulli <drulli!~ulli@jenkins/developer/drulli> has quit IRC (Ping timeout: 240 seconds)
[03:14:46] *** stormmore <stormmore!~stormmore@69-170-21-2.static-ip.telepacific.net> has quit IRC (Ping timeout: 264 seconds)
[03:15:00] *** kus <kus!~kus@pool-96-234-34-194.nwrknj.fios.verizon.net> has joined #jenkins
[03:15:51] *** tumble <tumble!~tumble@unaffiliated/tumble> has joined #jenkins
[03:16:27] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[03:17:16] *** abhiyerra <abhiyerra!~textual@2601:645:0:5031:4502:215b:8c5c:4602> has joined #jenkins
[03:17:17] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[03:18:38] *** drulli <drulli!~ulli@jenkins/developer/drulli> has joined #jenkins
[03:18:38] *** ChanServ sets mode: +v drulli
[03:18:40] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[03:18:57] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[03:19:22] *** moas <moas!~moas@62.129.12.82> has joined #jenkins
[03:22:29] *** abhiyerra <abhiyerra!~textual@2601:645:0:5031:4502:215b:8c5c:4602> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[03:24:21] *** moas <moas!~moas@62.129.12.82> has quit IRC (Ping timeout: 264 seconds)
[03:26:07] *** zxc <zxc!~zcv@130.61.51.115> has joined #jenkins
[03:27:46] *** bmurt <bmurt!~hmm@216.164.232.97> has joined #jenkins
[03:29:54] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has joined #jenkins
[03:30:30] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[03:31:20] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[03:32:35] *** abhiyerra <abhiyerra!~textual@2601:645:0:5031:4502:215b:8c5c:4602> has joined #jenkins
[03:34:32] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has quit IRC (Ping timeout: 256 seconds)
[03:34:38] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[03:35:00] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[03:36:13] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has joined #jenkins
[03:38:29] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[03:40:10] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[03:43:27] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[03:44:10] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[03:47:30] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[03:49:10] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[03:53:32] *** gli <gli!~gli@119.254.120.72> has joined #jenkins
[03:56:13] *** thc202 <thc202!~thc202@unaffiliated/thc202> has quit IRC (Ping timeout: 240 seconds)
[03:59:39] *** kwhetstone_ <kwhetstone_!~kwhetston@136.56.46.187> has joined #jenkins
[04:00:07] *** kus <kus!~kus@pool-96-234-34-194.nwrknj.fios.verizon.net> has quit IRC (Read error: Connection reset by peer)
[04:00:35] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has quit IRC (Remote host closed the connection)
[04:00:59] *** HasanAtizaz <HasanAtizaz!~hasan@39.50.152.13> has joined #jenkins
[04:01:04] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has joined #jenkins
[04:01:22] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has quit IRC (Remote host closed the connection)
[04:01:43] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has joined #jenkins
[04:02:10] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has quit IRC (Remote host closed the connection)
[04:02:43] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has joined #jenkins
[04:03:22] *** kwhetstone <kwhetstone!~kwhetston@136.56.46.187> has quit IRC (Ping timeout: 264 seconds)
[04:07:05] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has quit IRC (Ping timeout: 240 seconds)
[04:07:56] *** caphrim007_ <caphrim007_!~caphrim00@50.206.82.181> has quit IRC ()
[04:12:46] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[04:13:52] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[04:14:38] *** abhiyerr_ <abhiyerr_!~textual@2601:645:0:5031:bdbb:af31:860d:2591> has joined #jenkins
[04:15:12] *** abhiyerra <abhiyerra!~textual@2601:645:0:5031:4502:215b:8c5c:4602> has quit IRC (Ping timeout: 256 seconds)
[04:17:13] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[04:18:04] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[04:18:51] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[04:18:57] *** sabre1041 <sabre1041!~sabre1041@50-207-142-227-static.hfc.comcastbusiness.net> has quit IRC (Ping timeout: 240 seconds)
[04:19:07] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[04:22:24] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[04:23:19] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[04:26:36] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[04:27:42] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[04:30:24] *** horsey <horsey!~horsey@106.201.38.32> has joined #jenkins
[04:31:00] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[04:32:00] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[04:35:10] *** horsey <horsey!~horsey@106.201.38.32> has quit IRC (Ping timeout: 264 seconds)
[04:35:21] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[04:36:38] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[04:37:22] *** ddg <ddg!~ddg@unaffiliated/ddg> has quit IRC (Ping timeout: 260 seconds)
[04:39:58] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[04:43:28] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[04:43:30] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[04:43:46] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[04:44:51] *** monokrome <monokrome!~monokrome@159.65.108.114> has quit IRC (Quit: Meow)
[04:47:03] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[04:48:22] *** vivekpan_ <vivekpan_!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[04:50:28] *** ky13_ <ky13_!~ky13_@207.141.65.5> has quit IRC (Ping timeout: 256 seconds)
[04:51:39] *** vivekpan_ <vivekpan_!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[04:51:42] *** CodeMouse92__ <CodeMouse92__!~JasonMc92@unaffiliated/codemouse> has quit IRC (Quit: Oh freddled gruntbuggly | Thy micturations are to me | As plurdled gabbleblotchits | On a lurgid bee)
[04:52:13] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[04:53:26] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has joined #jenkins
[04:54:57] *** HasanAtizaz <HasanAtizaz!~hasan@39.50.152.13> has quit IRC (Ping timeout: 240 seconds)
[04:56:45] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 264 seconds)
[04:57:51] *** monokrome <monokrome!~monokrome@c-73-170-148-80.hsd1.ca.comcast.net> has joined #jenkins
[04:57:54] *** monokrome <monokrome!~monokrome@c-73-170-148-80.hsd1.ca.comcast.net> has quit IRC (Client Quit)
[04:59:41] *** sabre1041 <sabre1041!~sabre1041@50-207-142-227-static.hfc.comcastbusiness.net> has joined #jenkins
[05:01:09] *** venmx <venmx!~pactadmin@host31-48-148-246.range31-48.btcentralplus.com> has joined #jenkins
[05:02:14] *** ddg <ddg!~ddg@unaffiliated/ddg> has joined #jenkins
[05:09:02] *** abhiyerr_ <abhiyerr_!~textual@2601:645:0:5031:bdbb:af31:860d:2591> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[05:13:35] *** monokrome <monokrome!~monokrome@c-73-170-148-80.hsd1.ca.comcast.net> has joined #jenkins
[05:16:25] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[05:21:26] *** monokrome <monokrome!~monokrome@c-73-170-148-80.hsd1.ca.comcast.net> has quit IRC (Quit: WeeChat 2.1-dev)
[05:21:53] *** monokrome <monokrome!~monokrome@c-73-170-148-80.hsd1.ca.comcast.net> has joined #jenkins
[05:30:46] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has joined #jenkins
[05:33:12] *** jfemia <jfemia!~jfemia@217.113.163.163> has joined #jenkins
[05:34:06] *** jfemia_ <jfemia_!~jfemia@217.113.163.163> has quit IRC (Ping timeout: 256 seconds)
[05:35:49] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has quit IRC (Ping timeout: 260 seconds)
[05:37:25] *** abhiyerra <abhiyerra!~textual@2601:645:0:5031:bdbb:af31:860d:2591> has joined #jenkins
[05:44:33] *** Rohan_ <Rohan_!67d84c41@gateway/web/freenode/ip.103.216.76.65> has joined #jenkins
[05:49:23] *** Cervator <Cervator!~Thunderbi@2601:4c1:4001:1d5d:5077:570f:9968:b704> has quit IRC (Remote host closed the connection)
[06:03:56] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has quit IRC (Remote host closed the connection)
[06:06:47] *** HasanAtizaz <HasanAtizaz!~hasan@39.50.188.81> has joined #jenkins
[06:18:22] *** horsey <horsey!~horsey@106.201.38.32> has joined #jenkins
[06:21:02] *** bmurt <bmurt!~hmm@216.164.232.97> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[06:27:04] *** errst <errst!~errst@88.232.175.182> has joined #jenkins
[06:33:01] *** spathare <spathare!~spathare@125.16.97.122> has joined #jenkins
[06:36:01] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has joined #jenkins
[06:36:02] *** HasanAtizaz <HasanAtizaz!~hasan@39.50.188.81> has quit IRC (Ping timeout: 245 seconds)
[06:41:55] *** Rohan_ <Rohan_!67d84c41@gateway/web/freenode/ip.103.216.76.65> has quit IRC (Quit: Page closed)
[06:41:59] *** philipgough <philipgough!~philipgou@109.78.186.239> has joined #jenkins
[06:42:17] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has quit IRC (Ping timeout: 245 seconds)
[06:45:26] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has joined #jenkins
[06:46:30] *** moas <moas!~moas@62.129.12.82> has joined #jenkins
[06:47:09] *** philipgough <philipgough!~philipgou@109.78.186.239> has quit IRC (Ping timeout: 264 seconds)
[06:50:09] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has quit IRC (Ping timeout: 264 seconds)
[06:50:37] *** moas <moas!~moas@62.129.12.82> has quit IRC (Ping timeout: 245 seconds)
[06:52:14] *** Supun <Supun!~Supun@122.255.36.219> has joined #jenkins
[06:53:11] *** jimklimov <jimklimov!~jimklimov@31.7.243.238> has joined #jenkins
[06:54:35] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has joined #jenkins
[07:00:16] *** jimklimov1 <jimklimov1!~jimklimov@31.7.243.238> has joined #jenkins
[07:00:16] *** jimklimov <jimklimov!~jimklimov@31.7.243.238> has quit IRC (Read error: Connection reset by peer)
[07:00:24] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has quit IRC (Ping timeout: 260 seconds)
[07:01:28] *** paraxial <paraxial!~paraxial@cpc111117-wiga14-2-0-cust1368.18-3.cable.virginm.net> has quit IRC (Read error: Connection reset by peer)
[07:02:04] *** paraxial <paraxial!~paraxial@cpc111117-wiga14-2-0-cust1368.18-3.cable.virginm.net> has joined #jenkins
[07:03:12] *** Norrin <Norrin!~Joe@unaffiliated/norrinradd> has quit IRC (Ping timeout: 260 seconds)
[07:04:07] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has joined #jenkins
[07:04:38] *** Church- <Church-!~hatter@lobsters/Cat-Herder/Church-> has quit IRC (Ping timeout: 276 seconds)
[07:05:53] *** Church- <Church-!~hatter@lobsters/Cat-Herder/Church-> has joined #jenkins
[07:08:51] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has quit IRC (Ping timeout: 256 seconds)
[07:13:21] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has joined #jenkins
[07:14:08] *** Norrin <Norrin!~Joe@2605:2700:0:5::4713:9659> has joined #jenkins
[07:15:29] *** spathare <spathare!~spathare@125.16.97.122> has quit IRC (Ping timeout: 248 seconds)
[07:17:17] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has quit IRC (Remote host closed the connection)
[07:18:58] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has quit IRC (Ping timeout: 264 seconds)
[07:22:12] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has joined #jenkins
[07:22:18] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has joined #jenkins
[07:23:04] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has quit IRC (Remote host closed the connection)
[07:23:38] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has joined #jenkins
[07:27:32] *** spathare <spathare!~spathare@125.16.97.117> has joined #jenkins
[07:27:32] *** jimklimov <jimklimov!~jimklimov@31.7.243.238> has joined #jenkins
[07:27:42] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has quit IRC (Ping timeout: 245 seconds)
[07:27:57] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has quit IRC (Ping timeout: 240 seconds)
[07:28:42] *** blutwurst <blutwurst!~admin@p54822449.dip0.t-ipconnect.de> has joined #jenkins
[07:28:57] *** jimklimov1 <jimklimov1!~jimklimov@31.7.243.238> has quit IRC (Ping timeout: 240 seconds)
[07:29:15] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has joined #jenkins
[07:29:21] *** Church- <Church-!~hatter@lobsters/Cat-Herder/Church-> has quit IRC (Ping timeout: 248 seconds)
[07:30:11] *** Supun <Supun!~Supun@122.255.36.219> has quit IRC (Quit: Leaving)
[07:31:17] *** Church- <Church-!~hatter@lobsters/Cat-Herder/Church-> has joined #jenkins
[07:31:38] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has joined #jenkins
[07:34:30] *** jch19 <jch19!cc0eef11@gateway/web/freenode/ip.204.14.239.17> has joined #jenkins
[07:35:18] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has quit IRC (Remote host closed the connection)
[07:35:28] <jch19> Is there a particular order in which Jenkins initialization groovy scripts placed in the init.groovy.d folder get executed?
[07:35:45] *** srinidhi <srinidhi!~srinidhi@opensuse/member/srinidhi> has joined #jenkins
[07:36:02] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has quit IRC (Ping timeout: 245 seconds)
[07:39:22] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has joined #jenkins
[07:43:44] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has quit IRC (Ping timeout: 256 seconds)
[07:47:13] *** derPlexus <derPlexus!~flr@81.173.204.226> has joined #jenkins
[07:47:42] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has joined #jenkins
[07:47:52] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[07:48:52] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has joined #jenkins
[07:49:05] *** lucinka <lucinka!~lvotypko@ip-89-103-167-16.net.upcbroadband.cz> has joined #jenkins
[07:52:07] *** Praxi <Praxi!uid44918@gateway/web/irccloud.com/x-bpprjnedytnovjgq> has quit IRC (Quit: Connection closed for inactivity)
[07:52:40] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has quit IRC (Remote host closed the connection)
[07:54:05] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has quit IRC (Ping timeout: 240 seconds)
[07:58:08] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[07:58:27] *** sabre1041 <sabre1041!~sabre1041@50-207-142-227-static.hfc.comcastbusiness.net> has quit IRC (Remote host closed the connection)
[08:00:28] *** moas <moas!~moas@62.129.12.82> has joined #jenkins
[08:02:13] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has joined #jenkins
[08:02:33] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 252 seconds)
[08:02:50] *** Norrin <Norrin!~Joe@2605:2700:0:5::4713:9659> has quit IRC (Changing host)
[08:02:50] *** Norrin <Norrin!~Joe@unaffiliated/norrinradd> has joined #jenkins
[08:03:23] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has joined #jenkins
[08:04:52] *** moas <moas!~moas@62.129.12.82> has quit IRC (Ping timeout: 268 seconds)
[08:07:27] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has quit IRC (Ping timeout: 240 seconds)
[08:08:28] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[08:08:32] *** vjuranek_ <vjuranek_!vjuranek@nat/redhat/x-rqzhzkaejavlslhc> has joined #jenkins
[08:08:32] *** vjuranek_ <vjuranek_!vjuranek@nat/redhat/x-rqzhzkaejavlslhc> has quit IRC (Changing host)
[08:08:32] *** vjuranek_ <vjuranek_!vjuranek@redhat/jboss/vjuranek> has joined #jenkins
[08:08:32] *** ChanServ sets mode: +v vjuranek_
[08:08:54] *** patryk_ <patryk_!~pk@projekte.imos.net> has joined #jenkins
[08:13:05] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 248 seconds)
[08:15:06] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has joined #jenkins
[08:18:35] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[08:18:43] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has quit IRC (Remote host closed the connection)
[08:19:35] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has joined #jenkins
[08:19:50] *** iocanel <iocanel!~iocanel@athedsl-256088.home.otenet.gr> has joined #jenkins
[08:19:50] *** iocanel <iocanel!~iocanel@athedsl-256088.home.otenet.gr> has quit IRC (Changing host)
[08:19:50] *** iocanel <iocanel!~iocanel@redhat/jboss/iocanel> has joined #jenkins
[08:20:20] *** StarWarsFan|afk is now known as StarWarsFan
[08:20:50] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has quit IRC (Ping timeout: 265 seconds)
[08:22:21] *** frechdachs69 <frechdachs69!~chatzilla@195.243.167.66> has quit IRC (Remote host closed the connection)
[08:23:10] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 264 seconds)
[08:24:28] *** abhiyerra <abhiyerra!~textual@2601:645:0:5031:bdbb:af31:860d:2591> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[08:24:59] *** jenkins-admin <jenkins-admin!~PircBot@162.209.106.32> has quit IRC (Ping timeout: 260 seconds)
[08:25:15] *** jenkins-admin <jenkins-admin!~PircBot@162.209.106.32> has joined #jenkins
[08:25:17] *** ogondza <ogondza!ogondza@nat/redhat/x-toxxpzbzbghtbxua> has joined #jenkins
[08:25:17] *** ChanServ sets mode: +v ogondza
[08:25:57] *** jablo <jablo!~jl@80.243.123.111> has joined #jenkins
[08:27:19] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[08:27:27] *** venmx <venmx!~pactadmin@host31-48-148-246.range31-48.btcentralplus.com> has quit IRC (Ping timeout: 240 seconds)
[08:27:53] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has joined #jenkins
[08:30:48] *** willwh <willwh!~willwh@unaffiliated/willskills> has quit IRC (Remote host closed the connection)
[08:31:29] *** willwh <willwh!~willwh@unaffiliated/willskills> has joined #jenkins
[08:32:34] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has quit IRC (Ping timeout: 260 seconds)
[08:33:14] *** zetab_ is now known as zetab
[08:35:52] *** rvgate <rvgate!~rvgate@unaffiliated/rvgate> has quit IRC (Ping timeout: 256 seconds)
[08:36:23] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has joined #jenkins
[08:39:40] *** luc4 <luc4!~luca@83.211.28.60> has joined #jenkins
[08:42:14] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has quit IRC (Ping timeout: 276 seconds)
[08:42:48] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has quit IRC (Remote host closed the connection)
[08:43:21] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has joined #jenkins
[08:43:25] *** Py_mona <Py_mona!~Mona@unaffiliated/kumudini> has joined #jenkins
[08:45:21] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has quit IRC (Remote host closed the connection)
[08:45:36] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has joined #jenkins
[08:47:08] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has joined #jenkins
[08:48:03] *** narcan <narcan!~narcan@176-57-33-240.as16211.net> has joined #jenkins
[08:48:18] *** TomTom <TomTom!uid45892@gateway/web/irccloud.com/x-hylgasjjpxnrwubj> has joined #jenkins
[08:52:52] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has quit IRC (Ping timeout: 256 seconds)
[08:53:22] *** blutwurst <blutwurst!~admin@p54822449.dip0.t-ipconnect.de> has quit IRC (Quit: Leaving.)
[08:55:10] *** venmx <venmx!~pactadmin@82-132-244-88.dab.02.net> has joined #jenkins
[08:55:26] *** kwhetstone_ <kwhetstone_!~kwhetston@136.56.46.187> has quit IRC (Ping timeout: 268 seconds)
[08:55:35] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has quit IRC (Remote host closed the connection)
[08:56:54] *** jch19 <jch19!cc0eef11@gateway/web/freenode/ip.204.14.239.17> has quit IRC (Quit: Page closed)
[08:56:57] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has joined #jenkins
[09:01:37] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has quit IRC (Ping timeout: 256 seconds)
[09:01:44] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has joined #jenkins
[09:02:47] *** moas <moas!~moas@62.129.12.82> has joined #jenkins
[09:02:55] *** srinidhi <srinidhi!~srinidhi@opensuse/member/srinidhi> has quit IRC (Disconnected by services)
[09:02:55] *** srinidhi1 <srinidhi1!~srinidhi@192.31.114.252> has joined #jenkins
[09:02:56] *** gus <gus!~quassel@2400:6180:0:d0::f76:7001> has quit IRC (Remote host closed the connection)
[09:03:54] *** seschwar <seschwar!~seschwar@unaffiliated/seschwar> has joined #jenkins
[09:04:36] *** gus <gus!~quassel@2400:6180:0:d0::f76:7001> has joined #jenkins
[09:05:10] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has joined #jenkins
[09:06:24] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has quit IRC (Ping timeout: 260 seconds)
[09:07:33] *** moas <moas!~moas@62.129.12.82> has quit IRC (Ping timeout: 264 seconds)
[09:10:01] *** asaleh <asaleh!asaleh@nat/redhat/x-hfhrwrzizzqryvjt> has joined #jenkins
[09:10:32] *** jri <jri!~jri@pat-address.sciences-po.fr> has joined #jenkins
[09:11:04] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has quit IRC (Ping timeout: 260 seconds)
[09:14:23] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has joined #jenkins
[09:16:48] *** cmuller <cmuller!~cmuller@134.117.39.62.rev.sfr.net> has joined #jenkins
[09:17:11] *** akostadinov <akostadinov!~avalon@redhat/jboss/akostadinov> has joined #jenkins
[09:17:39] *** antgel <antgel!~topdog@213.57.83.154> has joined #jenkins
[09:18:09] *** seschwar <seschwar!~seschwar@unaffiliated/seschwar> has quit IRC (Max SendQ exceeded)
[09:18:58] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has quit IRC (Ping timeout: 264 seconds)
[09:19:00] *** seschwar <seschwar!~seschwar@unaffiliated/seschwar> has joined #jenkins
[09:20:13] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has joined #jenkins
[09:22:41] *** Flotho66 <Flotho66!~florent@37.173.241.203> has joined #jenkins
[09:23:01] *** hkais <hkais!~xenoadmin@p2E562E2C.dip0.t-ipconnect.de> has joined #jenkins
[09:24:52] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has joined #jenkins
[09:26:29] *** dmone <dmone!~dmone@195.46.31.29> has joined #jenkins
[09:26:34] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[09:26:53] *** jimklimov <jimklimov!~jimklimov@31.7.243.238> has quit IRC (Read error: Connection reset by peer)
[09:27:26] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[09:27:28] *** firemanxbr <firemanxbr!~firemanxb@2a00:1028:83a0:191e:b37e:981e:b4c0:3c0d> has joined #jenkins
[09:27:40] *** wby <wby!~wby@ns1.veggiechinese.net> has left #jenkins
[09:28:34] *** jimklimov <jimklimov!~jimklimov@31.7.243.238> has joined #jenkins
[09:29:15] *** DaveTaboola <DaveTaboola!~DaveTaboo@141.226.128.254> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[09:29:57] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has quit IRC (Ping timeout: 240 seconds)
[09:30:56] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has quit IRC (Remote host closed the connection)
[09:31:21] *** DaveTaboola <DaveTaboola!~DaveTaboo@141.226.128.254> has joined #jenkins
[09:31:38] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has joined #jenkins
[09:31:54] *** Thiru <Thiru!400e2ef4@gateway/web/freenode/ip.64.14.46.244> has joined #jenkins
[09:32:24] *** venmx_ <venmx_!~pactadmin@82-132-212-194.dab.02.net> has joined #jenkins
[09:32:34] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has joined #jenkins
[09:33:07] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 260 seconds)
[09:34:41] *** venmx <venmx!~pactadmin@82-132-244-88.dab.02.net> has quit IRC (Ping timeout: 248 seconds)
[09:36:22] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has quit IRC (Ping timeout: 264 seconds)
[09:36:57] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has quit IRC (Ping timeout: 240 seconds)
[09:37:41] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has joined #jenkins
[09:38:38] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[09:39:08] *** Flotho66 <Flotho66!~florent@37.173.241.203> has quit IRC (Ping timeout: 265 seconds)
[09:43:05] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has quit IRC (Ping timeout: 240 seconds)
[09:43:34] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 264 seconds)
[09:43:49] *** rupalib <rupalib!~rbehera@c83-248-163-98.bredband.comhem.se> has joined #jenkins
[09:44:28] *** psiroky <psiroky!psiroky@redhat/jboss/psiroky> has joined #jenkins
[09:46:39] *** Flotho66 <Flotho66!~florent@62-193-48-185.as16211.net> has joined #jenkins
[09:46:53] *** amundj <amundj!~textual@185.13.92.21> has joined #jenkins
[09:47:17] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has joined #jenkins
[09:47:19] *** electrofelix <electrofelix!~pelix@15.203.233.80> has joined #jenkins
[09:48:58] *** Keridos <Keridos!~Keridos@static.56.72.76.144.clients.your-server.de> has quit IRC (Quit: ZNC - http://znc.in)
[09:49:29] *** Keridos <Keridos!~Keridos@static.56.72.76.144.clients.your-server.de> has joined #jenkins
[09:51:56] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has quit IRC (Ping timeout: 256 seconds)
[09:54:16] *** philipgough <philipgough!~philipgou@148.252.9.234> has joined #jenkins
[09:55:46] *** lucinka <lucinka!~lvotypko@ip-89-103-167-16.net.upcbroadband.cz> has quit IRC (Ping timeout: 256 seconds)
[09:55:49] *** dimm <dimm!d94a2f06@gateway/web/freenode/ip.217.74.47.6> has quit IRC (Ping timeout: 260 seconds)
[10:00:38] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has joined #jenkins
[10:01:52] *** davehunt <davehunt!~davehunt@88.97.12.57> has joined #jenkins
[10:02:49] *** mbenson <mbenson!~mbenson@apache/committer/mbenson> has quit IRC (Ping timeout: 252 seconds)
[10:05:45] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has joined #jenkins
[10:06:38] *** krys <krys!~krys@124.197.54.240> has quit IRC (Ping timeout: 276 seconds)
[10:06:44] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has quit IRC (Ping timeout: 276 seconds)
[10:08:33] *** srinidhi1 <srinidhi1!~srinidhi@192.31.114.252> has quit IRC (Ping timeout: 240 seconds)
[10:09:02] *** moas <moas!~moas@62.129.12.82> has joined #jenkins
[10:09:26] *** hkais <hkais!~xenoadmin@p2E562E2C.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 268 seconds)
[10:11:15] *** krys <krys!~krys@122-56-201-51.mobile.spark.co.nz> has joined #jenkins
[10:13:35] *** moas <moas!~moas@62.129.12.82> has quit IRC (Ping timeout: 240 seconds)
[10:13:57] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has joined #jenkins
[10:16:56] *** venmx_ <venmx_!~pactadmin@82-132-212-194.dab.02.net> has quit IRC (Remote host closed the connection)
[10:19:05] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has quit IRC (Ping timeout: 240 seconds)
[10:20:26] *** petzsch <petzsch!5092e44d@gateway/web/freenode/ip.80.146.228.77> has joined #jenkins
[10:21:54] *** srinidhi <srinidhi!~srinidhi@opensuse/member/srinidhi> has joined #jenkins
[10:21:58] *** Flotho66 <Flotho66!~florent@62-193-48-185.as16211.net> has quit IRC (Ping timeout: 264 seconds)
[10:23:26] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has joined #jenkins
[10:23:56] *** thc202 <thc202!~thc202@unaffiliated/thc202> has joined #jenkins
[10:25:23] *** DaveTaboola <DaveTaboola!~DaveTaboo@141.226.128.254> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[10:27:56] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has quit IRC (Ping timeout: 268 seconds)
[10:28:09] *** SourTrout <SourTrout!~sourtrout@cpe-192-180-245-107.kya.res.rr.com> has joined #jenkins
[10:31:28] *** bcc <bcc!~bcc@linaro/bcc> has quit IRC (Quit: ZNC 1.6.3+deb1 - http://znc.in)
[10:31:55] *** _ADN_ <_ADN_!~username@2a02:c7d:5e18:200:2503:cb24:2626:f969> has quit IRC (Ping timeout: 256 seconds)
[10:32:47] *** SourTrout <SourTrout!~sourtrout@cpe-192-180-245-107.kya.res.rr.com> has quit IRC (Ping timeout: 265 seconds)
[10:33:40] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has quit IRC (Remote host closed the connection)
[10:33:53] *** floppydh <floppydh!floppydh@gateway/vpn/privateinternetaccess/floppydh> has joined #jenkins
[10:34:54] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has joined #jenkins
[10:38:38] *** srinidhi1 <srinidhi1!~srinidhi@192.31.114.252> has joined #jenkins
[10:38:38] *** srinidhi <srinidhi!~srinidhi@opensuse/member/srinidhi> has quit IRC (Disconnected by services)
[10:38:55] *** bcc <bcc!~bcc@mail.copeland.me.uk> has joined #jenkins
[10:38:55] *** bcc <bcc!~bcc@mail.copeland.me.uk> has quit IRC (Changing host)
[10:38:55] *** bcc <bcc!~bcc@linaro/bcc> has joined #jenkins
[10:39:45] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has joined #jenkins
[10:40:25] <daxroc> Morning
[10:40:33] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has quit IRC (Ping timeout: 264 seconds)
[10:43:30] *** moas <moas!~moas@62.129.12.82> has joined #jenkins
[10:44:00] <daxroc> I’m running into an issue with the scope of fields/properties when using shared libraries. The cps unit tests that are run seem to pass this locally but then Jenkins throws the following error when trying to access a property from within a stage - tho the owner of the stage does indeed have access. Is it at all possible to delegate these to the stage and it’s nested closures.
[10:44:32] <daxroc> groovy.lang.MissingFieldException: No such field: parameters for class: org.jenkinsci.plugins.workflow.cps.CpsClosure2
[10:46:05] *** cj <cj!~cjac@moonunit.colliertech.org> has quit IRC (Ping timeout: 252 seconds)
[10:46:40] <Slide-O-Mix> jenkins-admin: host hosting-519
[10:46:40] <jenkins-admin> Approving hosting request HOSTING-519
[10:46:42] <jenkins-admin> HOSTING-519:Loadium Plugin (To Do) https://issues.jenkins-ci.org/browse/HOSTING-519
[10:46:44] <jenkins-admin> Forking LoadiumJenkinsPlugin
[10:46:53] <jenkins-admin> Failed to add GHUser at 55310a65[login=Loadium,location=<null>,blog=www dot testinium.com,email=info@testinium.com,name=Loadium,company=<null>,followers=0,following=0,responseHeaderFields={Status=[200 OK], Transfer-Encoding=[chunked], null=[HTTP/1.1 200 OK], Server=[GitHub.com], Access-Control-Allow-Origin=[*], X-Content-Type-Options=[nosniff], X-RateLimit-Reset=[1520418421], Last-Modified=[Sat, 23 Sep 2017 12:48:11 GMT], Date=[Wed, 07 Mar 2018 09:46:43 GM
[10:46:54] <jenkins-admin> Created https://github.com/jenkinsci/loadium-plugin
[10:47:01] <jenkins-admin> Added canb0Testinium as a GitHub committer for repository loadium-plugin
[10:47:10] <jenkins-admin> Added egullusahabt as a GitHub committer for repository loadium-plugin
[10:47:20] <jenkins-admin> Added tfasun as a GitHub committer for repository loadium-plugin
[10:47:21] <jenkins-admin> Adding a new JIRA subcomponent loadium-plugin to the JENKINS project, owned by erhangullu
[10:47:23] <jenkins-admin> New component created. URL is https://issues.jenkins-ci.org/rest/api/2/component/23521
[10:47:27] <jenkins-admin> Hosting setup complete
[10:47:45] *** Kelzier <Kelzier!~duka@87.116.179.178> has joined #jenkins
[10:47:51] *** cj <cj!~cjac@moonunit.colliertech.org> has joined #jenkins
[10:47:53] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has quit IRC (Remote host closed the connection)
[10:48:15] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has joined #jenkins
[10:48:42] *** zerocoolback <zerocoolback!~zerocoolb@149.24.60.1> has quit IRC (Remote host closed the connection)
[10:51:30] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has joined #jenkins
[10:51:49] *** jimklimov <jimklimov!~jimklimov@31.7.243.238> has quit IRC (Read error: Connection reset by peer)
[10:52:23] *** jimklimov <jimklimov!~jimklimov@31.7.243.238> has joined #jenkins
[10:52:41] *** srinidhi1 <srinidhi1!~srinidhi@192.31.114.252> has quit IRC (Quit: Leaving.)
[10:53:00] *** srinidhi <srinidhi!~srinidhi@opensuse/member/srinidhi> has joined #jenkins
[10:53:39] *** vtunka <vtunka!vtunka@nat/redhat/x-rktumbbaetrgyhao> has joined #jenkins
[10:53:48] *** jimklimov <jimklimov!~jimklimov@31.7.243.238> has quit IRC (Read error: Connection reset by peer)
[10:54:13] *** jimklimov <jimklimov!~jimklimov@31.7.243.238> has joined #jenkins
[10:56:51] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has quit IRC (Ping timeout: 256 seconds)
[11:04:20] *** rrutkowski <rrutkowski!~rrutkowsk@2a01:598:80a2:8a4b:eb96:d1c7:7ba1:abdc> has joined #jenkins
[11:05:06] *** gli <gli!~gli@119.254.120.72> has quit IRC (Quit: Leaving)
[11:07:44] *** venmx <venmx!~pactadmin@5.148.135.222> has joined #jenkins
[11:07:54] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has joined #jenkins
[11:09:53] *** rrutkowski <rrutkowski!~rrutkowsk@2a01:598:80a2:8a4b:eb96:d1c7:7ba1:abdc> has quit IRC (Ping timeout: 255 seconds)
[11:11:23] *** drulli <drulli!~ulli@jenkins/developer/drulli> has quit IRC (Ping timeout: 252 seconds)
[11:12:22] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has quit IRC (Ping timeout: 264 seconds)
[11:12:57] *** moas <moas!~moas@62.129.12.82> has quit IRC (Remote host closed the connection)
[11:13:30] *** drulli <drulli!~ulli@jenkins/developer/drulli> has joined #jenkins
[11:13:30] *** ChanServ sets mode: +v drulli
[11:14:41] *** raynold <raynold!uid201163@gateway/web/irccloud.com/x-vustczshkfzacquw> has quit IRC (Quit: Connection closed for inactivity)
[11:14:50] *** grdryn <grdryn!~gerardrya@fedora/gearoid> has joined #jenkins
[11:17:09] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[11:19:46] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has joined #jenkins
[11:20:27] *** errst <errst!~errst@88.232.175.182> has quit IRC (Ping timeout: 240 seconds)
[11:21:44] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 260 seconds)
[11:23:51] *** docwhat <docwhat!docwhat@gerf.org> has quit IRC (Ping timeout: 256 seconds)
[11:23:56] *** esro <esro!~esro@95.155.114.211> has joined #jenkins
[11:23:58] *** docwhat <docwhat!docwhat@gerf.org> has joined #jenkins
[11:25:05] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has quit IRC (Ping timeout: 240 seconds)
[11:25:14] *** _ADN_ <_ADN_!~username@5.148.34.186> has joined #jenkins
[11:25:49] *** fwind77 <fwind77!~steven@89.100.106.33> has joined #jenkins
[11:27:11] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[11:28:06] *** lucinka <lucinka!lvotypko@nat/redhat/x-qjpiwtjxaypuihhn> has joined #jenkins
[11:29:08] *** vb_jasonc <vb_jasonc!~vb_chodsk@c-68-40-51-103.hsd1.mi.comcast.net> has quit IRC (Read error: Connection reset by peer)
[11:29:26] *** vb_jasonc <vb_jasonc!~vb_chodsk@c-68-40-51-103.hsd1.mi.comcast.net> has joined #jenkins
[11:31:13] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 240 seconds)
[11:31:23] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has joined #jenkins
[11:31:27] *** asaleh <asaleh!asaleh@nat/redhat/x-hfhrwrzizzqryvjt> has quit IRC (Ping timeout: 245 seconds)
[11:32:49] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[11:33:25] *** nwang <nwang!~nick@45.122.156.254> has quit IRC (Read error: Connection reset by peer)
[11:33:26] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has joined #jenkins
[11:33:49] *** nwang <nwang!~nick@45.122.156.254> has joined #jenkins
[11:35:14] *** psiroky <psiroky!psiroky@redhat/jboss/psiroky> has quit IRC (Remote host closed the connection)
[11:35:35] *** psiroky <psiroky!psiroky@redhat/jboss/psiroky> has joined #jenkins
[11:35:57] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has quit IRC (Ping timeout: 252 seconds)
[11:37:34] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 264 seconds)
[11:37:53] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has quit IRC (Ping timeout: 240 seconds)
[11:40:21] *** petzsch <petzsch!5092e44d@gateway/web/freenode/ip.80.146.228.77> has quit IRC (Quit: Page closed)
[11:40:34] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[11:43:10] *** errst <errst!~errst@88.232.175.182> has joined #jenkins
[11:45:07] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 252 seconds)
[11:47:04] *** asaleh <asaleh!asaleh@nat/redhat/x-kxbxozihqbcbitze> has joined #jenkins
[11:47:46] *** amundj <amundj!~textual@185.13.92.21> has quit IRC (Ping timeout: 264 seconds)
[11:48:10] *** srinidhi <srinidhi!~srinidhi@opensuse/member/srinidhi> has quit IRC (Ping timeout: 240 seconds)
[11:48:25] *** antgel <antgel!~topdog@213.57.83.154> has quit IRC (Ping timeout: 252 seconds)
[11:49:36] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[11:50:12] *** antgel <antgel!~topdog@213.57.83.154> has joined #jenkins
[11:50:16] *** amundj <amundj!~textual@185.13.92.21> has joined #jenkins
[11:50:40] *** Impaloo <Impaloo!~Impaloo@pluto.redwill.se> has quit IRC (Quit: Ping timeout (120 seconds))
[11:51:18] *** Impaloo <Impaloo!~Impaloo@pluto.redwill.se> has joined #jenkins
[11:54:38] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 276 seconds)
[11:55:19] *** moas <moas!~moas@62.129.12.82> has joined #jenkins
[11:57:25] *** tomaz_b <tomaz_b!~tomaz_b@193-138-63-17.static.t-2.net> has joined #jenkins
[11:59:46] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[12:01:31] *** srinidhi <srinidhi!~srinidhi@opensuse/member/srinidhi> has joined #jenkins
[12:04:19] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 260 seconds)
[12:04:50] *** philipgough <philipgough!~philipgou@148.252.9.234> has quit IRC (Remote host closed the connection)
[12:05:30] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[12:11:11] *** philipgough <philipgough!~philipgou@148.252.9.234> has joined #jenkins
[12:11:57] *** recampbe_ <recampbe_!~recampbel@rrcs-71-41-145-244.sw.biz.rr.com> has joined #jenkins
[12:12:57] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 240 seconds)
[12:13:01] *** hkais <hkais!~xenoadmin@p3E9E8453.dip0.t-ipconnect.de> has joined #jenkins
[12:16:28] *** asaleh <asaleh!asaleh@nat/redhat/x-kxbxozihqbcbitze> has quit IRC (Ping timeout: 268 seconds)
[12:19:35] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[12:24:17] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 248 seconds)
[12:24:42] *** narcan <narcan!~narcan@176-57-33-240.as16211.net> has quit IRC (Quit: Leaving)
[12:29:39] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[12:30:55] *** eskp <eskp!~eskp@unaffiliated/eskp> has joined #jenkins
[12:32:02] <eskp> Hi all, I'm looking for an older version of a plugins (workflow-multibranch). This repo only goes down to 1.9 (https://mvnrepository.com/artifact/org.jenkins-ci.plugins.workflow/workflow-multibranch). Does anyone know of any older repos?
[12:32:17] *** asaleh <asaleh!asaleh@nat/redhat/x-yfeoqmdrelbpbrwr> has joined #jenkins
[12:32:30] *** hkais <hkais!~xenoadmin@p3E9E8453.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 268 seconds)
[12:33:40] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 240 seconds)
[12:38:01] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[12:39:29] <Slide-O-Mix> I would have said here https://updates.jenkins.io/download/plugins/workflow-multibranch/, but that only goes down to 1.11
[12:40:39] *** moas <moas!~moas@62.129.12.82> has quit IRC (Remote host closed the connection)
[12:42:08] *** ldnunes <ldnunes!~ldnunes_@181.220.79.73> has joined #jenkins
[12:42:58] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 264 seconds)
[12:43:26] *** zerocoolback <zerocoolback!~zerocoolb@49.207.61.125> has joined #jenkins
[12:47:08] *** zerocoolback <zerocoolback!~zerocoolb@49.207.61.125> has quit IRC (Remote host closed the connection)
[12:47:20] *** zerocoolback <zerocoolback!~zerocoolb@49.207.61.125> has joined #jenkins
[12:50:20] *** jri <jri!~jri@pat-address.sciences-po.fr> has quit IRC (Remote host closed the connection)
[12:52:50] *** jri <jri!~jri@pat-address.sciences-po.fr> has joined #jenkins
[12:56:47] *** sarri <sarri!~sari@unaffiliated/sarri> has quit IRC (Ping timeout: 256 seconds)
[12:57:51] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[12:58:00] *** sarri <sarri!~sari@p50995cae.dip0.t-ipconnect.de> has joined #jenkins
[12:58:00] *** sarri <sarri!~sari@p50995cae.dip0.t-ipconnect.de> has quit IRC (Changing host)
[12:58:00] *** sarri <sarri!~sari@unaffiliated/sarri> has joined #jenkins
[13:01:03] *** philipgo_ <philipgo_!~philipgou@148.252.9.234> has joined #jenkins
[13:01:03] *** philipgough <philipgough!~philipgou@148.252.9.234> has quit IRC (Disconnected by services)
[13:01:03] *** philipgo_ is now known as philipgough
[13:01:36] *** samrocketman <samrocketman!~samgleske@cpe-23-243-71-225.socal.res.rr.com> has joined #jenkins
[13:01:49] *** samrocke2man <samrocke2man!~samgleske@cpe-23-243-71-225.socal.res.rr.com> has quit IRC (Read error: Connection reset by peer)
[13:01:53] *** jri_ <jri_!~jri@pat-address.sciences-po.fr> has joined #jenkins
[13:02:00] *** samrocketman is now known as Guest1705
[13:02:02] *** zerocoolback <zerocoolback!~zerocoolb@49.207.61.125> has quit IRC (Disconnected by services)
[13:02:02] *** zerocool_ <zerocool_!~zerocoolb@49.207.61.125> has joined #jenkins
[13:02:17] *** davehunt_ <davehunt_!~davehunt@88.97.12.57> has joined #jenkins
[13:02:27] *** mariorz <mariorz!sid490@gateway/web/irccloud.com/x-brdfijkxlcsivshr> has quit IRC (Ping timeout: 240 seconds)
[13:02:46] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 264 seconds)
[13:03:43] *** mariorz <mariorz!sid490@gateway/web/irccloud.com/x-klweoukptubrruau> has joined #jenkins
[13:03:57] *** jri <jri!~jri@pat-address.sciences-po.fr> has quit IRC (Ping timeout: 240 seconds)
[13:04:24] *** davehunt <davehunt!~davehunt@88.97.12.57> has quit IRC (Ping timeout: 260 seconds)
[13:04:39] *** hkais <hkais!~xenoadmin@p3E9E8453.dip0.t-ipconnect.de> has joined #jenkins
[13:08:10] *** stephenpc <stephenpc!~nobody@c-73-144-67-205.hsd1.mi.comcast.net> has joined #jenkins
[13:14:40] *** moas <moas!~moas@62.129.12.82> has joined #jenkins
[13:14:46] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[13:18:11] *** kfu <kfu!~kfu@unaffiliated/kfu> has joined #jenkins
[13:18:25] *** ogondza <ogondza!ogondza@nat/redhat/x-toxxpzbzbghtbxua> has quit IRC (Read error: Connection reset by peer)
[13:18:34] *** ogondza <ogondza!ogondza@nat/redhat/x-xlyosccrftljnbuk> has joined #jenkins
[13:18:34] *** ChanServ sets mode: +v ogondza
[13:19:05] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 240 seconds)
[13:19:31] *** derPlexus1 <derPlexus1!~flr@81.173.204.226> has joined #jenkins
[13:20:44] *** derPlexus <derPlexus!~flr@81.173.204.226> has quit IRC (Ping timeout: 260 seconds)
[13:20:58] *** timvisher <timvisher!~tim.vishe@pool-72-92-37-33.phlapa.fios.verizon.net> has quit IRC (Ping timeout: 240 seconds)
[13:21:58] *** amundj <amundj!~textual@185.13.92.21> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[13:22:25] *** eskp <eskp!~eskp@unaffiliated/eskp> has left #jenkins
[13:23:10] *** SourTrout <SourTrout!~sourtrout@cpe-192-180-245-107.kya.res.rr.com> has joined #jenkins
[13:24:05] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[13:25:30] *** amundj <amundj!~textual@185.13.92.21> has joined #jenkins
[13:27:58] *** SourTrout <SourTrout!~sourtrout@cpe-192-180-245-107.kya.res.rr.com> has quit IRC (Ping timeout: 264 seconds)
[13:28:33] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 264 seconds)
[13:34:19] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[13:34:21] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has joined #jenkins
[13:37:41] *** krys <krys!~krys@122-56-201-51.mobile.spark.co.nz> has quit IRC (Ping timeout: 252 seconds)
[13:37:44] *** krys_ <krys_!~krys@122-56-200-215.mobile.spark.co.nz> has joined #jenkins
[13:39:06] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has quit IRC (Ping timeout: 268 seconds)
[13:42:00] *** kus <kus!~kus@pool-96-234-34-194.nwrknj.fios.verizon.net> has joined #jenkins
[13:43:42] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 256 seconds)
[13:47:19] *** philipgough <philipgough!~philipgou@148.252.9.234> has quit IRC (Remote host closed the connection)
[13:49:54] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[13:51:39] *** sabre1041 <sabre1041!~sabre1041@50-207-142-227-static.hfc.comcastbusiness.net> has joined #jenkins
[13:52:24] *** SipriusPT <SipriusPT!~SipriusPT@62.48.173.62> has joined #jenkins
[13:52:42] *** h12o <h12o!~h12o@210-135-213-163.parkcity.ne.jp> has joined #jenkins
[13:52:51] <SipriusPT> Hello guys
[13:53:17] *** robbbe <robbbe!~robelliso@81.145.172.185> has joined #jenkins
[13:54:49] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 265 seconds)
[13:58:25] *** mock <mock!~mock@fedora/mock> has left #jenkins ("Leaving")
[13:59:17] <SipriusPT> I am trying to add a post build field on a pipeline but I am getting an error on 'post {'
[13:59:25] <SipriusPT> org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed
[13:59:56] <SipriusPT> here this script: http://prntscr.com/io24ad
[14:00:23] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[14:00:32] <SipriusPT> dont know if something is missing or I had to install another plugin to be able to use it
[14:01:16] <SipriusPT> I am following documentation at https://jenkins.io/doc/book/pipeline/syntax/#post
[14:02:45] <batmat> SipriusPT: post should either inside stage, or outside stages, I think is the issue
[14:03:00] <batmat> the latter if, AIUI, you mean to make this global
[14:03:18] *** lfitzgerald <lfitzgerald!~lfitzgera@148.252.9.234> has joined #jenkins
[14:03:18] *** lfitzgerald <lfitzgerald!~lfitzgera@148.252.9.234> has quit IRC (Changing host)
[14:03:18] *** lfitzgerald <lfitzgerald!~lfitzgera@redhat/jboss/lfitzgerald> has joined #jenkins
[14:04:27] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 240 seconds)
[14:04:42] *** rpocase_ <rpocase_!~rpocase@apinat.adtran.com> has joined #jenkins
[14:06:11] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[14:06:26] *** horsey <horsey!~horsey@106.201.38.32> has quit IRC (Remote host closed the connection)
[14:06:34] *** recampbe_ <recampbe_!~recampbel@rrcs-71-41-145-244.sw.biz.rr.com> has quit IRC (Remote host closed the connection)
[14:07:22] *** nsizemor <nsizemor!~Thunderbi@192.92.122.128> has joined #jenkins
[14:09:27] *** narcan <narcan!~narcan@176-57-33-240.as16211.net> has joined #jenkins
[14:10:37] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 245 seconds)
[14:11:05] *** shodan` <shodan`!~textual@37.153.215.145> has joined #jenkins
[14:18:01] *** moas <moas!~moas@62.129.12.82> has quit IRC (Remote host closed the connection)
[14:18:27] *** h12o <h12o!~h12o@210-135-213-163.parkcity.ne.jp> has quit IRC (Ping timeout: 240 seconds)
[14:22:16] *** h12o <h12o!~h12o@210-135-213-163.parkcity.ne.jp> has joined #jenkins
[14:23:28] *** bmurt <bmurt!~hmm@216.164.232.97> has joined #jenkins
[14:23:36] *** sabre1041 <sabre1041!~sabre1041@50-207-142-227-static.hfc.comcastbusiness.net> has quit IRC (Remote host closed the connection)
[14:24:20] *** floppydh_ <floppydh_!floppydh@gateway/vpn/privateinternetaccess/floppydh> has joined #jenkins
[14:26:19] <rpocase_> If I wanted to create an internal site of auto-genned docs from shared libs (e.g. pipeline-syntax/globals), would there be a sane way to do that?
[14:26:31] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has joined #jenkins
[14:26:55] <rpocase_> Worst case would be a gh-pages branch
[14:28:56] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[14:31:27] *** rpocase_ <rpocase_!~rpocase@apinat.adtran.com> has quit IRC (Ping timeout: 240 seconds)
[14:32:45] *** h12o <h12o!~h12o@210-135-213-163.parkcity.ne.jp> has quit IRC (Ping timeout: 268 seconds)
[14:34:25] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 248 seconds)
[14:35:24] *** kpease <kpease!~kpease@pool-96-237-103-73.bstnma.fios.verizon.net> has joined #jenkins
[14:35:37] *** cliles <cliles!~cliles@50.234.208.212> has quit IRC (Ping timeout: 252 seconds)
[14:36:43] *** h12o <h12o!~h12o@210-135-213-163.parkcity.ne.jp> has joined #jenkins
[14:37:36] *** abayer <abayer!~abayer@jenkins/developer/abayer> has joined #jenkins
[14:37:36] *** ChanServ sets mode: +o abayer
[14:40:38] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[14:40:42] *** yengas <yengas!~yengas@139.59.161.254> has joined #jenkins
[14:40:50] *** Led_Zeppelin <Led_Zeppelin!~user@cpe-184-152-108-230.nj.res.rr.com> has joined #jenkins
[14:42:23] *** 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…)
[14:43:58] *** rpocase <rpocase!~rpocase@apinat.adtran.com> has joined #jenkins
[14:45:09] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 252 seconds)
[14:45:55] <batmat> https://wiki.jenkins.io/display/JENKINS/User+Content ?
[14:46:34] *** h12o <h12o!~h12o@210-135-213-163.parkcity.ne.jp> has quit IRC (Ping timeout: 264 seconds)
[14:47:48] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[14:47:57] *** jimklimov <jimklimov!~jimklimov@31.7.243.238> has quit IRC (Read error: Connection reset by peer)
[14:48:04] *** esro <esro!~esro@95.155.114.211> has quit IRC (Quit: Leaving)
[14:48:18] *** esberglu <esberglu!~esberglu@67-5-12-197.rstr.qwest.net> has joined #jenkins
[14:48:33] *** jimklimov <jimklimov!~jimklimov@31.7.243.238> has joined #jenkins
[14:49:18] *** moas <moas!~moas@62.129.12.82> has joined #jenkins
[14:51:16] *** h12o <h12o!~h12o@210-135-213-163.parkcity.ne.jp> has joined #jenkins
[14:52:34] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 264 seconds)
[14:54:48] *** philipgough <philipgough!~philipgou@148.252.9.234> has joined #jenkins
[14:55:14] *** sabre1041 <sabre1041!~sabre1041@ip-64-134-29-175.public.wayport.net> has joined #jenkins
[14:56:48] <daxroc> Is there anyway to alter the bahvour of pipeline step closure scope levels ?
[14:58:03] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[14:58:49] <daxroc> Using the script context ‘pattern’ accessing class properties from within these closures doesn’t seem to be permitted, I’m not 100% on this but this seems to be due to cps transforms happening as they do seem to work when running the unit tests outside of Jenkins. Just wondering what options there are if you want to use OOP shared libraries
[14:59:00] *** vtunka <vtunka!vtunka@nat/redhat/x-rktumbbaetrgyhao> has quit IRC (Quit: Leaving)
[14:59:12] *** spathare <spathare!~spathare@125.16.97.117> has quit IRC (Ping timeout: 260 seconds)
[15:01:04] *** h12o <h12o!~h12o@210-135-213-163.parkcity.ne.jp> has quit IRC (Ping timeout: 260 seconds)
[15:02:01] <daxroc> I mean I could bind to the CPS script context but that seems like a bad idea in general
[15:02:46] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 264 seconds)
[15:07:45] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[15:12:09] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 260 seconds)
[15:12:12] *** chrisw <chrisw!~chrisw@213.174.214.6> has joined #jenkins
[15:13:10] *** ShekharReddy <ShekharReddy!uid132367@gateway/web/irccloud.com/x-llqommitgeddlkgq> has joined #jenkins
[15:14:03] *** esberglu <esberglu!~esberglu@67-5-12-197.rstr.qwest.net> has quit IRC (Remote host closed the connection)
[15:18:21] *** srinidhi <srinidhi!~srinidhi@opensuse/member/srinidhi> has quit IRC (Quit: Leaving.)
[15:22:12] *** Amanas <Amanas!~Amanas@cpe-2606-A000-43C6-C900-1057-7350-4724-3084.dyn6.twc.com> has joined #jenkins
[15:25:22] *** Py_mona <Py_mona!~Mona@unaffiliated/kumudini> has quit IRC (Quit: Konversation terminated!)
[15:25:28] *** haminGadol <haminGadol!~eyal@dslb-178-000-045-090.178.000.pools.vodafone-ip.de> has joined #jenkins
[15:25:44] *** Py_mona <Py_mona!~Mona@unaffiliated/kumudini> has joined #jenkins
[15:26:03] <haminGadol> hey guys, I need some help with executing `sh` command that needs to interpolate a json string
[15:27:59] <haminGadol> trying to login to gcr with `docker login -u -p "<JSON_STRING>" https://gcr.io`
[15:28:11] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[15:29:09] <haminGadol> the problem is that if I interpolate the json string in the command, e.g: `... ${JSON_STRING} ...` then it remove the double quotes from the string, rendering the json invalid ...
[15:29:17] *** esberglu <esberglu!~esberglu@2620:1f7:890:4c01::31:16> has joined #jenkins
[15:29:48] <haminGadol> so after doing something like JSON_STRING.replaceAll('\\\"', '\\\\\\\"') I notice that it's removing the slashes from `\n`
[15:30:22] <haminGadol> anyway it's killing me, is there a better way to acheive this or escape a string without running `replace` on the string like that ?
[15:30:58] *** paraxial <paraxial!~paraxial@cpc111117-wiga14-2-0-cust1368.18-3.cable.virginm.net> has quit IRC (Ping timeout: 264 seconds)
[15:32:08] *** paraxial <paraxial!~paraxial@cpc111117-wiga14-2-0-cust1368.18-3.cable.virginm.net> has joined #jenkins
[15:32:34] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 260 seconds)
[15:32:35] *** h12o <h12o!~h12o@210-135-213-163.parkcity.ne.jp> has joined #jenkins
[15:34:42] *** kwhetstone_ <kwhetstone_!~kwhetston@136.56.46.187> has joined #jenkins
[15:35:11] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has joined #jenkins
[15:35:31] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[15:36:01] *** kwhetstone__ <kwhetstone__!~kwhetston@136.56.46.187> has joined #jenkins
[15:37:13] *** h12o <h12o!~h12o@210-135-213-163.parkcity.ne.jp> has quit IRC (Ping timeout: 252 seconds)
[15:37:57] <haminGadol> this is the original problem btw: https://issues.jenkins-ci.org/browse/JENKINS-46447, running `docker push` from within a k8s container doesn't work... So I'm trying to login to gcr manually
[15:37:59] <jenkins-admin> JENKINS-46447:Cannot use Image.inside w/ K8s node: DockerFingerprints.getFingerprintHash throws IAE w/ empty hash (Open) https://issues.jenkins-ci.org/browse/JENKINS-46447
[15:38:54] *** floppydh <floppydh!floppydh@gateway/vpn/privateinternetaccess/floppydh> has quit IRC (Read error: Connection reset by peer)
[15:39:34] *** floppydh <floppydh!floppydh@gateway/vpn/privateinternetaccess/floppydh> has joined #jenkins
[15:39:57] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 240 seconds)
[15:40:09] *** kwhetstone_ <kwhetstone_!~kwhetston@136.56.46.187> has quit IRC (Ping timeout: 260 seconds)
[15:40:11] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has quit IRC (Ping timeout: 265 seconds)
[15:40:42] *** villav <villav!~Thunderbi@72-54-189-186.customerip.birch.net> has joined #jenkins
[15:41:29] *** floppydh_ <floppydh_!floppydh@gateway/vpn/privateinternetaccess/floppydh> has quit IRC (Quit: WeeChat 2.0.1)
[15:41:29] *** floppydh <floppydh!floppydh@gateway/vpn/privateinternetaccess/floppydh> has quit IRC (Client Quit)
[15:42:42] *** villav <villav!~Thunderbi@72-54-189-186.customerip.birch.net> has quit IRC (Client Quit)
[15:44:37] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[15:46:14] *** kpease <kpease!~kpease@pool-96-237-103-73.bstnma.fios.verizon.net> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[15:46:21] <batmat> haminGadol: did you single single quoted strings?
[15:46:37] *** Py_mona <Py_mona!~Mona@unaffiliated/kumudini> has quit IRC (Quit: Konversation terminated!)
[15:46:44] <batmat> haminGadol: you also want to look at triple [double|single] quotes
[15:46:57] <batmat> those are really nice to avoid multiple-levels escaping
[15:46:58] *** Py_mona <Py_mona!~Mona@unaffiliated/kumudini> has joined #jenkins
[15:49:34] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 264 seconds)
[15:50:17] *** villav <villav!~Thunderbi@72-54-189-186.customerip.birch.net> has joined #jenkins
[15:51:23] *** electrofelix <electrofelix!~pelix@15.203.233.80> has quit IRC (Quit: Leaving.)
[15:52:28] <haminGadol> batmat: you mean triple quotes on the `sh` command?
[15:55:59] *** psiroky <psiroky!psiroky@redhat/jboss/psiroky> has quit IRC (Quit: https://blogs.gnome.org/markmc/2014/02/20/naked-pings/)
[15:56:16] *** kpease <kpease!~kpease@pool-96-237-103-73.bstnma.fios.verizon.net> has joined #jenkins
[15:57:13] *** ogondza <ogondza!ogondza@nat/redhat/x-xlyosccrftljnbuk> has quit IRC (Read error: Connection reset by peer)
[15:57:16] *** h12o <h12o!~h12o@210-135-213-163.parkcity.ne.jp> has joined #jenkins
[15:57:28] *** sirecote <sirecote!sirecote@rho.digitalhosting.ca> has quit IRC (Quit: "Hang Up")
[15:57:33] *** ogondza <ogondza!ogondza@nat/redhat/x-ufoujranbrlxgysx> has joined #jenkins
[15:57:33] *** ChanServ sets mode: +v ogondza
[15:58:36] *** SourTrout <SourTrout!~sourtrout@cpe-192-180-245-107.kya.res.rr.com> has joined #jenkins
[16:00:27] *** rpocase <rpocase!~rpocase@apinat.adtran.com> has quit IRC (Ping timeout: 240 seconds)
[16:01:02] *** Guest1705 <Guest1705!~samgleske@cpe-23-243-71-225.socal.res.rr.com> has quit IRC (Ping timeout: 260 seconds)
[16:01:43] *** h12o <h12o!~h12o@210-135-213-163.parkcity.ne.jp> has quit IRC (Ping timeout: 256 seconds)
[16:02:52] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[16:05:13] *** vjuranek_ <vjuranek_!vjuranek@redhat/jboss/vjuranek> has quit IRC (Ping timeout: 240 seconds)
[16:06:05] *** amundj <amundj!~textual@185.13.92.21> has quit IRC (Ping timeout: 240 seconds)
[16:06:09] *** Rapture <Rapture!~textual@50-204-232-30-static.hfc.comcastbusiness.net> has joined #jenkins
[16:06:50] *** bcc <bcc!~bcc@linaro/bcc> has quit IRC (Quit: ZNC 1.6.3+deb1 - http://znc.in)
[16:07:24] *** rpocase <rpocase!~rpocase@apinat.adtran.com> has joined #jenkins
[16:07:34] <haminGadol> triple `"` did the trick, thanks batmat !!
[16:07:38] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 256 seconds)
[16:10:33] *** robnester <robnester!~robnester@cpe-24-163-33-131.nc.res.rr.com> has quit IRC (Quit: "Wonder what this button does...?")
[16:11:06] *** bcc <bcc!~bcc@linaro/bcc> has joined #jenkins
[16:12:50] *** robnester <robnester!~robnester@cpe-24-163-33-131.nc.res.rr.com> has joined #jenkins
[16:13:01] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[16:16:00] *** rupalib <rupalib!~rbehera@c83-248-163-98.bredband.comhem.se> has quit IRC (Ping timeout: 256 seconds)
[16:16:45] *** haminGadol <haminGadol!~eyal@dslb-178-000-045-090.178.000.pools.vodafone-ip.de> has quit IRC (Quit: WeeChat 1.9.1)
[16:16:48] <batmat> haminGadol: yw. Basically, the interpolation of Groovy is the same as of the typical Shells out there
[16:16:53] *** ogondza <ogondza!ogondza@nat/redhat/x-ufoujranbrlxgysx> has quit IRC (Ping timeout: 240 seconds)
[16:16:55] <batmat> a = '$blah'
[16:16:57] *** cr3 <cr3!~cr3@207.107.68.234> has joined #jenkins
[16:17:07] <batmat> => echo $a will display $blah as is
[16:17:13] <batmat> a = "$blah"
[16:17:27] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 240 seconds)
[16:17:36] <batmat> => echo $a will end up show the *value* of $blah
[16:17:48] <batmat> since interpolated when using double quotes
[16:18:40] *** yengas <yengas!~yengas@139.59.161.254> has quit IRC (Ping timeout: 240 seconds)
[16:19:27] *** abayer <abayer!~abayer@jenkins/developer/abayer> has quit IRC (Ping timeout: 240 seconds)
[16:20:47] *** jimklimov <jimklimov!~jimklimov@31.7.243.238> has quit IRC (Read error: Connection reset by peer)
[16:21:22] *** h12o <h12o!~h12o@210-135-213-163.parkcity.ne.jp> has joined #jenkins
[16:21:22] *** jimklimov <jimklimov!~jimklimov@31.7.243.238> has joined #jenkins
[16:22:38] *** psiroky <psiroky!psiroky@redhat/jboss/psiroky> has joined #jenkins
[16:23:11] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[16:24:21] *** jockey <jockey!6ad8a168@gateway/web/freenode/ip.106.216.161.104> has joined #jenkins
[16:24:32] <jockey> Hi
[16:24:44] <jockey> I have quesry on jenkins reload option
[16:25:09] <jockey> when we reload jenkins does it affect ongoing jobs ?
[16:25:37] <jockey> I have small change for one of hte slave's ENV variable so i would like to reload in order to get this effected
[16:25:40] <jockey> please let me know
[16:26:10] *** h12o <h12o!~h12o@210-135-213-163.parkcity.ne.jp> has quit IRC (Ping timeout: 264 seconds)
[16:27:45] *** davidmichaelkarr <davidmichaelkarr!uid71216@gateway/web/irccloud.com/x-supteobbgtusyuqu> has joined #jenkins
[16:27:58] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 264 seconds)
[16:28:47] *** livingstn <livingstn!~livingstn@35.128.61.16> has joined #jenkins
[16:28:57] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[16:30:50] *** yengas <yengas!~yengas@139.59.161.254> has joined #jenkins
[16:32:52] <fwind77> does timeout include queued duration?
[16:34:05] <jockey> I havent done anything that
[16:34:12] <jockey> but now when i reload
[16:34:19] <jockey> it says jenkins is shutting down
[16:34:20] <jockey> :(
[16:35:10] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 240 seconds)
[16:36:10] *** patarr <patarr!~patarr@unaffiliated/patarr> has joined #jenkins
[16:36:36] *** jablo <jablo!~jl@80.243.123.111> has quit IRC (Quit: Leaving.)
[16:40:04] <jimklimov> jockey: do you have the backup plugin?
[16:40:26] <jimklimov> by default it tries to quiece the server to take consistent backups
[16:40:32] <jimklimov> bit us a few times :)
[16:40:54] <jimklimov> you can tell it to take whatever (possibly inconsistent) state into backup instead
[16:41:47] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[16:45:33] *** h12o <h12o!~h12o@210.135.213.163> has joined #jenkins
[16:46:39] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 260 seconds)
[16:47:12] *** jockey <jockey!6ad8a168@gateway/web/freenode/ip.106.216.161.104> has quit IRC (Quit: Page closed)
[16:50:09] *** h12o <h12o!~h12o@210.135.213.163> has quit IRC (Ping timeout: 260 seconds)
[16:51:30] *** abayer <abayer!~abayer@jenkins/developer/abayer> has joined #jenkins
[16:51:30] *** ChanServ sets mode: +o abayer
[16:52:51] *** rickardo1 <rickardo1!~rickardo1@90-224-248-148-no129.tbcn.telia.com> has joined #jenkins
[16:52:52] *** SourTrout <SourTrout!~sourtrout@cpe-192-180-245-107.kya.res.rr.com> has quit IRC (Remote host closed the connection)
[16:52:57] <rickardo1> Suddenly, out of nowhere, without any code changes the ssh-agent work in the wrong directory without the builded files that are located in project@2 and the ssh-agent is in the downloaded scm dir... previous steps works fine with build/test and so on.
[16:53:26] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[16:55:35] <rtyler> just clicked a bunch of checkboxes to upgrade Pipeline plugins which are all separate things for seemingly no good reason
[16:55:38] * rtyler grouches
[16:56:34] *** Cervator <Cervator!~Thunderbi@2601:4c1:4001:1d5d:1ca7:b954:d104:828e> has joined #jenkins
[16:58:35] *** HasanAtizaz <HasanAtizaz!~hasan@39.50.241.160> has joined #jenkins
[16:59:18] *** cmuller <cmuller!~cmuller@134.117.39.62.rev.sfr.net> has quit IRC (Quit: Leaving)
[16:59:29] *** shodan` <shodan`!~textual@37.153.215.145> has quit IRC (Ping timeout: 260 seconds)
[16:59:55] *** SourTrout <SourTrout!~sourtrout@cpe-192-180-245-107.kya.res.rr.com> has joined #jenkins
[17:00:41] *** ignatiz- <ignatiz-!~ignatiz-@188-39-108-163.static.enta.net> has joined #jenkins
[17:03:28] *** caphrim007 <caphrim007!~caphrim00@50.206.82.181> has joined #jenkins
[17:03:55] *** chrisw <chrisw!~chrisw@213.174.214.6> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[17:04:43] *** mmazing <mmazing!~mmazing@unaffiliated/mmazing> has joined #jenkins
[17:06:49] *** mbenson <mbenson!~mbenson@apache/committer/mbenson> has joined #jenkins
[17:07:49] *** loadstar81 <loadstar81!~tmast@unaffiliated/loadstar81> has joined #jenkins
[17:08:49] *** jimklimov <jimklimov!~jimklimov@31.7.243.238> has quit IRC (Ping timeout: 260 seconds)
[17:10:03] *** h12o <h12o!~h12o@210-135-213-163.parkcity.ne.jp> has joined #jenkins
[17:12:25] *** patryk_ <patryk_!~pk@projekte.imos.net> has quit IRC (Quit: Client Exiting)
[17:13:05] *** asaleh <asaleh!asaleh@nat/redhat/x-yfeoqmdrelbpbrwr> has quit IRC (Ping timeout: 240 seconds)
[17:14:37] *** h12o <h12o!~h12o@210-135-213-163.parkcity.ne.jp> has quit IRC (Ping timeout: 256 seconds)
[17:20:57] *** SourTrout <SourTrout!~sourtrout@cpe-192-180-245-107.kya.res.rr.com> has quit IRC (Ping timeout: 240 seconds)
[17:22:46] *** Anticlaus <Anticlaus!~Santiclau@209.251.144.178> has joined #jenkins
[17:23:53] *** rickardo1 <rickardo1!~rickardo1@90-224-248-148-no129.tbcn.telia.com> has quit IRC (Ping timeout: 240 seconds)
[17:27:44] *** jmill <jmill!~textual@cpe-72-182-127-13.austin.res.rr.com> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[17:29:07] *** narcan <narcan!~narcan@176-57-33-240.as16211.net> has quit IRC (Quit: Leaving)
[17:29:19] *** abhiyerra <abhiyerra!~textual@2601:645:0:5031:bdbb:af31:860d:2591> has joined #jenkins
[17:30:08] *** dougsland <dougsland!douglas@nat/redhat/x-uuaqdpdnmakvygeg> has joined #jenkins
[17:33:18] *** ams__ <ams__!uid48118@gateway/web/irccloud.com/x-bsewwppqvayuflqv> has joined #jenkins
[17:33:29] *** jmill <jmill!~textual@cpe-72-182-127-13.austin.res.rr.com> has joined #jenkins
[17:34:09] *** Py_mona <Py_mona!~Mona@unaffiliated/kumudini> has quit IRC (Ping timeout: 248 seconds)
[17:34:27] *** yengas <yengas!~yengas@139.59.161.254> has quit IRC (Ping timeout: 240 seconds)
[17:35:14] *** drulli <drulli!~ulli@jenkins/developer/drulli> has quit IRC (Quit: Leaving.)
[17:36:03] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has joined #jenkins
[17:37:12] *** zerocool_ <zerocool_!~zerocoolb@49.207.61.125> has quit IRC (Remote host closed the connection)
[17:38:17] *** chrisw <chrisw!~chrisw@94.197.121.124.threembb.co.uk> has joined #jenkins
[17:38:17] *** cliles <cliles!~cliles@50.234.208.213> has joined #jenkins
[17:40:05] *** derPlexus1 <derPlexus1!~flr@81.173.204.226> has quit IRC (Quit: Leaving.)
[17:40:20] *** brig-man <brig-man!~lbrigman@2620:107:9024:2100:a912:8372:a30c:ac3d> has quit IRC (Ping timeout: 276 seconds)
[17:40:27] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has quit IRC (Ping timeout: 240 seconds)
[17:40:34] *** psiroky <psiroky!psiroky@redhat/jboss/psiroky> has quit IRC (Ping timeout: 264 seconds)
[17:41:20] <ignatiz-> if I execute a pipeline job on a node that runs a script to restart the same node, should the job wait for the node to come back online and continue?
[17:45:57] *** chrisw <chrisw!~chrisw@94.197.121.124.threembb.co.uk> has quit IRC (Ping timeout: 240 seconds)
[17:46:06] *** h12o <h12o!~h12o@210-135-213-163.parkcity.ne.jp> has joined #jenkins
[17:51:22] *** h12o <h12o!~h12o@210-135-213-163.parkcity.ne.jp> has quit IRC (Ping timeout: 264 seconds)
[17:52:03] *** raynold <raynold!uid201163@gateway/web/irccloud.com/x-ozlrglfwvddylwjo> has joined #jenkins
[17:53:43] *** brig-man <brig-man!~lbrigman@2620:107:9024:2100:1479:d89e:efd9:9aa3> has joined #jenkins
[17:54:14] *** srinidhi <srinidhi!~srinidhi@opensuse/member/srinidhi> has joined #jenkins
[17:56:08] *** seschwar <seschwar!~seschwar@unaffiliated/seschwar> has quit IRC (Quit: :wq)
[18:05:21] *** maudat <maudat!~maudat@207.253.20.178> has quit IRC (Quit: WeeChat 1.9.1)
[18:05:37] *** lucinka <lucinka!lvotypko@nat/redhat/x-qjpiwtjxaypuihhn> has quit IRC (Ping timeout: 256 seconds)
[18:07:06] *** livingstn <livingstn!~livingstn@35.128.61.16> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[18:09:50] *** livingstn <livingstn!~livingstn@35.128.61.16> has joined #jenkins
[18:11:28] *** luc4 <luc4!~luca@83.211.28.60> has quit IRC (Quit: luc4)
[18:12:19] <SipriusPT> thanks batmat I didnt notice lool
[18:12:26] <SipriusPT> one more thing
[18:12:26] *** iocanel <iocanel!~iocanel@redhat/jboss/iocanel> has quit IRC (Ping timeout: 265 seconds)
[18:12:29] *** sparklyballs <sparklyballs!~sparklyba@unaffiliated/sparklyballs> has quit IRC (Quit: I'M MELTING !!!!!!!!!!!!!!)
[18:12:46] <SipriusPT> adding environment variables
[18:12:57] *** dougsland <dougsland!douglas@nat/redhat/x-uuaqdpdnmakvygeg> has quit IRC (Changing host)
[18:12:57] *** dougsland <dougsland!douglas@tchelinux/moderator/dougsland> has joined #jenkins
[18:13:03] *** rrutkowski <rrutkowski!~rrutkowsk@p50850BE5.dip0.t-ipconnect.de> has joined #jenkins
[18:13:44] <SipriusPT> http://prntscr.com/io5w3b
[18:14:18] <SipriusPT> I am trying to add xc8 to jenkins path
[18:15:09] <SipriusPT> and I have added in value the folder where my xc8 is
[18:15:22] *** paraxial <paraxial!~paraxial@cpc111117-wiga14-2-0-cust1368.18-3.cable.virginm.net> has quit IRC (Ping timeout: 264 seconds)
[18:15:31] <SipriusPT> but doesnt recognize
[18:18:22] *** philipgough <philipgough!~philipgou@148.252.9.234> has quit IRC (Ping timeout: 264 seconds)
[18:18:57] *** jimklimov <jimklimov!~jimklimov@ip-86-49-249-152.net.upcbroadband.cz> has joined #jenkins
[18:20:01] *** livingstn <livingstn!~livingstn@35.128.61.16> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[18:21:33] *** livingstn <livingstn!~livingstn@35.128.61.16> has joined #jenkins
[18:22:06] *** sparklyballs <sparklyballs!~sparklyba@unaffiliated/sparklyballs> has joined #jenkins
[18:22:22] *** abhiyerra <abhiyerra!~textual@2601:645:0:5031:bdbb:af31:860d:2591> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[18:22:26] *** h12o <h12o!~h12o@210-135-213-163.parkcity.ne.jp> has joined #jenkins
[18:22:56] *** jri_ <jri_!~jri@pat-address.sciences-po.fr> has quit IRC ()
[18:23:44] *** Praxi <Praxi!uid44918@gateway/web/irccloud.com/x-jdspqhtxhornavgq> has joined #jenkins
[18:24:48] *** livingstn <livingstn!~livingstn@35.128.61.16> has quit IRC (Client Quit)
[18:24:51] *** jimklimov <jimklimov!~jimklimov@ip-86-49-249-152.net.upcbroadband.cz> has quit IRC (Read error: Connection reset by peer)
[18:25:54] *** iocanel <iocanel!~iocanel@redhat/jboss/iocanel> has joined #jenkins
[18:25:55] *** jimklimov <jimklimov!~jimklimov@ip-86-49-249-152.net.upcbroadband.cz> has joined #jenkins
[18:27:34] *** h12o <h12o!~h12o@210-135-213-163.parkcity.ne.jp> has quit IRC (Ping timeout: 260 seconds)
[18:28:58] *** paraxial <paraxial!~paraxial@cpc111117-wiga14-2-0-cust1368.18-3.cable.virginm.net> has joined #jenkins
[18:30:27] *** livingstn <livingstn!~livingstn@35.128.61.16> has joined #jenkins
[18:30:37] *** livingstn <livingstn!~livingstn@35.128.61.16> has quit IRC (Client Quit)
[18:30:54] *** grdryn <grdryn!~gerardrya@fedora/gearoid> has quit IRC (Quit: WeeChat 2.0.1)
[18:35:27] *** pjanouse <pjanouse!~pjanouse@gw06.netfree.cz> has quit IRC (Ping timeout: 240 seconds)
[18:35:59] *** moas <moas!~moas@62.129.12.82> has quit IRC (Remote host closed the connection)
[18:36:07] *** bmurt <bmurt!~hmm@216.164.232.97> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[18:40:29] *** samrocketman <samrocketman!~samgleske@cpe-23-243-71-225.socal.res.rr.com> has joined #jenkins
[18:40:54] *** samrocketman is now known as Guest5736
[18:41:46] *** kpease <kpease!~kpease@pool-96-237-103-73.bstnma.fios.verizon.net> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[18:41:55] *** hbautista <hbautista!~hbautista@189.201.191.13> has joined #jenkins
[18:42:08] *** bmurt <bmurt!~hmm@216.164.232.97> has joined #jenkins
[18:45:22] *** jimklimov <jimklimov!~jimklimov@ip-86-49-249-152.net.upcbroadband.cz> has quit IRC (Ping timeout: 264 seconds)
[18:46:18] *** fandi <fandi!~fandi@112.78.178.4> has joined #jenkins
[18:46:55] *** h12o <h12o!~h12o@210-135-213-163.parkcity.ne.jp> has joined #jenkins
[18:49:59] *** antgel <antgel!~topdog@213.57.83.154> has quit IRC (Ping timeout: 276 seconds)
[18:51:05] *** h12o <h12o!~h12o@210-135-213-163.parkcity.ne.jp> has quit IRC (Ping timeout: 240 seconds)
[18:53:10] *** iocanel <iocanel!~iocanel@redhat/jboss/iocanel> has quit IRC (Ping timeout: 264 seconds)
[18:53:33] *** kpease <kpease!~kpease@pool-96-237-103-73.bstnma.fios.verizon.net> has joined #jenkins
[18:53:52] <kus> what is my webroot? I need it to get the letsencrypt certificate
[18:54:09] <kus> I am using jenkins weekly on debian
[18:55:31] <rtyler> kus: letsencrypt won't work properly with a Jenkins just serving itself, and I don't recommend using Jenkins to terminate SSL
[18:55:44] <rtyler> if you reverse proxy from nginx to jenkins, it's muchmuch easier to handle letsencrypt
[18:56:28] *** kpease <kpease!~kpease@pool-96-237-103-73.bstnma.fios.verizon.net> has quit IRC (Client Quit)
[18:57:13] <kus> I have apache reverse proxy so jenkins serves 8080 but I can see it on port 80 so I think proxy is working?
[18:59:28] <Slide-O-Mix> jenkins-admin: host hosting-518
[18:59:28] <jenkins-admin> Approving hosting request HOSTING-518
[18:59:30] <jenkins-admin> HOSTING-518:GPRbuild Build Step (To Do) https://issues.jenkins-ci.org/browse/HOSTING-518
[18:59:31] <jenkins-admin> Forking gprbuild-plugin
[18:59:41] <jenkins-admin> Created https://github.com/jenkinsci/gprbuild-plugin
[18:59:47] <jenkins-admin> Added FeBrex as a GitHub committer for repository gprbuild-plugin
[18:59:48] <jenkins-admin> Adding a new JIRA subcomponent gprbuild-plugin to the JENKINS project, owned by febrex
[18:59:49] <jenkins-admin> New component created. URL is https://issues.jenkins-ci.org/rest/api/2/component/23522
[18:59:53] <jenkins-admin> Hosting setup complete
[19:00:39] <rtyler> kus: yeah, then totally just do the normal apache + letsencrypt set up
[19:01:28] *** iocanel <iocanel!~iocanel@redhat/jboss/iocanel> has joined #jenkins
[19:01:52] *** fridim <fridim!~fridim@56-198-190-109.dsl.ovh.fr> has quit IRC (Ping timeout: 260 seconds)
[19:02:00] <kus> certbot asks me Input the webroot for jenkins.liftrocket.com: (Enter 'c' to cancel)
[19:02:51] <kus> here's my conf https://hastebin.com/uqoqiburox.conf
[19:03:10] <rtyler> that's whatever the virtualhost's docroot is going to be
[19:03:15] <rtyler> which is not a jenkins configuration but rather an apache one
[19:03:24] *** Stormmore <Stormmore!~stormmore@71-6-10-107.static-ip.telepacific.net> has joined #jenkins
[19:04:09] *** kpease <kpease!~kpease@pool-96-237-103-73.bstnma.fios.verizon.net> has joined #jenkins
[19:06:28] *** moas <moas!~moas@62.129.12.82> has joined #jenkins
[19:08:39] <kus> but there is no document root in apache I am just doing a proxy pass
[19:08:40] *** zxc <zxc!~zcv@130.61.51.115> has quit IRC (Remote host closed the connection)
[19:08:54] *** zxc <zxc!~zcv@130.61.51.115> has joined #jenkins
[19:09:29] *** ShekharReddy <ShekharReddy!uid132367@gateway/web/irccloud.com/x-llqommitgeddlkgq> has quit IRC ()
[19:11:13] *** moas <moas!~moas@62.129.12.82> has quit IRC (Ping timeout: 248 seconds)
[19:11:40] *** venmx <venmx!~pactadmin@5.148.135.222> has quit IRC (Ping timeout: 256 seconds)
[19:12:28] *** vjacob <vjacob!~vjacob@82.211.238.64> has joined #jenkins
[19:15:37] *** fwind77 <fwind77!~steven@89.100.106.33> has quit IRC (Ping timeout: 245 seconds)
[19:15:45] *** abayer <abayer!~abayer@jenkins/developer/abayer> has quit IRC (Ping timeout: 265 seconds)
[19:19:31] *** abayer <abayer!~abayer@jenkins/developer/abayer> has joined #jenkins
[19:19:31] *** ChanServ sets mode: +o abayer
[19:19:53] *** suhdood <suhdood!~Thaelim@2601:4a:c101:d1de:e8d5:2122:85ba:58cd> has joined #jenkins
[19:20:05] *** minionofgozer <minionofgozer!~minionofg@136.62.5.236> has quit IRC (Ping timeout: 240 seconds)
[19:22:20] *** kpease <kpease!~kpease@pool-96-237-103-73.bstnma.fios.verizon.net> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[19:23:04] *** h12o <h12o!~h12o@210-135-213-163.parkcity.ne.jp> has joined #jenkins
[19:23:21] *** krys <krys!~krys@124.197.54.240> has joined #jenkins
[19:25:34] *** _ADN_ <_ADN_!~username@5.148.34.186> has quit IRC (Ping timeout: 264 seconds)
[19:25:57] *** krys_ <krys_!~krys@122-56-200-215.mobile.spark.co.nz> has quit IRC (Ping timeout: 240 seconds)
[19:27:50] *** h12o <h12o!~h12o@210-135-213-163.parkcity.ne.jp> has quit IRC (Ping timeout: 265 seconds)
[19:28:00] *** kpease <kpease!~kpease@pool-96-237-103-73.bstnma.fios.verizon.net> has joined #jenkins
[19:28:56] *** TomTom <TomTom!uid45892@gateway/web/irccloud.com/x-hylgasjjpxnrwubj> has quit IRC (Quit: Connection closed for inactivity)
[19:30:17] *** hkais <hkais!~xenoadmin@p3E9E8453.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 276 seconds)
[19:30:22] *** igordeagostin <igordeagostin!aafef566@gateway/web/freenode/ip.170.254.245.102> has joined #jenkins
[19:30:37] <igordeagostin> hello
[19:30:41] <igordeagostin> i need help
[19:30:52] <igordeagostin> Can someone help me?
[19:31:55] *** abhiyerra <abhiyerra!~textual@184-23-26-164.dsl.dynamic.fusionbroadband.com> has joined #jenkins
[19:32:04] <igordeagostin> hello
[19:32:04] *** rubdos <rubdos!~rubdos@84-198-89-1.access.telenet.be> has quit IRC (Read error: Connection reset by peer)
[19:32:10] <igordeagostin> i need help
[19:34:09] <kus> just ask your question friend
[19:36:54] *** rubdos <rubdos!~rubdos@ptr-1uzevqefjgxdm5wv65h.18120a2.ip6.access.telenet.be> has joined #jenkins
[19:37:00] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has joined #jenkins
[19:39:05] *** patarr <patarr!~patarr@unaffiliated/patarr> has quit IRC (Ping timeout: 240 seconds)
[19:39:28] *** dmone <dmone!~dmone@195.46.31.29> has quit IRC (Quit: Leaving)
[19:39:54] *** Cervator is now known as Cerv_afk
[19:40:01] *** patarr <patarr!~patarr@unaffiliated/patarr> has joined #jenkins
[19:41:27] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has quit IRC (Ping timeout: 240 seconds)
[19:44:22] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[19:47:15] *** bmurt <bmurt!~hmm@216.164.232.97> has quit IRC (Ping timeout: 268 seconds)
[19:47:44] *** h12o <h12o!~h12o@210-135-213-163.parkcity.ne.jp> has joined #jenkins
[19:50:20] *** patarr <patarr!~patarr@unaffiliated/patarr> has quit IRC (Ping timeout: 256 seconds)
[19:51:43] *** drulli <drulli!~ulli@jenkins/developer/drulli> has joined #jenkins
[19:51:43] *** ChanServ sets mode: +v drulli
[19:52:11] *** h12o <h12o!~h12o@210-135-213-163.parkcity.ne.jp> has quit IRC (Ping timeout: 268 seconds)
[19:54:12] *** kfu <kfu!~kfu@unaffiliated/kfu> has quit IRC (Quit: Leaving)
[19:55:43] *** ky13_ <ky13_!~ky13_@207.141.65.5> has joined #jenkins
[19:55:49] *** patarr <patarr!~patarr@unaffiliated/patarr> has joined #jenkins
[19:59:11] <igordeagostin> hello
[19:59:28] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has quit IRC (Remote host closed the connection)
[19:59:41] *** igordeagostin <igordeagostin!aafef566@gateway/web/freenode/ip.170.254.245.102> has quit IRC (Quit: Page closed)
[20:00:50] *** errst <errst!~errst@88.232.175.182> has quit IRC (Ping timeout: 276 seconds)
[20:02:15] *** newhouse <newhouse!~newhouse@162.33.165.83.dynamic.reverse-mundo-r.com> has joined #jenkins
[20:06:48] *** ogondza <ogondza!~ogondza@78.157.139.98> has joined #jenkins
[20:06:48] *** ChanServ sets mode: +v ogondza
[20:09:35] *** hbautista <hbautista!~hbautista@189.201.191.13> has quit IRC (Ping timeout: 240 seconds)
[20:10:22] *** robbbe <robbbe!~robelliso@81.145.172.185> has quit IRC (Ping timeout: 265 seconds)
[20:10:34] *** Guest5736 <Guest5736!~samgleske@cpe-23-243-71-225.socal.res.rr.com> has quit IRC (Ping timeout: 264 seconds)
[20:11:26] *** minionofgozer <minionofgozer!~minionofg@136.62.5.236> has joined #jenkins
[20:11:48] *** h12o <h12o!~h12o@210-135-213-163.parkcity.ne.jp> has joined #jenkins
[20:14:00] *** ogondza <ogondza!~ogondza@78.157.139.98> has quit IRC (Ping timeout: 256 seconds)
[20:16:01] *** firemanxbr <firemanxbr!~firemanxb@2a00:1028:83a0:191e:b37e:981e:b4c0:3c0d> has quit IRC (Quit: Leaving)
[20:16:16] *** h12o <h12o!~h12o@210-135-213-163.parkcity.ne.jp> has quit IRC (Ping timeout: 256 seconds)
[20:18:14] *** ogondza <ogondza!~ogondza@78.157.139.98> has joined #jenkins
[20:18:14] *** ChanServ sets mode: +v ogondza
[20:19:26] *** udara28 <udara28!82659a44@gateway/web/freenode/ip.130.101.154.68> has joined #jenkins
[20:19:40] *** antgel <antgel!~topdog@77.125.53.49> has joined #jenkins
[20:21:00] *** rupalib <rupalib!~rbehera@c83-248-163-98.bredband.comhem.se> has joined #jenkins
[20:24:55] *** drulli <drulli!~ulli@jenkins/developer/drulli> has quit IRC (Quit: Leaving.)
[20:25:27] *** HasanAtizaz <HasanAtizaz!~hasan@39.50.241.160> has quit IRC (Ping timeout: 240 seconds)
[20:26:28] *** abayer <abayer!~abayer@jenkins/developer/abayer> has quit IRC (Ping timeout: 256 seconds)
[20:27:49] *** newhouse <newhouse!~newhouse@162.33.165.83.dynamic.reverse-mundo-r.com> has quit IRC (Read error: Connection reset by peer)
[20:27:58] *** abayer <abayer!~abayer@jenkins/developer/abayer> has joined #jenkins
[20:27:58] *** ChanServ sets mode: +o abayer
[20:29:01] *** ewelinawilkosz <ewelinawilkosz!~ewelinawi@212.27.19.106.bredband.3.dk> has joined #jenkins
[20:30:01] *** loadstar81 <loadstar81!~tmast@unaffiliated/loadstar81> has quit IRC (Quit: Lost terminal)
[20:30:13] *** drulli <drulli!~ulli@jenkins/developer/drulli> has joined #jenkins
[20:30:13] *** ChanServ sets mode: +v drulli
[20:31:34] *** ogondza <ogondza!~ogondza@78.157.139.98> has quit IRC (Ping timeout: 264 seconds)
[20:35:52] *** h12o <h12o!~h12o@210-135-213-163.parkcity.ne.jp> has joined #jenkins
[20:37:03] *** samrocketman <samrocketman!~samgleske@cpe-23-243-71-225.socal.res.rr.com> has joined #jenkins
[20:37:26] *** samrocketman is now known as Guest10896
[20:37:48] *** rupalib <rupalib!~rbehera@c83-248-163-98.bredband.comhem.se> has quit IRC (Ping timeout: 256 seconds)
[20:37:52] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[20:40:54] *** h12o <h12o!~h12o@210-135-213-163.parkcity.ne.jp> has quit IRC (Ping timeout: 268 seconds)
[20:41:21] *** philipgough <philipgough!~philipgou@109.78.186.239> has joined #jenkins
[20:42:08] *** pezh0r3 <pezh0r3!41c513f3@gateway/web/freenode/ip.65.197.19.243> has quit IRC (Quit: Page closed)
[20:42:22] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 264 seconds)
[20:46:57] *** HasanAtizaz <HasanAtizaz!~hasan@39.50.161.224> has joined #jenkins
[20:47:05] *** suhdood <suhdood!~Thaelim@2601:4a:c101:d1de:e8d5:2122:85ba:58cd> has quit IRC (Remote host closed the connection)
[20:47:29] *** ogondza <ogondza!~ogondza@78.157.139.98> has joined #jenkins
[20:47:29] *** ChanServ sets mode: +v ogondza
[20:47:56] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[20:48:07] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has joined #jenkins
[20:51:52] *** samrocketman <samrocketman!~samgleske@cpe-23-243-71-225.socal.res.rr.com> has joined #jenkins
[20:52:16] *** samrocketman is now known as Guest29935
[20:52:27] *** drulli <drulli!~ulli@jenkins/developer/drulli> has quit IRC (Quit: Leaving.)
[20:52:33] *** Guest10896 <Guest10896!~samgleske@cpe-23-243-71-225.socal.res.rr.com> has quit IRC (Read error: Connection reset by peer)
[20:53:33] *** HazWard <HazWard!c028efb2@gateway/web/freenode/ip.192.40.239.178> has joined #jenkins
[20:53:46] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has quit IRC (Ping timeout: 264 seconds)
[20:53:55] *** HasanAtizaz <HasanAtizaz!~hasan@39.50.161.224> has quit IRC (Ping timeout: 256 seconds)
[20:54:50] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[20:54:58] *** ogondza <ogondza!~ogondza@78.157.139.98> has quit IRC (Ping timeout: 264 seconds)
[20:56:09] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has joined #jenkins
[20:56:46] *** SourTrout <SourTrout!~sourtrout@h177.171.21.98.dynamic.ip.windstream.net> has joined #jenkins
[20:57:53] <HazWard> Hello I did some modifications to the JNLP image but when I'm using the kubernetes plugin it seems like some of my changes are not there. I copy some files to /home/jenkins/.ssh and when I run the image I can see the files but when using the jenkins plugin for some reason the files are not present (even the folder isn't there)
[20:58:18] <HazWard> Is the plugin doing anything before starting the image?
[20:59:14] *** abhiyerra <abhiyerra!~textual@184-23-26-164.dsl.dynamic.fusionbroadband.com> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[21:00:14] *** SourTrout <SourTrout!~sourtrout@h177.171.21.98.dynamic.ip.windstream.net> has quit IRC (Remote host closed the connection)
[21:00:30] *** SourTrout <SourTrout!~sourtrout@h177.171.21.98.dynamic.ip.windstream.net> has joined #jenkins
[21:00:58] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has quit IRC (Ping timeout: 264 seconds)
[21:01:19] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has joined #jenkins
[21:01:34] *** rrutkowski <rrutkowski!~rrutkowsk@p50850BE5.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 260 seconds)
[21:01:48] *** phyber <phyber!~phyber@unaffiliated/phyber> has quit IRC (Quit: .)
[21:02:33] *** SourTrout <SourTrout!~sourtrout@h177.171.21.98.dynamic.ip.windstream.net> has quit IRC (Client Quit)
[21:04:17] *** philipgough <philipgough!~philipgou@109.78.186.239> has quit IRC (Remote host closed the connection)
[21:05:12] *** phyber <phyber!~phyber@unaffiliated/phyber> has joined #jenkins
[21:08:34] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[21:08:54] *** nodslongloball <nodslongloball!a9827c26@gateway/web/freenode/ip.169.130.124.38> has joined #jenkins
[21:09:17] <nodslongloball> hey all, I'm currently seeing "java.lang.NoSuchMethodError: No such DSL method"
[21:09:38] <nodslongloball> when I try to use a step I have in my global library, under ./vars/stepname.groovy
[21:10:04] *** ky13_ <ky13_!~ky13_@207.141.65.5> has quit IRC (Remote host closed the connection)
[21:10:16] <nodslongloball> any pointers on what I'm doing wrong? I thought anything under there could be referenced by my pipelines
[21:10:51] *** abhiyerra <abhiyerra!~textual@2601:645:0:5031:fd9d:ee6:f6a4:281> has joined #jenkins
[21:11:22] *** predmijat <predmijat!~predmijat@cable-89-216-20-68.static.sbb.rs> has quit IRC (Quit: bye)
[21:13:10] *** predmijat <predmijat!~predmijat@cable-89-216-20-68.static.sbb.rs> has joined #jenkins
[21:16:40] <nodslongloball> I changed the filename to be camecase _just_ in case but same problem
[21:16:49] <Anticlaus> Are you including the library?
[21:17:30] *** ogondza <ogondza!~ogondza@78.157.139.98> has joined #jenkins
[21:17:30] *** ChanServ sets mode: +v ogondza
[21:20:00] *** caphrim007 <caphrim007!~caphrim00@50.206.82.181> has quit IRC ()
[21:23:05] *** venmx <venmx!~pactadmin@82.132.187.163> has joined #jenkins
[21:24:03] <nodslongloball> I'm an idiot.
[21:24:07] <nodslongloball> thanks Anticlaus !
[21:24:09] <nodslongloball> :)
[21:24:36] *** h12o <h12o!~h12o@210-135-213-163.parkcity.ne.jp> has joined #jenkins
[21:25:05] *** ldnunes <ldnunes!~ldnunes_@181.220.79.73> has quit IRC (Read error: Connection reset by peer)
[21:25:20] *** robbbe <robbbe!~robelliso@host86-178-172-173.range86-178.btcentralplus.com> has joined #jenkins
[21:25:46] *** ldnunes <ldnunes!~ldnunes_@181.220.79.73> has joined #jenkins
[21:25:53] *** davehunt_ <davehunt_!~davehunt@88.97.12.57> has quit IRC (Quit: Leaving...)
[21:27:30] *** HasanAtizaz <HasanAtizaz!~hasan@39.50.239.205> has joined #jenkins
[21:29:38] *** h12o <h12o!~h12o@210-135-213-163.parkcity.ne.jp> has quit IRC (Ping timeout: 265 seconds)
[21:32:01] *** HasanAtizaz <HasanAtizaz!~hasan@39.50.239.205> has quit IRC (Ping timeout: 248 seconds)
[21:33:39] *** Phylock <Phylock!~Phylock@D4709623.rev.sefiber.dk> has joined #jenkins
[21:34:09] *** ewelinaw_ <ewelinaw_!~ewelinawi@customer5.sundbynet.dk> has joined #jenkins
[21:37:38] *** ewelinawilkosz <ewelinawilkosz!~ewelinawi@212.27.19.106.bredband.3.dk> has quit IRC (Ping timeout: 268 seconds)
[21:37:48] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has joined #jenkins
[21:38:03] *** rupalib <rupalib!~rbehera@c83-248-163-98.bredband.comhem.se> has joined #jenkins
[21:38:10] *** udara28 <udara28!82659a44@gateway/web/freenode/ip.130.101.154.68> has quit IRC (Ping timeout: 260 seconds)
[21:39:28] *** abhiyerra <abhiyerra!~textual@2601:645:0:5031:fd9d:ee6:f6a4:281> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[21:39:29] *** lfitzgerald <lfitzgerald!~lfitzgera@redhat/jboss/lfitzgerald> has quit IRC (Ping timeout: 260 seconds)
[21:40:59] *** venmx <venmx!~pactadmin@82.132.187.163> has quit IRC (Remote host closed the connection)
[21:41:10] *** ky13_ <ky13_!~ky13_@207.141.65.5> has joined #jenkins
[21:42:27] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has quit IRC (Ping timeout: 240 seconds)
[21:45:29] *** k6ask <k6ask!42cfc962@gateway/web/freenode/ip.66.207.201.98> has joined #jenkins
[21:45:54] *** ky13_ <ky13_!~ky13_@207.141.65.5> has quit IRC (Ping timeout: 260 seconds)
[21:46:29] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[21:46:37] *** srinidhi <srinidhi!~srinidhi@opensuse/member/srinidhi> has quit IRC (Ping timeout: 256 seconds)
[21:47:13] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[21:49:01] *** h12o <h12o!~h12o@210-135-213-163.parkcity.ne.jp> has joined #jenkins
[21:49:39] *** ewelinaw_ <ewelinaw_!~ewelinawi@customer5.sundbynet.dk> has quit IRC (Ping timeout: 256 seconds)
[21:52:32] *** TinkerTyper <TinkerTyper!~putneyj@75-8-78-151.lightspeed.rlghnc.sbcglobal.net> has quit IRC (Read error: Connection reset by peer)
[21:53:48] *** h12o <h12o!~h12o@210-135-213-163.parkcity.ne.jp> has quit IRC (Ping timeout: 265 seconds)
[21:54:23] *** TinkerTyper <TinkerTyper!~putneyj@75-8-78-151.lightspeed.rlghnc.sbcglobal.net> has joined #jenkins
[21:55:22] *** jenkinsdevvv <jenkinsdevvv!d47102a1@gateway/web/freenode/ip.212.113.2.161> has joined #jenkins
[21:55:23] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has quit IRC (Remote host closed the connection)
[21:56:01] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has joined #jenkins
[21:57:03] *** k6ask <k6ask!42cfc962@gateway/web/freenode/ip.66.207.201.98> has quit IRC (Quit: Page closed)
[21:59:43] *** bmurt <bmurt!~hmm@216.164.232.97> has joined #jenkins
[22:00:17] *** Flotho66 <Flotho66!~florent@bch66-4-88-174-59-47.fbx.proxad.net> has joined #jenkins
[22:01:46] *** sabre1041 <sabre1041!~sabre1041@ip-64-134-29-175.public.wayport.net> has quit IRC (Remote host closed the connection)
[22:05:38] *** vjacob <vjacob!~vjacob@82.211.238.64> has quit IRC (Ping timeout: 256 seconds)
[22:08:25] *** ky13_ <ky13_!~ky13_@207.141.65.5> has joined #jenkins
[22:10:53] *** rupalib <rupalib!~rbehera@c83-248-163-98.bredband.comhem.se> has quit IRC (Ping timeout: 240 seconds)
[22:11:20] *** ky13_ <ky13_!~ky13_@207.141.65.5> has quit IRC (Remote host closed the connection)
[22:11:54] *** ky13_ <ky13_!~ky13_@207.141.65.5> has joined #jenkins
[22:11:56] *** caphrim007 <caphrim007!~caphrim00@50.206.82.181> has joined #jenkins
[22:14:21] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has quit IRC (Remote host closed the connection)
[22:15:07] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has joined #jenkins
[22:15:20] *** dumyan <dumyan!~dumyan@81-233-86-30-no74.tbcn.telia.com> has joined #jenkins
[22:19:20] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has quit IRC (Remote host closed the connection)
[22:19:35] *** recampbe_ <recampbe_!~recampbel@cpe-70-121-88-218.austin.res.rr.com> has joined #jenkins
[22:23:40] *** PettanShoutaKun <PettanShoutaKun!a2df237e@gateway/web/freenode/ip.162.223.35.126> has joined #jenkins
[22:24:38] *** HazWard <HazWard!c028efb2@gateway/web/freenode/ip.192.40.239.178> has quit IRC (Quit: Page closed)
[22:27:57] *** krys <krys!~krys@124.197.54.240> has quit IRC (Ping timeout: 240 seconds)
[22:29:09] *** ams__ <ams__!uid48118@gateway/web/irccloud.com/x-bsewwppqvayuflqv> has quit IRC (Quit: Connection closed for inactivity)
[22:30:34] *** robbbe <robbbe!~robelliso@host86-178-172-173.range86-178.btcentralplus.com> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[22:31:02] *** jablo <jablo!~jl@80-62-117-140-mobile.dk.customer.tdc.net> has joined #jenkins
[22:31:02] *** drulli <drulli!~ulli@jenkins/developer/drulli> has joined #jenkins
[22:31:02] *** ChanServ sets mode: +v drulli
[22:31:04] *** drulli <drulli!~ulli@jenkins/developer/drulli> has quit IRC (Client Quit)
[22:31:22] *** moas <moas!~moas@62.129.12.82> has joined #jenkins
[22:32:17] *** ogondza <ogondza!~ogondza@78.157.139.98> has quit IRC (Ping timeout: 245 seconds)
[22:33:25] *** robbbe <robbbe!~robelliso@host86-178-172-173.range86-178.btcentralplus.com> has joined #jenkins
[22:33:45] *** robbbe <robbbe!~robelliso@host86-178-172-173.range86-178.btcentralplus.com> has quit IRC (Client Quit)
[22:34:34] *** robbbe <robbbe!~robelliso@host86-178-172-173.range86-178.btcentralplus.com> has joined #jenkins
[22:34:34] *** robbbe <robbbe!~robelliso@host86-178-172-173.range86-178.btcentralplus.com> has quit IRC (Client Quit)
[22:35:04] *** robbbe <robbbe!~robelliso@host86-178-172-173.range86-178.btcentralplus.com> has joined #jenkins
[22:35:23] *** robbbe <robbbe!~robelliso@host86-178-172-173.range86-178.btcentralplus.com> has quit IRC (Client Quit)
[22:35:38] *** psiroky <psiroky!~psiroky@redhat/jboss/psiroky> has joined #jenkins
[22:35:48] *** moas <moas!~moas@62.129.12.82> has quit IRC (Ping timeout: 256 seconds)
[22:35:48] *** jablo <jablo!~jl@80-62-117-140-mobile.dk.customer.tdc.net> has quit IRC (Ping timeout: 256 seconds)
[22:39:42] *** abhiyerra <abhiyerra!~textual@2601:645:0:5031:fd9d:ee6:f6a4:281> has joined #jenkins
[22:44:12] *** Phylock <Phylock!~Phylock@D4709623.rev.sefiber.dk> has quit IRC (Read error: Connection reset by peer)
[22:45:21] *** Phylock <Phylock!~Phylock@D4709623.rev.sefiber.dk> has joined #jenkins
[22:47:51] *** _ADN_ <_ADN_!~username@2a02:c7d:5e18:200:2503:cb24:2626:f969> has joined #jenkins
[22:48:24] *** iocanel <iocanel!~iocanel@redhat/jboss/iocanel> has quit IRC (Quit: WeeChat 2.0.1)
[22:49:55] *** dumyan <dumyan!~dumyan@81-233-86-30-no74.tbcn.telia.com> has quit IRC (Quit: WeeChat 2.0-dev)
[22:50:11] *** cr3 <cr3!~cr3@207.107.68.234> has quit IRC (Quit: leaving)
[22:50:30] *** jenkinsdevvv <jenkinsdevvv!d47102a1@gateway/web/freenode/ip.212.113.2.161> has quit IRC (Ping timeout: 260 seconds)
[22:52:08] *** ky13_ <ky13_!~ky13_@207.141.65.5> has quit IRC (Remote host closed the connection)
[22:52:44] *** nsizemor <nsizemor!~Thunderbi@192.92.122.128> has quit IRC (Quit: nsizemor)
[22:55:12] *** rpocase <rpocase!~rpocase@apinat.adtran.com> has quit IRC (Ping timeout: 245 seconds)
[22:55:46] *** kojiro <kojiro!~ganryu@gentoo/contributor/kojiro> has joined #jenkins
[22:56:54] <kojiro> Hi, I would like to trigger a build if changes in a PR affect certain files in the PR. Any suggestions how to go about that?
[22:57:46] *** kus <kus!~kus@pool-96-234-34-194.nwrknj.fios.verizon.net> has quit IRC (Remote host closed the connection)
[22:59:00] *** abayer <abayer!~abayer@jenkins/developer/abayer> has quit IRC (Quit: Leaving.)
[22:59:03] *** villav <villav!~Thunderbi@72-54-189-186.customerip.birch.net> has quit IRC (Quit: I'm out)
[22:59:21] *** abayer <abayer!~abayer@jenkins/developer/abayer> has joined #jenkins
[22:59:21] *** ChanServ sets mode: +o abayer
[23:01:30] <tang^> have pipeline do the work of checking on the file after the job has been triggered
[23:02:17] *** StarWarsFan is now known as StarWarsFan|afk
[23:07:54] *** ky13_ <ky13_!~ky13_@207.141.65.5> has joined #jenkins
[23:09:41] *** krys <krys!~krys@124.197.54.240> has joined #jenkins
[23:10:16] *** moas <moas!~moas@62.129.12.82> has joined #jenkins
[23:14:27] *** moas <moas!~moas@62.129.12.82> has quit IRC (Ping timeout: 240 seconds)
[23:17:16] *** rpocase <rpocase!~rpocase@136.53.1.49> has joined #jenkins
[23:20:24] *** jmill <jmill!~textual@cpe-72-182-127-13.austin.res.rr.com> has quit IRC (Ping timeout: 260 seconds)
[23:20:37] *** rodrigc <rodrigc!34073bf2@gateway/web/freenode/ip.52.7.59.242> has joined #jenkins
[23:23:53] *** krys <krys!~krys@124.197.54.240> has quit IRC (Ping timeout: 240 seconds)
[23:24:00] *** rodrigc <rodrigc!34073bf2@gateway/web/freenode/ip.52.7.59.242> has left #jenkins
[23:24:26] <kojiro> Thinking about how to get that information within the pipeline: would using environment variables to determine the current HEAD and the PR target branch HEAD, and compare the changed files using regular git client syntax be the best way?
[23:24:42] <kojiro> Or does pipeline/groovy have a way?
[23:30:28] *** ldnunes <ldnunes!~ldnunes_@181.220.79.73> has quit IRC (Ping timeout: 265 seconds)
[23:34:19] *** mmazing <mmazing!~mmazing@unaffiliated/mmazing> has quit IRC (Quit: Leaving)
[23:35:19] *** esberglu <esberglu!~esberglu@2620:1f7:890:4c01::31:16> has quit IRC (Remote host closed the connection)
[23:36:03] *** Cerv_afk is now known as Cervator
[23:37:03] *** krys <krys!~krys@124.197.54.240> has joined #jenkins
[23:38:41] *** jablo <jablo!~jl@80-62-117-140-mobile.dk.customer.tdc.net> has joined #jenkins
[23:38:46] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has joined #jenkins
[23:40:24] *** tang^ <tang^!~tang@ec2-52-72-195-18.compute-1.amazonaws.com> has quit IRC (Quit: ZNC 1.6.5 - http://znc.in)
[23:40:36] *** shawn_ges <shawn_ges!~shawn@184.71.43.30> has joined #jenkins
[23:41:24] *** tang^ <tang^!~tang@ec2-52-72-195-18.compute-1.amazonaws.com> has joined #jenkins
[23:41:53] *** dougsland <dougsland!douglas@tchelinux/moderator/dougsland> has quit IRC (Ping timeout: 240 seconds)
[23:42:21] <shawn_ges> Hitting a mental block. We have a WebA project (magento website), and a TestA project (nightwatch.js based end to end testing of the magento site. We have a deployment job for WebA that basically ssh's to the target server and runs a command that will do a git update.
[23:42:47] <shawn_ges> via a simple script
[23:42:49] *** abhiyerra <abhiyerra!~textual@2601:645:0:5031:fd9d:ee6:f6a4:281> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[23:43:20] *** moas <moas!~moas@62.129.12.82> has joined #jenkins
[23:43:22] <shawn_ges> Now I need to integrate the TestA project into our deployment system. I'm not finding anything on Google that would indicate how to do this - just lots that says it can (and should) be done...
[23:43:27] *** dijksterhuis <dijksterhuis!~dijksterh@cpc105066-sgyl40-2-0-cust203.18-2.cable.virginm.net> has quit IRC (Ping timeout: 240 seconds)
[23:43:27] <shawn_ges> Any tips?
[23:44:13] *** Rapture <Rapture!~textual@50-204-232-30-static.hfc.comcastbusiness.net> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[23:44:35] <shawn_ges> At the moment our deploy jobs are freestyle projects with "execute shell" commands for the build step.
[23:46:47] *** tang^ <tang^!~tang@ec2-52-72-195-18.compute-1.amazonaws.com> has quit IRC (Quit: ZNC 1.6.5 - http://znc.in)
[23:47:34] *** tang^ <tang^!~tang@ec2-52-72-195-18.compute-1.amazonaws.com> has joined #jenkins
[23:48:15] *** newhouse <newhouse!~newhouse@162.33.165.83.dynamic.reverse-mundo-r.com> has joined #jenkins
[23:48:22] *** moas <moas!~moas@62.129.12.82> has quit IRC (Ping timeout: 268 seconds)
[23:50:54] *** esberglu <esberglu!~esberglu@67-5-12-197.rstr.qwest.net> has joined #jenkins
[23:57:27] *** bmurt <bmurt!~hmm@216.164.232.97> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[23:57:37] *** Anticlaus <Anticlaus!~Santiclau@209.251.144.178> has quit IRC (Ping timeout: 248 seconds)
[23:57:57] *** patarr <patarr!~patarr@unaffiliated/patarr> has quit IRC (Ping timeout: 264 seconds)
[23:58:22] *** bmurt <bmurt!~hmm@216.164.232.97> has joined #jenkins
[23:58:38] *** patarr <patarr!~patarr@unaffiliated/patarr> has joined #jenkins
[23:59:51] *** bmurt <bmurt!~hmm@216.164.232.97> has quit IRC (Client Quit)
top

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