Switch to DuckDuckGo Search
   February 28, 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 | >

Toggle Join/Part | bottom
[00:04:55] *** ca_ <ca_!90093883@gateway/web/freenode/ip.144.9.56.131> has quit IRC (Ping timeout: 260 seconds)
[00:09:56] *** sabre1041 <sabre1041!~sabre1041@209.211.103.18> has quit IRC (Remote host closed the connection)
[00:11:20] *** pezh0r3 <pezh0r3!41c513f3@gateway/web/freenode/ip.65.197.19.243> has quit IRC (Ping timeout: 260 seconds)
[00:11:48] *** esberglu <esberglu!~esberglu@67-5-12-197.rstr.qwest.net> has joined #jenkins
[00:16:01] *** abayer <abayer!~abayer@jenkins/developer/abayer> has quit IRC (Quit: Leaving.)
[00:18:04] *** lnicolas <lnicolas!~lionel@vcmtl.touchtunes.com> has quit IRC (Quit: Leaving.)
[00:20:25] *** patarr <patarr!~patarr@unaffiliated/patarr> has quit IRC (Ping timeout: 256 seconds)
[00:20:34] *** bvi <bvi!bvi@bvi.wtf> has joined #jenkins
[00:22:23] *** ky13_ <ky13_!~ky13_@207.141.65.5> has quit IRC (Remote host closed the connection)
[00:28:07] *** ky13_ <ky13_!~ky13_@207.141.65.5> has joined #jenkins
[00:34:47] <tang^> envinject plugin has a security alert but no update? boo
[00:35:22] <tang^> oh... plugin up for adoption
[00:35:22] <ky13_> danielbeck: I filed the PR
[00:35:25] <tang^> great
[00:35:42] <danielbeck> tang^ dude read it
[00:35:57] <danielbeck> oleg-nenashev and I worked hard to describe the problem :P
[00:36:06] <tang^> danielbeck: I did. I'm just whinging today
[00:36:22] <ky13_> We recently updated plugins and suddenly all PRs vanished. The only way I could get them back was to add "PR*" to the Include branch string. Is that right?
[00:36:39] <tang^> oh... there are TWO links in that alert
[00:37:02] <danielbeck> tang^ huh?
[00:37:15] <danielbeck> ky13_ this seems familiar somehow. Was it a major version bump?
[00:37:41] *** rbjorklin <rbjorklin!~rbj@static-212-247-86-66.cust.tele2.se> has quit IRC (Ping timeout: 276 seconds)
[00:37:47] <tang^> warnings have been published... Envinject -> goes to wiki, Exposure... -> goes to security advisory
[00:38:36] <ky13_> danielbeck: IIRC we were at 2.73.2.1 and went to 2.89.4.2 and plugins were automatically updated
[00:38:39] <tang^> I followed the first link to the wiki which has no mention of the security advisory
[00:39:11] <danielbeck> ky13_ that's something for CloudBees support then -- Jenkins doesn't update plugins, but the CloudBees products do.
[00:39:36] <danielbeck> tang^ Well, the link to the wiki is the plugin's declared (documentation) URL
[00:39:45] <danielbeck> tang^ if that's missing it it's because of the terrible caching
[00:39:50] <danielbeck> the relevant link is the second one
[00:39:55] *** mmazing <mmazing!~mmazing@unaffiliated/mmazing> has quit IRC (Quit: Leaving)
[00:39:56] <tang^> danielbeck: so I have discovered
[00:40:15] <tang^> I want to get envinject out of my environment anyway
[00:40:35] *** Flotho66 <Flotho66!~florent@bch66-4-88-174-59-47.fbx.proxad.net> has quit IRC (Ping timeout: 240 seconds)
[00:41:36] <Slide-O-Mix> I think I stopped using it when I moved to pipelines
[00:42:02] <tang^> I still have some freestyle jobs that I haven't figured out how to convert to pipelines
[00:42:12] <Slide-O-Mix> delete them
[00:42:16] <Slide-O-Mix> start fresh :)
[00:42:17] <tang^> core application
[00:42:35] <tang^> have to figure out how to pipeline the job before I can delete them
[00:42:37] <itdependsnetwork> Can you use a pipeline script not via SCM, and have the tests run against the PR, branch and hash?
[00:42:39] <tang^> because they have stupid rules
[00:43:02] <tang^> like build number is a critical part of the version number so you can't just build branches willy-nilly
[00:43:23] <tang^> development is on master, we create a release branch, and the build number MUST follow
[00:43:52] *** sabre1041 <sabre1041!~sabre1041@12.132.248.250> has joined #jenkins
[00:43:54] <danielbeck> reminds me of $oldJob
[00:44:01] *** villav <villav!~Thunderbi@72-54-189-186.customerip.birch.net> has quit IRC (Ping timeout: 248 seconds)
[00:44:09] <danielbeck> way more use of Set Next Build Number Plugin than was health
[00:44:10] <danielbeck> y
[00:44:33] <tang^> well, with freestyle, we just point to the new branch and the build number keeps going
[00:44:39] <tang^> create a new job pointing at master
[00:44:55] <danielbeck> you wouldn't believe how many meetings I caused when I pointed out that CI for them means they were soon running out of 4 digit build numbers and their tools couldn't handle it
[00:44:56] <danielbeck> lol
[00:45:12] <tang^> oh man, yeah I get that
[00:45:33] <danielbeck> project "Build #10000" xD
[00:45:43] <tang^> we tend to release often enough that we rarely hit three digits, but yeah
[00:45:53] <danielbeck> that's the problem
[00:45:57] <danielbeck> they kept continuing
[00:46:06] <tang^> so far, the company has been resistant to "lose the build number"
[00:46:39] <tang^> build number was important when our app and catalogs were the same thing and we had one app per catalog and we were changing the data file format with nearly every build
[00:46:42] <TobiX> danielbeck: Worse then Y2K! ;)
[00:47:00] <tang^> but we're no longer doing that and resistance to removing that number is still high
[00:47:11] <tang^> or rather resistance to depending on that number
[00:48:02] <TobiX> tang^: I still have to convince people that embedding a "build timestamp" into artefacts is not very useful (I'm on a quest to reproducable builds)
[00:48:20] <tang^> TobiX: same here
[00:48:24] <danielbeck> I have flashbacks
[00:48:42] <tang^> however, build timestamp/sha1 commit hash can be useful for display purposes
[00:48:59] <danielbeck> "but how do we know when this .so file was last compiled without writing the date into the binary!?"
[00:49:08] <tang^> but here, because that build number is so critical, the build process modifies the repository
[00:49:36] <tang^> which, when Jenkins and Gitolite are misconfigured can balloon the build numbers rather quickly
[00:49:48] <TobiX> Commit hash is at least stable-ish. So I should get a reproducable artifact from the same commit...
[00:49:51] *** n0body <n0body!~nobody@2a02:2f0e:d240:552:c07b:a3ca:a2c1:1edc> has quit IRC (Ping timeout: 252 seconds)
[00:50:10] <TobiX> tang^: MADNESS!
[00:50:17] <danielbeck> TobiX even more so when you check in .o files :-)
[00:50:22] <danielbeck> and I wish I was joking
[00:50:41] <tang^> I was pretty effective at getting most binaries out of the repos
[00:51:01] <TobiX> danielbeck: I have seen such horrors. "Building this piece of code is hard, let's just commit it"
[00:51:31] <tang^> before I got going with Jenkins, there was a lot of check out this repo, export JAR from Eclipse and save it to that repo's libs folder, commit and build
[00:51:54] <TobiX> Having a mix of Java, JavaScript, TypeScript, C#, C++, Delphi and Python doesn't help either...
[00:52:08] <tang^> I have ideas to have our desktop app able to deploy anywhere off any build
[00:52:20] <tang^> and system needs cleaning up to do that
[00:52:41] <tang^> which reminds me, I need to put a Jenkins World request off to the CTO for approval
[00:54:58] *** b0l3x <b0l3x!bolex@2607:5300:60:21b::1> has joined #jenkins
[00:55:01] <TobiX> tang^: I still have colleages who request a CI job for their "fancy new tool" which they commited to SVN (we are at the tail end of our Git migration), which is just an "Eclipse project" (We have Maven as a standard - for better or worse)...
[00:55:09] *** rbjorklin <rbjorklin!~rbj@static-212-247-86-66.cust.tele2.se> has joined #jenkins
[00:55:42] <tang^> at least we've managed to get all of our new projects on Maven
[00:55:57] <tang^> I streamline them by adding a simple Jenkinsfile to get them going
[00:57:18] *** patarr <patarr!~patarr@unaffiliated/patarr> has joined #jenkins
[00:58:16] *** konishi <konishi!~Takayuki@2404:7a86:1c0:d100:7105:665c:471f:a673> has joined #jenkins
[01:00:21] *** acebarry <acebarry!~acebarry@gateway/tor-sasl/acebarry> has quit IRC (Remote host closed the connection)
[01:01:28] *** konishi_ <konishi_!~Takayuki@FL1-221-171-240-3.fko.mesh.ad.jp> has joined #jenkins
[01:02:14] *** acebarry <acebarry!~acebarry@gateway/tor-sasl/acebarry> has joined #jenkins
[01:02:43] *** n0body <n0body!~nobody@2a02:2f0e:d240:2ef:13a4:48c6:370e:8e85> has joined #jenkins
[01:02:46] <tang^> there's a lot of functionality in the plugins available to freestyle that I'm missing with pipeline (extmail for example, just knowing how to handle all the end conditions)
[01:03:46] *** caphrim007_ <caphrim007_!~caphrim00@50.206.82.175> has joined #jenkins
[01:03:56] *** konishi <konishi!~Takayuki@2404:7a86:1c0:d100:7105:665c:471f:a673> has quit IRC (Ping timeout: 256 seconds)
[01:05:24] *** acebarry <acebarry!~acebarry@gateway/tor-sasl/acebarry> has quit IRC (Remote host closed the connection)
[01:05:51] *** acebarry <acebarry!~acebarry@gateway/tor-sasl/acebarry> has joined #jenkins
[01:06:35] *** caphrim007 <caphrim007!~caphrim00@50.206.82.144> has quit IRC (Ping timeout: 240 seconds)
[01:06:46] *** chrisw <chrisw!~chrisw@cpc95902-rdng25-2-0-cust181.15-3.cable.virginm.net> has quit IRC (Ping timeout: 256 seconds)
[01:08:19] <tang^> speaking of Jenkins World... are there any updates to planned sessions?
[01:08:33] *** caphrim007_ <caphrim007_!~caphrim00@50.206.82.175> has quit IRC (Ping timeout: 248 seconds)
[01:08:42] <tang^> or do I have to create an account to see the 2017 recordings to get an idea of what to expect?
[01:10:34] <tang^> oh, not create an account, just give CloudBees my details
[01:11:25] *** patarr <patarr!~patarr@unaffiliated/patarr> has quit IRC (Ping timeout: 256 seconds)
[01:11:38] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[01:11:55] <tang^> "How to Use Jenkins Less" sounds like my kind of session
[01:12:15] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[01:25:15] <ky13_> danielbeck: Just as an FYI, there was a change to the GitHub Branch Source that requires PR-* in the filter: https://issues.jenkins-ci.org/browse/JENKINS-46115
[01:25:17] <jenkins-admin> JENKINS-46115:Github Organization Folder does filter out PR branches (Resolved) https://issues.jenkins-ci.org/browse/JENKINS-46115
[01:25:51] <danielbeck> ky13_ thanks for the update. that could have handled upgrades more gracefully :-/
[01:26:34] <ky13_> Yeah, it was quite a shock to suddenly lose 50 jobs and PR status weren't updating. We were scratching our heads for a while.
[01:26:44] *** Kelzier <Kelzier!~duka@87.116.177.53> has quit IRC (Ping timeout: 260 seconds)
[01:27:18] <tang^> wait a tick, some of the JW sessions are extra cost?
[01:29:59] <tang^> oh, the workshops
[01:32:00] *** fryguy <fryguy!~fryguy@2001:470:1f07:d6c::2> has quit IRC (Remote host closed the connection)
[01:37:09] *** Praxi <Praxi!uid44918@gateway/web/irccloud.com/x-xmcajsiybguzpvlh> has joined #jenkins
[01:45:41] *** mmazing <mmazing!~mmazing@unaffiliated/mmazing> has joined #jenkins
[01:51:05] *** mmazing <mmazing!~mmazing@unaffiliated/mmazing> has quit IRC (Ping timeout: 256 seconds)
[02:15:01] *** villav <villav!~Thunderbi@c-73-247-96-23.hsd1.il.comcast.net> has joined #jenkins
[02:16:49] *** villav <villav!~Thunderbi@c-73-247-96-23.hsd1.il.comcast.net> has quit IRC (Remote host closed the connection)
[02:21:32] *** caphrim007 <caphrim007!~caphrim00@c-98-247-99-172.hsd1.wa.comcast.net> has joined #jenkins
[02:21:58] *** caphrim007 <caphrim007!~caphrim00@c-98-247-99-172.hsd1.wa.comcast.net> has quit IRC (Remote host closed the connection)
[02:22:14] *** caphrim007 <caphrim007!~caphrim00@c-98-247-99-172.hsd1.wa.comcast.net> has joined #jenkins
[02:26:27] *** zerocoolback <zerocoolback!~zerocoolb@106.51.106.72> has joined #jenkins
[02:26:29] *** caphrim007_ <caphrim007_!~caphrim00@50.206.82.181> has joined #jenkins
[02:27:23] *** psiroky <psiroky!~psiroky@redhat/jboss/psiroky> has quit IRC (Ping timeout: 252 seconds)
[02:29:37] *** Guest87278 <Guest87278!~samgleske@cpe-23-243-71-225.socal.res.rr.com> has quit IRC (Ping timeout: 248 seconds)
[02:29:57] *** caphrim007 <caphrim007!~caphrim00@c-98-247-99-172.hsd1.wa.comcast.net> has quit IRC (Ping timeout: 252 seconds)
[02:35:50] *** jmill <jmill!~textual@72.32.180.181> has joined #jenkins
[02:36:24] *** stephenpc <stephenpc!~nobody@c-73-144-67-205.hsd1.mi.comcast.net> has joined #jenkins
[02:40:47] *** CodeMouse92__ <CodeMouse92__!~JasonMc92@unaffiliated/codemouse> has joined #jenkins
[02:44:45] *** testtest9283 <testtest9283!32e1dc23@gateway/web/freenode/ip.50.225.220.35> has quit IRC (Ping timeout: 260 seconds)
[02:46:22] *** mmazing <mmazing!~mmazing@unaffiliated/mmazing> has joined #jenkins
[02:49:27] *** thc202 <thc202!~thc202@unaffiliated/thc202> has quit IRC (Ping timeout: 256 seconds)
[02:51:51] *** ResidentBiscuit <ResidentBiscuit!~residentb@unaffiliated/residentbiscuit> has joined #jenkins
[02:55:40] *** jmill <jmill!~textual@72.32.180.181> has quit IRC (Read error: Connection reset by peer)
[02:58:35] *** jmill <jmill!~textual@cpe-72-182-127-13.austin.res.rr.com> has joined #jenkins
[03:08:07] *** mmazing <mmazing!~mmazing@unaffiliated/mmazing> has quit IRC (Quit: Leaving)
[03:13:21] *** ky13__ <ky13__!~ky13_@207.141.65.5> has joined #jenkins
[03:13:29] *** jamellebeats <jamellebeats!~jamelleb@45.32.68.218> has joined #jenkins
[03:16:39] *** ky13_ <ky13_!~ky13_@207.141.65.5> has quit IRC (Ping timeout: 256 seconds)
[03:17:37] *** jamellebeats <jamellebeats!~jamelleb@45.32.68.218> has quit IRC (Client Quit)
[03:19:25] *** jamellebeats <jamellebeats!~jamelleb@45.32.68.218> has joined #jenkins
[03:25:18] *** bmurt <bmurt!~hmm@216.164.232.97> has joined #jenkins
[03:26:41] *** ky13__ <ky13__!~ky13_@207.141.65.5> has quit IRC (Remote host closed the connection)
[03:27:46] *** ams__ <ams__!uid48118@gateway/web/irccloud.com/x-dkaonfsxxeqigdeu> has quit IRC (Quit: Connection closed for inactivity)
[03:45:01] *** gli <gli!~gli@119.254.120.72> has joined #jenkins
[03:49:16] *** madan <madan!31ce776c@gateway/web/freenode/ip.49.206.119.108> has joined #jenkins
[03:49:25] <madan> Hi Team
[03:49:46] <madan> We are trying to run windows based application in jenkins CI server
[03:52:22] *** nwang <nwang!~nick@45.122.156.254> has joined #jenkins
[03:54:10] *** madan <madan!31ce776c@gateway/web/freenode/ip.49.206.119.108> has quit IRC (Ping timeout: 260 seconds)
[03:55:54] *** ResidentBiscuit <ResidentBiscuit!~residentb@unaffiliated/residentbiscuit> has quit IRC ()
[03:59:47] *** bmurt <bmurt!~hmm@216.164.232.97> has quit IRC (Ping timeout: 252 seconds)
[04:00:51] *** bmurt <bmurt!~hmm@216.164.232.97> has joined #jenkins
[04:14:16] *** ky13_ <ky13_!~ky13_@207.141.65.5> has joined #jenkins
[04:18:59] *** ky13_ <ky13_!~ky13_@207.141.65.5> has quit IRC (Ping timeout: 256 seconds)
[04:34:42] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[04:35:22] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[04:38:54] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[04:47:49] *** stevefresno <stevefresno!49dc4867@gateway/web/freenode/ip.73.220.72.103> has quit IRC (Ping timeout: 260 seconds)
[04:49:15] <tolland> so groovy is pretty good. who would have guessed
[04:51:30] *** bmurt <bmurt!~hmm@216.164.232.97> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[04:55:44] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[04:56:51] <tolland> though I keep trying to type # to start a comment...
[05:05:02] *** fandi <fandi!~fandi@112.78.178.3> has quit IRC (Remote host closed the connection)
[05:07:32] *** ky13_ <ky13_!~ky13_@96.72.184.213> has joined #jenkins
[05:08:57] *** acebarry <acebarry!~acebarry@gateway/tor-sasl/acebarry> has quit IRC (Ping timeout: 255 seconds)
[05:11:43] *** ky13_ <ky13_!~ky13_@96.72.184.213> has quit IRC (Ping timeout: 248 seconds)
[05:24:54] *** ky13_ <ky13_!~ky13_@96.72.184.213> has joined #jenkins
[05:29:07] *** Joe___ <Joe___!736fdf33@gateway/web/freenode/ip.115.111.223.51> has joined #jenkins
[05:29:35] <Joe___> Hi
[05:29:51] <Joe___> i need help on jenkins cli
[05:31:46] *** fryguy <fryguy!~fryguy@2001:470:1f07:d6c::2> has joined #jenkins
[05:33:16] *** jfemia_ <jfemia_!~jfemia@217.113.163.163> has joined #jenkins
[05:33:47] <Joe___> i need to run jenkins cli without mentioning password
[05:33:59] <Joe___> as we blocked anonymous user to run a build on our jenkins
[05:34:41] *** jfemia <jfemia!~jfemia@217.113.163.163> has quit IRC (Ping timeout: 248 seconds)
[05:46:43] *** Hey <Hey!~dalfred@165.204.55.251> has joined #jenkins
[05:52:46] <Hey> will qm import .img files. Is it a differnt format that importing qcow2?
[05:52:56] <Hey> *than
[05:57:40] *** sabre1041 <sabre1041!~sabre1041@12.132.248.250> has quit IRC (Remote host closed the connection)
[05:58:14] *** sabre1041 <sabre1041!~sabre1041@12.132.248.250> has joined #jenkins
[05:58:59] *** spathare <spathare!~spathare@125.16.97.114> has joined #jenkins
[06:05:40] *** longk15t <longk15t!734b0146@gateway/web/freenode/ip.115.75.1.70> has joined #jenkins
[06:08:29] *** spathare <spathare!~spathare@125.16.97.114> has quit IRC (Ping timeout: 252 seconds)
[06:09:22] <longk15t> Hello guys, how can I migrate a Freestyle project to Multi-job project ? Are there any tools/plugins to do that ?
[06:09:27] <longk15t> Hello guys, how can I migrate a Freestyle project to Multi-job project ? Are there any tools/plugins to do that ?
[06:13:00] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[06:13:12] <fabo> longk15t: you can't. there's no way to convert a freestyle <-> multijob job unfortunately
[06:16:14] *** ewelinawilkosz <ewelinawilkosz!~ewelinawi@customer5.sundbynet.dk> has joined #jenkins
[06:17:12] *** ewelinawilkosz <ewelinawilkosz!~ewelinawi@customer5.sundbynet.dk> has quit IRC (Remote host closed the connection)
[06:17:44] *** ewelinawilkosz <ewelinawilkosz!~ewelinawi@customer5.sundbynet.dk> has joined #jenkins
[06:18:12] <longk15t> thanks fabo, could I do that by modifying xml.config ?
[06:20:24] <fabo> longk15t: I don't think so. My guess is that the structure is different. If it was just an xml transformation, this feature will be supported. But again, it is a guess. I haven't tried myself to modify the job config by hand.
[06:22:09] *** ewelinawilkosz <ewelinawilkosz!~ewelinawi@customer5.sundbynet.dk> has quit IRC (Ping timeout: 248 seconds)
[06:32:57] *** ky13_ <ky13_!~ky13_@96.72.184.213> has quit IRC (Ping timeout: 240 seconds)
[06:33:35] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[06:35:02] <Joe___> can someone please answer me
[06:35:16] <Joe___> i need to trigger builds on remote jenkins
[06:35:23] <Joe___> using jenkins cli without using password
[06:35:47] <Joe___> in our jenkins we disabled anonymous user to run the build
[06:37:29] *** esro <esro!~esro@95.155.114.211> has joined #jenkins
[06:37:53] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 240 seconds)
[06:38:41] *** CodeMouse92__ <CodeMouse92__!~JasonMc92@unaffiliated/codemouse> has quit IRC (Quit: Oh freddled gruntbuggly | Thy micturations are to me | As plurdled gabbleblotchits | On a lurgid bee)
[06:38:48] *** horsey <horsey!~horsey@106.201.38.32> has joined #jenkins
[06:38:55] *** spathare <spathare!~spathare@125.16.97.114> has joined #jenkins
[06:39:38] *** sabre1041 <sabre1041!~sabre1041@12.132.248.250> has quit IRC (Quit: Leaving...)
[06:39:45] *** Obi-Wan <Obi-Wan!~obi-wan@unaffiliated/obi-wan> has quit IRC (Ping timeout: 248 seconds)
[06:39:49] *** horsey <horsey!~horsey@106.201.38.32> has quit IRC (Remote host closed the connection)
[06:41:22] *** dico <dico!af9ee228@gateway/web/freenode/ip.175.158.226.40> has joined #jenkins
[06:42:29] *** jimklimov <jimklimov!~jimklimov@31.7.243.238> has joined #jenkins
[06:42:33] <dico> the document in github said there was an https cert included in the image. docker build is looking for it though
[06:43:07] <dico> where can i find it?
[06:43:13] *** sabre1041 <sabre1041!~sabre1041@12.132.248.250> has joined #jenkins
[06:43:14] *** Obi-Wan <Obi-Wan!~obi-wan@unaffiliated/obi-wan> has joined #jenkins
[06:44:02] <dico> the document in github said there was an https cert included in the image. docker build is looking for it though
[06:44:13] *** mbenson <mbenson!~mbenson@apache/committer/mbenson> has quit IRC (Ping timeout: 240 seconds)
[06:48:20] *** jimklimov1 <jimklimov1!~jimklimov@31.7.243.238> has joined #jenkins
[06:48:22] *** jimklimov <jimklimov!~jimklimov@31.7.243.238> has quit IRC (Read error: Connection reset by peer)
[06:48:27] *** vbsdffd <vbsdffd!~titihz5@172.111.136.86> has joined #jenkins
[06:48:57] *** vbsdffd <vbsdffd!~titihz5@172.111.136.86> has quit IRC (Max SendQ exceeded)
[06:49:27] *** vbsdffd <vbsdffd!~titihz5@172.111.136.86> has joined #jenkins
[06:51:02] *** titihz3 <titihz3!~titihz5@172.111.136.86> has quit IRC (Ping timeout: 245 seconds)
[06:51:21] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[06:51:57] *** longk15t <longk15t!734b0146@gateway/web/freenode/ip.115.75.1.70> has quit IRC (Quit: Page closed)
[06:53:01] *** blutwurst <blutwurst!~mwitte@fw-main-s1-nsd-bl.neusta.de> has joined #jenkins
[06:53:50] <nkuttler> document?
[06:55:44] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 260 seconds)
[06:58:16] *** iocanel <iocanel!~iocanel@athedsl-4466435.home.otenet.gr> has joined #jenkins
[06:58:16] *** iocanel <iocanel!~iocanel@athedsl-4466435.home.otenet.gr> has quit IRC (Changing host)
[06:58:16] *** iocanel <iocanel!~iocanel@redhat/jboss/iocanel> has joined #jenkins
[06:59:00] *** errst <errst!~errst@95.10.1.123> has joined #jenkins
[07:00:15] *** dico <dico!af9ee228@gateway/web/freenode/ip.175.158.226.40> has quit IRC (Ping timeout: 260 seconds)
[07:01:25] *** Joe___ <Joe___!736fdf33@gateway/web/freenode/ip.115.111.223.51> has quit IRC (Ping timeout: 260 seconds)
[07:05:22] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[07:10:07] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 248 seconds)
[07:14:06] *** ky13_ <ky13_!~ky13_@174.214.13.173> has joined #jenkins
[07:15:45] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[07:16:20] <Hey> I want to import a job from another jenkins instance. Other than Plugins, do I simply rsync the specific jobs folder from Jenkins home on the other Master?
[07:19:57] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 240 seconds)
[07:22:44] *** drulli <drulli!~ulli@jenkins/developer/drulli> has quit IRC (Quit: Leaving.)
[07:28:05] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[07:29:33] *** AikiLinux <AikiLinux!~AikiLinux@icinga/team/AikiLinux> has quit IRC (Ping timeout: 240 seconds)
[07:32:13] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 240 seconds)
[07:36:14] *** caphrim007_ <caphrim007_!~caphrim00@50.206.82.181> has quit IRC ()
[07:40:37] *** Hey <Hey!~dalfred@165.204.55.251> has quit IRC (Read error: Connection reset by peer)
[07:40:38] *** kfu <kfu!~kfu@unaffiliated/kfu> has joined #jenkins
[07:40:42] *** hkais <hkais!~xenoadmin@p2E5622DB.dip0.t-ipconnect.de> has joined #jenkins
[07:40:52] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[07:40:56] *** srinidhi <srinidhi!~srinidhi@opensuse/member/srinidhi> has joined #jenkins
[07:44:20] *** hos7ein <hos7ein!~hos7ein@209.251.26.4> has joined #jenkins
[07:47:35] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 240 seconds)
[07:48:30] *** hos7ein <hos7ein!~hos7ein@209.251.26.4> has quit IRC (Remote host closed the connection)
[07:48:34] *** pjanouse <pjanouse!pjanouse@nat/redhat/x-nhwrbzxulhglrbvv> has joined #jenkins
[07:48:42] *** hos7ein <hos7ein!~hos7ein@209.251.26.4> has joined #jenkins
[07:49:23] *** sabre1041 <sabre1041!~sabre1041@12.132.248.250> has quit IRC (Remote host closed the connection)
[07:51:23] *** derPlexus <derPlexus!~flr@81.173.204.226> has joined #jenkins
[07:56:58] *** ky13__ <ky13__!~ky13_@96.72.184.213> has joined #jenkins
[07:57:55] *** ky13_ <ky13_!~ky13_@174.214.13.173> has quit IRC (Read error: Connection reset by peer)
[07:58:55] *** krys_ <krys_!~krys@122-56-198-55.mobile.spark.co.nz> has joined #jenkins
[07:58:57] *** krys <krys!~krys@124.197.54.240> has quit IRC (Ping timeout: 245 seconds)
[08:05:20] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[08:06:18] *** ogondza <ogondza!~ogondza@78.157.139.98> has joined #jenkins
[08:06:18] *** ChanServ sets mode: +v ogondza
[08:06:49] *** ky13__ <ky13__!~ky13_@96.72.184.213> has quit IRC (Remote host closed the connection)
[08:08:12] *** decci <decci!6ac973ea@gateway/web/freenode/ip.106.201.115.234> has joined #jenkins
[08:08:15] *** TomTom <TomTom!uid45892@gateway/web/irccloud.com/x-spifhfvppuabjapk> has joined #jenkins
[08:08:31] <decci> is there any doc or link which talks about how to run Jenkins inside docker container
[08:09:00] <decci> I am not able to get Docker working under Manage Plugin inside Jenkins
[08:09:07] <decci> It says permissions denied issue
[08:09:47] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 245 seconds)
[08:09:57] *** ky13_ <ky13_!~ky13_@96.72.184.213> has joined #jenkins
[08:10:33] *** ky13_ <ky13_!~ky13_@96.72.184.213> has quit IRC (Remote host closed the connection)
[08:12:09] *** ogondza <ogondza!~ogondza@78.157.139.98> has quit IRC (Ping timeout: 260 seconds)
[08:14:18] *** Greybird_ <Greybird_!~Greybird@2a01cb0005ac35009ca4ac5565eec8ad.ipv6.abo.wanadoo.fr> has quit IRC (Read error: Connection reset by peer)
[08:18:50] *** Hey <Hey!~dalfred@CPEac202e157d13-CMac202e157d10.cpe.net.cable.rogers.com> has joined #jenkins
[08:23:14] *** Py_mona <Py_mona!~Mona@unaffiliated/kumudini> has joined #jenkins
[08:30:49] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[08:34:57] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 240 seconds)
[08:35:44] *** AikiLinux <AikiLinux!~AikiLinux@icinga/team/AikiLinux> has joined #jenkins
[08:39:24] *** Flotho66 <Flotho66!~florent@LStLambert-656-1-183-64.w80-14.abo.wanadoo.fr> has joined #jenkins
[08:45:23] <decci> Anyone using Jenkins pipeline for docker
[08:45:41] <decci> I want to see how Jenkinsfile look like for docker stack deploy
[08:46:26] *** jimklimov1 <jimklimov1!~jimklimov@31.7.243.238> has quit IRC (Quit: Leaving.)
[08:46:44] *** jimklimov <jimklimov!~jimklimov@31.7.243.238> has joined #jenkins
[08:47:27] *** zerocoolback <zerocoolback!~zerocoolb@106.51.106.72> has quit IRC (Remote host closed the connection)
[08:48:59] *** jstrachan <jstrachan!~jstrachan@host86-163-60-50.range86-163.btcentralplus.com> has joined #jenkins
[08:49:30] *** Cerv_afk <Cerv_afk!~Thunderbi@2601:4c1:4001:1d5d:15d0:1e64:b293:8771> has quit IRC (Quit: Cerv_afk)
[08:51:11] *** Py_mona <Py_mona!~Mona@unaffiliated/kumudini> has quit IRC (Remote host closed the connection)
[08:51:44] *** jablo <jablo!~jl@80.243.123.111> has joined #jenkins
[08:53:35] *** iocanel <iocanel!~iocanel@redhat/jboss/iocanel> has quit IRC (Quit: WeeChat 2.0.1)
[08:53:39] *** ogondza <ogondza!~ogondza@78.157.139.98> has joined #jenkins
[08:53:39] *** ChanServ sets mode: +v ogondza
[08:54:04] *** iocanel <iocanel!~iocanel@redhat/jboss/iocanel> has joined #jenkins
[08:55:30] *** jimklimov <jimklimov!~jimklimov@31.7.243.238> has quit IRC (Read error: Connection reset by peer)
[08:55:45] *** lapanen <lapanen!504b6dfd@gateway/web/freenode/ip.80.75.109.253> has quit IRC (Ping timeout: 260 seconds)
[08:55:54] *** mpjetta <mpjetta!~mpjetta@162.212.153.229> has quit IRC (Ping timeout: 260 seconds)
[08:56:02] *** Py_mona <Py_mona!~Mona@unaffiliated/kumudini> has joined #jenkins
[08:56:09] *** iocanel <iocanel!~iocanel@redhat/jboss/iocanel> has quit IRC (Client Quit)
[08:56:21] *** jimklimov <jimklimov!~jimklimov@31.7.243.238> has joined #jenkins
[08:56:27] *** matanya <matanya!~quassel@wikimedia/matanya> has quit IRC (Ping timeout: 245 seconds)
[08:56:38] *** iocanel <iocanel!~iocanel@redhat/jboss/iocanel> has joined #jenkins
[08:57:36] *** Kelzier <Kelzier!~duka@87.116.177.53> has joined #jenkins
[08:58:07] *** matanya <matanya!~quassel@wikimedia/matanya> has joined #jenkins
[08:58:32] *** boolman <boolman!boolman@79.138.78.238> has joined #jenkins
[08:58:53] *** cmuller <cmuller!~cmuller@134.117.39.62.rev.sfr.net> has joined #jenkins
[08:59:56] *** ogondza <ogondza!~ogondza@78.157.139.98> has quit IRC (Ping timeout: 256 seconds)
[09:02:15] *** s4612 <s4612!spathare@nat/redhat/x-qicuxsokuhykibnf> has joined #jenkins
[09:02:22] *** amundj <amundj!~textual@185.13.92.21> has joined #jenkins
[09:03:02] *** vjuranek <vjuranek!vjuranek@redhat/jboss/vjuranek> has joined #jenkins
[09:03:02] *** ChanServ sets mode: +v vjuranek
[09:03:53] *** akostadinov <akostadinov!~avalon@redhat/jboss/akostadinov> has joined #jenkins
[09:04:22] *** mpjetta <mpjetta!~mpjetta@162.212.153.229> has joined #jenkins
[09:05:29] *** narcan <narcan!~narcan@176-57-33-240.as16211.net> has joined #jenkins
[09:05:57] *** Hey <Hey!~dalfred@CPEac202e157d13-CMac202e157d10.cpe.net.cable.rogers.com> has quit IRC (Ping timeout: 252 seconds)
[09:05:57] *** spathare <spathare!~spathare@125.16.97.114> has quit IRC (Ping timeout: 252 seconds)
[09:10:42] *** s4612 <s4612!spathare@nat/redhat/x-qicuxsokuhykibnf> has quit IRC (Ping timeout: 256 seconds)
[09:11:01] *** asaleh <asaleh!asaleh@nat/redhat/x-ojlkwzpkcxvdwpfs> has joined #jenkins
[09:12:25] <blutwurst> fwbuilder
[09:14:24] *** venmx <venmx!~pactadmin@82-132-231-230.dab.02.net> has joined #jenkins
[09:16:05] *** iocanel <iocanel!~iocanel@redhat/jboss/iocanel> has quit IRC (Quit: WeeChat 2.0.1)
[09:16:30] *** iocanel <iocanel!~iocanel@redhat/jboss/iocanel> has joined #jenkins
[09:18:32] *** iocanel <iocanel!~iocanel@redhat/jboss/iocanel> has quit IRC (Client Quit)
[09:18:59] *** iocanel <iocanel!~iocanel@redhat/jboss/iocanel> has joined #jenkins
[09:20:30] <boolman> Hey, I'm having trouble getting the openstack cloud slave plugin to work, do I need to supply my own cloud-config in order to prep the server during deploy/provision ?
[09:22:10] *** jri <jri!~jri@pat-address.sciences-po.fr> has joined #jenkins
[09:22:19] *** Odin- is now known as aleph-
[09:22:57] *** psiroky <psiroky!psiroky@redhat/jboss/psiroky> has joined #jenkins
[09:24:06] *** s4612 <s4612!~spathare@125.16.97.121> has joined #jenkins
[09:24:44] *** petzsch <petzsch!5092e477@gateway/web/freenode/ip.80.146.228.119> has joined #jenkins
[09:25:00] *** hkais <hkais!~xenoadmin@p2E5622DB.dip0.t-ipconnect.de> has quit IRC (Quit: Leaving.)
[09:26:07] *** Flotho66 <Flotho66!~florent@LStLambert-656-1-183-64.w80-14.abo.wanadoo.fr> has quit IRC (Ping timeout: 256 seconds)
[09:26:20] *** samrocke1man <samrocke1man!~samgleske@cpe-23-243-71-225.socal.res.rr.com> has joined #jenkins
[09:29:14] *** Flotho66 <Flotho66!~florent@LStLambert-656-1-183-64.w80-14.abo.wanadoo.fr> has joined #jenkins
[09:30:00] <petzsch> good morning :-) I have a quick question: Where can I configure the proxy used for Declarative: Tool Install on the build slave? I found https://issues.jenkins-ci.org/browse/JENKINS-18664 -> where can I configure the slave launcher?
[09:30:02] <jenkins-admin> JENKINS-18664:Slave unable to download tools through proxy (Resolved) https://issues.jenkins-ci.org/browse/JENKINS-18664
[09:30:33] *** zerocoolback <zerocoolback!~zerocoolb@106.51.106.72> has joined #jenkins
[09:30:54] *** samrocke1man <samrocke1man!~samgleske@cpe-23-243-71-225.socal.res.rr.com> has quit IRC (Ping timeout: 260 seconds)
[09:35:49] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[09:36:54] *** electrofelix <electrofelix!~pelix@15.203.233.80> has joined #jenkins
[09:38:56] *** decci <decci!6ac973ea@gateway/web/freenode/ip.106.201.115.234> has quit IRC (Quit: Page closed)
[09:40:37] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 245 seconds)
[09:42:42] *** kfu <kfu!~kfu@unaffiliated/kfu> has quit IRC (Quit: Leaving)
[09:45:05] *** jimklimov <jimklimov!~jimklimov@31.7.243.238> has quit IRC (Read error: Connection reset by peer)
[09:45:12] *** fandi <fandi!~fandi@103.89.138.2> has joined #jenkins
[09:45:46] *** jimklimov <jimklimov!~jimklimov@31.7.243.238> has joined #jenkins
[09:48:01] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[09:48:22] *** jri <jri!~jri@pat-address.sciences-po.fr> has quit IRC (Remote host closed the connection)
[09:48:51] *** jri <jri!~jri@pat-address.sciences-po.fr> has joined #jenkins
[09:50:16] *** sparklyballs2 <sparklyballs2!~sparklyba@host86-156-174-250.range86-156.btcentralplus.com> has quit IRC (Quit: I'M MELTING !!!!!!!!!!!!!!)
[09:52:15] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 248 seconds)
[09:55:56] *** Ippo <Ippo!2f3563c6@gateway/web/freenode/ip.47.53.99.198> has joined #jenkins
[09:56:32] *** firemanxbr <firemanxbr!~firemanxb@2a00:1028:83a0:191e:b37e:981e:b4c0:3c0d> has quit IRC (Quit: Leaving)
[09:59:41] *** sparklyballs <sparklyballs!~sparklyba@unaffiliated/sparklyballs> has joined #jenkins
[10:01:50] *** guysoft42 <guysoft42!~guysoft@212.150.196.77> has joined #jenkins
[10:01:57] *** thc202 <thc202!~thc202@unaffiliated/thc202> has joined #jenkins
[10:02:22] *** firemanxbr <firemanxbr!~firemanxb@2a00:1028:83a0:191e:b37e:981e:b4c0:3c0d> has joined #jenkins
[10:02:23] <Ippo> Hi everyone. I'm using the github pull request builder plugin to, well, build github PRs. It seems that the checks I've configured are run on the "last" commit of the PR (the tip of the new branch). If possible, I would like to run a smaller set of checks on each commit added by the PR and have the status reported, but I can't seem to figure out how. Does anyone know how to do this maybe? Thanks
[10:02:38] <Ippo> I have also opened an issue on their github repo: https://github.com/jenkinsci/ghprb-plugin/issues/636
[10:02:55] *** Flotho66 <Flotho66!~florent@LStLambert-656-1-183-64.w80-14.abo.wanadoo.fr> has quit IRC (Ping timeout: 248 seconds)
[10:06:14] *** jimklimov <jimklimov!~jimklimov@31.7.243.238> has quit IRC (Ping timeout: 256 seconds)
[10:07:05] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[10:07:15] *** Flotho66 <Flotho66!~florent@LStLambert-656-1-183-64.w80-14.abo.wanadoo.fr> has joined #jenkins
[10:10:13] *** lfitzgerald <lfitzgerald!~lfitzgera@148.252.9.235> has joined #jenkins
[10:10:13] *** lfitzgerald <lfitzgerald!~lfitzgera@148.252.9.235> has quit IRC (Changing host)
[10:10:13] *** lfitzgerald <lfitzgerald!~lfitzgera@redhat/jboss/lfitzgerald> has joined #jenkins
[10:10:30] *** floppydh <floppydh!floppydh@gateway/vpn/privateinternetaccess/floppydh> has joined #jenkins
[10:11:35] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 252 seconds)
[10:12:46] *** davehunt <davehunt!~davehunt@88.97.12.57> has joined #jenkins
[10:14:14] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[10:18:27] *** esro <esro!~esro@95.155.114.211> has quit IRC (Quit: Leaving)
[10:18:51] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 265 seconds)
[10:19:36] *** jimklimov <jimklimov!~jimklimov@31.7.243.238> has joined #jenkins
[10:24:15] *** jimklimov1 <jimklimov1!~jimklimov@31.7.243.238> has joined #jenkins
[10:24:15] *** jimklimov <jimklimov!~jimklimov@31.7.243.238> has quit IRC (Ping timeout: 248 seconds)
[10:25:19] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[10:26:35] *** lfitzgerald <lfitzgerald!~lfitzgera@redhat/jboss/lfitzgerald> has quit IRC (Ping timeout: 265 seconds)
[10:29:35] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 248 seconds)
[10:31:17] <boolman> I'm trying to run my own cloud-config when provisioning slaves with the openstack cloud plugin. but it creates user-data.txt.i which is in wrong format. multipart-mime
[10:34:25] *** sachinp <sachinp!spathare@nat/redhat/x-gsbjsqahctuljwre> has joined #jenkins
[10:35:45] *** s4612 <s4612!~spathare@125.16.97.121> has quit IRC (Read error: Connection reset by peer)
[10:37:38] *** shodan` <shodan`!~textual@37.153.215.145> has joined #jenkins
[10:38:32] *** sachinp <sachinp!spathare@nat/redhat/x-gsbjsqahctuljwre> has quit IRC (Ping timeout: 245 seconds)
[10:38:48] *** sachinp <sachinp!~spathare@125.16.97.126> has joined #jenkins
[10:39:17] *** lfitzgerald <lfitzgerald!~lfitzgera@redhat/jboss/lfitzgerald> has joined #jenkins
[10:39:50] *** grdryn <grdryn!~gerardrya@fedora/gearoid> has joined #jenkins
[10:40:37] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[10:41:03] *** rvgate <rvgate!~rvgate@unaffiliated/rvgate> has quit IRC (Remote host closed the connection)
[10:41:27] *** rvgate <rvgate!~rvgate@unaffiliated/rvgate> has joined #jenkins
[10:42:29] *** StarWarsFan|afk is now known as StarWarsFan
[10:43:32] *** patryk_ <patryk_!~pk@projekte.imos.net> has joined #jenkins
[10:45:34] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 260 seconds)
[10:48:26] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[10:48:29] *** matanya <matanya!~quassel@wikimedia/matanya> has quit IRC (Ping timeout: 260 seconds)
[10:48:35] *** venmx <venmx!~pactadmin@82-132-231-230.dab.02.net> has quit IRC (Remote host closed the connection)
[10:51:46] *** moas <moas!~moas@62.129.12.82> has joined #jenkins
[10:53:09] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 260 seconds)
[10:55:21] *** ogondza <ogondza!~ogondza@78.157.139.98> has joined #jenkins
[10:55:21] *** ChanServ sets mode: +v ogondza
[11:00:45] *** ogondza <ogondza!~ogondza@78.157.139.98> has quit IRC (Ping timeout: 256 seconds)
[11:01:01] *** gli <gli!~gli@119.254.120.72> has quit IRC (Quit: Leaving)
[11:01:53] *** asaleh <asaleh!asaleh@nat/redhat/x-ojlkwzpkcxvdwpfs> has quit IRC (Ping timeout: 256 seconds)
[11:03:42] *** horsey <horsey!~horsey@106.201.38.32> has joined #jenkins
[11:08:29] *** h12o <h12o!~h12o@p1704088-omed01.osaka.ocn.ne.jp> has joined #jenkins
[11:08:33] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[11:12:47] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 248 seconds)
[11:15:28] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[11:16:04] *** JeffJohnson <JeffJohnson!~fho@unaffiliated/jeffjohnson> has joined #jenkins
[11:16:55] *** asaleh <asaleh!asaleh@nat/redhat/x-nrkggucbnehwzmao> has joined #jenkins
[11:18:53] *** teotwaki <teotwaki!~teotwaki@Maemo/community/contributor/crashanddie> has joined #jenkins
[11:19:43] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 248 seconds)
[11:20:44] *** venmx <venmx!~pactadmin@5.148.135.222> has joined #jenkins
[11:21:33] *** asaleh <asaleh!asaleh@nat/redhat/x-nrkggucbnehwzmao> has quit IRC (Ping timeout: 268 seconds)
[11:21:58] *** asaleh <asaleh!asaleh@nat/redhat/x-abhbhyljjfsymiuu> has joined #jenkins
[11:23:47] *** Ippo <Ippo!2f3563c6@gateway/web/freenode/ip.47.53.99.198> has quit IRC (Quit: Page closed)
[11:24:51] *** matanya <matanya!~quassel@wikimedia/matanya> has joined #jenkins
[11:36:48] *** grdryn <grdryn!~gerardrya@fedora/gearoid> has quit IRC (Quit: rebooting, brb)
[11:37:43] *** jimklimov1 <jimklimov1!~jimklimov@31.7.243.238> has quit IRC (Read error: Connection reset by peer)
[11:38:50] *** jimklimov <jimklimov!~jimklimov@31.7.243.238> has joined #jenkins
[11:40:16] *** jhatoms <jhatoms!~jthomas@81.200.189.9> has joined #jenkins
[11:40:35] *** jimklimov <jimklimov!~jimklimov@31.7.243.238> has quit IRC (Read error: Connection reset by peer)
[11:40:39] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[11:41:34] *** fandi <fandi!~fandi@103.89.138.2> has quit IRC (Quit: Leaving)
[11:41:36] *** jimklimov <jimklimov!~jimklimov@31.7.243.238> has joined #jenkins
[11:42:12] *** electrofelix <electrofelix!~pelix@15.203.233.80> has quit IRC (Quit: Leaving.)
[11:44:05] *** ogondza <ogondza!ogondza@nat/redhat/x-tktgbekiwgtjkgeo> has joined #jenkins
[11:44:06] *** ChanServ sets mode: +v ogondza
[11:44:57] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 240 seconds)
[11:45:38] *** newhouse <newhouse!~newhouse@162.33.165.83.dynamic.reverse-mundo-r.com> has joined #jenkins
[11:47:16] *** konishi_ <konishi_!~Takayuki@FL1-221-171-240-3.fko.mesh.ad.jp> has quit IRC (Quit: This computer has gone to sleep)
[11:47:50] *** petzsch <petzsch!5092e477@gateway/web/freenode/ip.80.146.228.119> has quit IRC (Ping timeout: 260 seconds)
[11:48:17] *** grdryn <grdryn!~gerardrya@fedora/gearoid> has joined #jenkins
[11:53:33] *** sparklyballs <sparklyballs!~sparklyba@unaffiliated/sparklyballs> has quit IRC (Quit: I'M MELTING !!!!!!!!!!!!!!)
[11:55:35] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[11:56:20] *** asaleh is now known as asaleh|lunch
[11:59:50] *** antgel_ <antgel_!~topdog@host31-49-9-143.range31-49.btcentralplus.com> has joined #jenkins
[12:00:14] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 260 seconds)
[12:00:44] *** sparklyballs <sparklyballs!~sparklyba@unaffiliated/sparklyballs> has joined #jenkins
[12:04:16] *** h12o <h12o!~h12o@p1704088-omed01.osaka.ocn.ne.jp> has quit IRC (Quit: ZNC - http://znc.in)
[12:05:51] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[12:11:08] <boolman> How can I use blue ocean on slaves? the slave nodes doesnt have the credentials to clone the gitrepository
[12:11:21] *** hkais <hkais!~xenoadmin@p3E9E8825.dip0.t-ipconnect.de> has joined #jenkins
[12:11:31] *** floppydh <floppydh!floppydh@gateway/vpn/privateinternetaccess/floppydh> has quit IRC (Quit: WeeChat 2.0.1)
[12:11:35] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 240 seconds)
[12:14:51] *** narcan <narcan!~narcan@176-57-33-240.as16211.net> has quit IRC (Quit: Leaving)
[12:15:31] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[12:15:44] *** vtunka <vtunka!vtunka@nat/redhat/x-nixaeohkjktbtmis> has joined #jenkins
[12:19:53] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 240 seconds)
[12:25:38] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[12:27:39] *** ddg <ddg!~ddg@unaffiliated/ddg> has quit IRC (Ping timeout: 260 seconds)
[12:28:03] *** dmone <dmone!~dmone@195.46.31.29> has joined #jenkins
[12:29:57] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 240 seconds)
[12:32:06] <jimklimov> Blue ocean is a web-interface, it is not running on slaves at all
[12:33:06] <jimklimov> Credentials should be usable in scenarios (e.g. pipelines) by their UUID, assuming you use really "agents" (terminology changed) and not e.g. simple SSH connection to some remote system to run a script there
[12:33:20] *** asaleh|lunch is now known as asaleh
[12:33:34] *** ddg <ddg!~ddg@unaffiliated/ddg> has joined #jenkins
[12:33:46] *** ldnunes <ldnunes!~ldnunes_@181.220.79.73> has joined #jenkins
[12:35:45] *** stephenpc <stephenpc!~nobody@c-73-144-67-205.hsd1.mi.comcast.net> has quit IRC (Quit: Dagnabbit...)
[12:36:55] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[12:37:34] *** amundj <amundj!~textual@185.13.92.21> has quit IRC (Ping timeout: 265 seconds)
[12:41:57] *** konishi_ <konishi_!~Takayuki@FL1-221-171-240-3.fko.mesh.ad.jp> has joined #jenkins
[12:42:54] *** konishi_ <konishi_!~Takayuki@FL1-221-171-240-3.fko.mesh.ad.jp> has quit IRC (Client Quit)
[12:42:57] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 248 seconds)
[12:52:47] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[12:56:32] *** vtunka <vtunka!vtunka@nat/redhat/x-nixaeohkjktbtmis> has quit IRC (Quit: Leaving)
[12:57:11] *** electrofelix <electrofelix!~pelix@15.203.233.80> has joined #jenkins
[12:57:19] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 248 seconds)
[12:57:44] *** phobic5 <phobic5!~phobic5__@unaffiliated/phobic5> has joined #jenkins
[13:00:58] *** megamaced <megamaced!~megamaced@89.105.118.54> has joined #jenkins
[13:02:22] <victorbjelkholm> I have about 12 jobs that run in parallel within a step and pipeline. However, even if one of them are complete, it doesn't seem to report success status after +2 minutes, so it's still adding time after everything was successful. I've set the durability to performance which made no difference. Is this just because I have a lot of parallel steps?
[13:02:53] <victorbjelkholm> for example, one of the jobs was done after ~3 minutes but it has now run for 7 minutes and still not reported the success status properly
[13:05:24] *** monokrome <monokrome!~monokrome@159.65.108.114> has joined #jenkins
[13:05:46] *** monokrome <monokrome!~monokrome@159.65.108.114> has quit IRC (Client Quit)
[13:06:42] *** monokrome <monokrome!~monokrome@159.65.108.114> has joined #jenkins
[13:07:42] *** monokrome <monokrome!~monokrome@159.65.108.114> has quit IRC (Client Quit)
[13:07:59] *** monokrome <monokrome!~monokrome@159.65.108.114> has joined #jenkins
[13:08:26] <jhatoms> boolman: you can use the stash method for this (see the snippet generator for details) I use this to clone my env on the master then stash the full directory and unstash it on my slave, it works just fine.
[13:11:15] *** megamaced <megamaced!~megamaced@89.105.118.54> has quit IRC (Quit: Leaving)
[13:12:19] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[13:12:30] <Slide-O-Mix> does anyone know why Jenkins has a dependency on jcifs? I don't see it used anywhere in core
[13:14:31] <danielbeck> Slide-O-Mix remove it to see whether it breaks? :)
[13:16:40] <rvgate> Slide-O-Mix, if you read about what jcifs is, you can understand why jenkins might need it
[13:17:14] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 260 seconds)
[13:17:36] <Slide-O-Mix> rvgate: I know what it is. I just did a search in the code though and it doesn't appear to be used anywhere
[13:18:26] *** vtunka <vtunka!vtunka@nat/redhat/x-ohailcejhyfpdfxf> has joined #jenkins
[13:19:54] <rvgate> Slide-O-Mix, you mentioned its not used in the core... maybe its used in some of the plugins that might be provided as default... just guessing here
[13:20:13] <Slide-O-Mix> I'll check and see
[13:21:38] *** kus <kus!~kus@pool-96-234-34-194.nwrknj.fios.verizon.net> has quit IRC (Remote host closed the connection)
[13:26:47] *** samrocke1man <samrocke1man!~samgleske@cpe-23-243-71-225.socal.res.rr.com> has joined #jenkins
[13:27:39] *** GregersP <GregersP!~NJF]Yoda@94.18.200.50> has joined #jenkins
[13:27:56] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[13:28:51] *** drulli <drulli!~ulli@jenkins/developer/drulli> has joined #jenkins
[13:28:51] *** ChanServ sets mode: +v drulli
[13:29:27] * Slide-O-Mix goes to trying removing it for kicks
[13:29:40] *** dacav <dacav!~dacav@94.127.35.102.c.fiberdirekt.net> has joined #jenkins
[13:30:16] <dacav> Hello. I'm trying to retrieve artifacts in Jenkins Pipeline (declarative) from a specific build
[13:30:59] <dacav> The wiki page ( https://wiki.jenkins.io/display/JENKINS/Copy+Artifact+Plugin ) shows a trivial example
[13:31:04] <dacav> def built = build('downstream'); // https://plugins.jenkins.io/pipeline-build-step
[13:31:07] <dacav> copyArtifacts(projectName: 'downstream', selector: specific("${downstream.number}"));
[13:31:29] *** samrocke1man <samrocke1man!~samgleske@cpe-23-243-71-225.socal.res.rr.com> has quit IRC (Ping timeout: 256 seconds)
[13:31:32] <dacav> But what is downstream here?
[13:32:17] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 245 seconds)
[13:32:17] <dacav> In my case the build is:
[13:32:18] <dacav> def built = build('downstream'); // https://plugins.jenkins.io/pipeline-build-step
[13:32:37] <dacav> build job: 'Components/components-rpm-build', parameters: [
[13:35:06] *** newhouse <newhouse!~newhouse@162.33.165.83.dynamic.reverse-mundo-r.com> has quit IRC (Read error: Connection reset by peer)
[13:35:19] <Slide-O-Mix> It's the name of the project
[13:35:37] *** Tectu_ <Tectu_!~Tectu@82-197-160-75.init7.net> has joined #jenkins
[13:35:46] <dacav> Slide-O-Mix: thanks. How do I specify it?
[13:35:47] <Slide-O-Mix> or do you mean in the selector?
[13:36:18] <Slide-O-Mix> you would probably use build.number instead of downstream.number
[13:36:18] <dacav> Basically I have this working: https://hastebin.com/oqehoyucar.cs
[13:36:48] <dacav> But I want to replace 'selector: lastSuccessful()' because it is a possible race condition
[13:37:02] <dacav> there can be someone else which is building "Components/components-rpm-build"
[13:37:32] *** pjanouse <pjanouse!pjanouse@nat/redhat/x-nhwrbzxulhglrbvv> has quit IRC (Quit: Konversation terminated!)
[13:37:35] <Slide-O-Mix> yes, but if you do def built = build('downstream'), the built is a specific build
[13:37:36] <dacav> and if they complete it before my build, I think I'm going to take their build instead of mine
[13:37:55] <Slide-O-Mix> no, that's why you use specific("${built.number}")
[13:37:57] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[13:38:09] <dacav> I see
[13:38:19] <dacav> could I aks you for an example? You may modify my hastebin
[13:39:08] <Slide-O-Mix> oh this is declarative...
[13:39:16] <Slide-O-Mix> I missed that when you said it earlier
[13:39:24] <Slide-O-Mix> I am not sure how to do it in declarative
[13:39:35] <dacav> Yep… declarative that is
[13:41:03] *** electrofelix <electrofelix!~pelix@15.203.233.80> has quit IRC (Quit: Leaving.)
[13:41:18] <dacav> Well, I'll try with `def built = build job: '...', parameters: [ ... ]` and then I'll try built.number, … I hope it works
[13:41:26] <dacav> there's really no example anywhere :-|
[13:42:10] <dacav> Uhm… no, it didn't like the syntax of it
[13:42:49] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 256 seconds)
[13:46:08] *** sachinp <sachinp!~spathare@125.16.97.126> has quit IRC (Ping timeout: 276 seconds)
[13:47:23] *** pewllet <pewllet!68a3bd57@gateway/web/freenode/ip.104.163.189.87> has joined #jenkins
[13:50:12] <Slide-O-Mix> I think you'd have to do it in a script section, but I'm not sure
[13:50:53] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[13:51:11] *** krys <krys!~krys@124.197.54.240> has joined #jenkins
[13:51:31] *** sabre1041 <sabre1041!~sabre1041@12.132.248.250> has joined #jenkins
[13:54:09] *** krys_ <krys_!~krys@122-56-198-55.mobile.spark.co.nz> has quit IRC (Ping timeout: 252 seconds)
[13:55:13] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 240 seconds)
[13:55:14] *** asaleh <asaleh!asaleh@nat/redhat/x-abhbhyljjfsymiuu> has quit IRC (Ping timeout: 276 seconds)
[13:56:10] *** vtunka <vtunka!vtunka@nat/redhat/x-ohailcejhyfpdfxf> has quit IRC (Quit: Leaving)
[13:58:08] <phobic5> Has anyone had luck setting up a Monorepo multibranch build before?
[13:59:30] <phobic5> I'm migrating a project, and I have pretty much everything setup as before with multirepo... except that the webhook triggers every build at the same time now
[13:59:49] *** stephenpc <stephenpc!~nobody@12.173.220.4> has joined #jenkins
[13:59:53] *** vpandey <vpandey!~vivekpand@73.71.211.17> has joined #jenkins
[14:01:57] *** stephenpc <stephenpc!~nobody@12.173.220.4> has quit IRC (Client Quit)
[14:03:08] *** narcan <narcan!~narcan@62-193-56-180.as16211.net> has joined #jenkins
[14:04:21] *** vpandey <vpandey!~vivekpand@73.71.211.17> has quit IRC (Ping timeout: 256 seconds)
[14:04:33] *** clouddig <clouddig!~clouddig@c-73-136-229-166.hsd1.tx.comcast.net> has quit IRC (Ping timeout: 248 seconds)
[14:05:17] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[14:06:40] *** sachinp <sachinp!~spathare@125.16.97.112> has joined #jenkins
[14:09:57] *** asaleh <asaleh!asaleh@nat/redhat/x-hkycnzohxfzdfwll> has joined #jenkins
[14:10:31] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 268 seconds)
[14:14:28] *** sachinp <sachinp!~spathare@125.16.97.112> has quit IRC (Quit: Leaving)
[14:18:15] *** vtunka <vtunka!vtunka@nat/redhat/x-wasxxrrzzcbygnjy> has joined #jenkins
[14:20:16] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[14:23:08] <dacav> Slide-O-Mix: thanks. I'll see what I can do. I'll also ask on the users mailing list
[14:24:35] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 240 seconds)
[14:27:50] *** bmurt <bmurt!~hmm@216.164.232.97> has joined #jenkins
[14:28:43] *** blutwurst <blutwurst!~mwitte@fw-main-s1-nsd-bl.neusta.de> has quit IRC (Quit: Leaving.)
[14:31:41] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[14:36:02] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 245 seconds)
[14:39:43] *** ams__ <ams__!uid48118@gateway/web/irccloud.com/x-vcmozammnmmutpbr> has joined #jenkins
[14:41:47] *** ikus060 <ikus060!~ikus060@modemcable230.98-37-24.static.videotron.ca> has joined #jenkins
[14:42:57] <ikus060> Hello, I'm new to Jenkins pipeline and I have a hard time to understand how the release plugin is working in pipeline. Our current way of doing is to have continue build for every commit. When we are ready to "promote" the build, we push to master, then we manually triger a "release" build. How would that fit with pipeline ?
[14:43:33] *** sabre1041 <sabre1041!~sabre1041@12.132.248.250> has quit IRC (Remote host closed the connection)
[14:47:47] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[14:49:21] *** asaleh <asaleh!asaleh@nat/redhat/x-hkycnzohxfzdfwll> has quit IRC (Ping timeout: 248 seconds)
[14:53:06] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 276 seconds)
[14:54:15] *** blutwurst <blutwurst!~admin@p54822449.dip0.t-ipconnect.de> has joined #jenkins
[14:55:41] *** lfitzgerald <lfitzgerald!~lfitzgera@redhat/jboss/lfitzgerald> has quit IRC (Ping timeout: 276 seconds)
[14:56:27] *** Amanas <Amanas!~Amanas@cpe-2606-A000-43C6-C900-1057-7350-4724-3084.dyn6.twc.com> has quit IRC (Ping timeout: 245 seconds)
[14:57:18] *** dacav <dacav!~dacav@94.127.35.102.c.fiberdirekt.net> has quit IRC (Quit: leaving)
[15:01:23] *** asaleh <asaleh!asaleh@nat/redhat/x-fafjjztrelfaiwjn> has joined #jenkins
[15:01:33] *** sabre1041 <sabre1041!~sabre1041@209.211.103.18> has joined #jenkins
[15:02:51] *** niab <niab!~disc@unaffiliated/niab> has joined #jenkins
[15:03:30] *** kfu <kfu!~kfu@unaffiliated/kfu> has joined #jenkins
[15:05:19] *** philipgough <philipgough!~philipgou@51.37.1.223> has joined #jenkins
[15:09:31] *** vjuranek <vjuranek!vjuranek@redhat/jboss/vjuranek> has quit IRC (Ping timeout: 256 seconds)
[15:13:20] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[15:13:29] *** elNino <elNino!2e050241@gateway/web/freenode/ip.46.5.2.65> has joined #jenkins
[15:13:50] *** Amanas <Amanas!~Amanas@cpe-24-162-249-230.nc.res.rr.com> has joined #jenkins
[15:17:32] <elNino> greetings, I have a problem triggering a build on a post-commit hook from SVN; essentially it says "no subversion jobs found" and shortly later "No interest in change to repository"; inspecting the relevant code we have reasons to assume SCMSourceOwner is empty; where do we have to look in? is there any example-job xml around? any help appreciated, thanks
[15:17:45] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 252 seconds)
[15:19:33] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[15:20:42] *** dsariel <dsariel!~dsariel@37.142.86.84> has joined #jenkins
[15:21:19] *** jimklimov <jimklimov!~jimklimov@31.7.243.238> has quit IRC (Read error: Connection reset by peer)
[15:22:55] *** jimklimov <jimklimov!~jimklimov@31.7.243.238> has joined #jenkins
[15:23:53] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 240 seconds)
[15:25:56] <Slide-O-Mix> yeah, looks like jcifs isn't needed in core directly and I only see a few references to jcifs and they are in cifs-plugin and publish-over-cifs
[15:26:25] *** esro <esro!~esro@95.155.114.211> has joined #jenkins
[15:31:12] *** vince_ <vince_!7a027711@gateway/web/freenode/ip.122.2.119.17> has joined #jenkins
[15:32:18] *** vince_ <vince_!7a027711@gateway/web/freenode/ip.122.2.119.17> has quit IRC (Client Quit)
[15:32:45] *** pmmaga <pmmaga!~pedro@137.48.249.5.rev.vodafone.pt> has joined #jenkins
[15:35:44] <rtyler> Slide-O-Mix: \o/
[15:36:03] <rtyler> I wonder if there's a good tool for identifying and removing unnecessary dependencies in a monolith like core
[15:36:03] <Slide-O-Mix> I even ran the FULL set of tests ;)
[15:36:11] <moas> Hi
[15:36:36] <moas> I've this error: java.lang.InstantiationException: java.lang.NoClassDefFoundError: hudson/maven/MavenReporter
[15:36:52] *** stephenpc <stephenpc!~nobody@12.173.220.4> has joined #jenkins
[15:36:56] <moas> when I try to start jenkins
[15:37:04] <moas> how to fix it ?
[15:37:29] *** drulli <drulli!~ulli@jenkins/developer/drulli> has quit IRC (Quit: Leaving.)
[15:38:00] *** stephenpc <stephenpc!~nobody@12.173.220.4> has quit IRC (Client Quit)
[15:39:13] *** tvon <tvon!~tvon@cpe-24-93-114-231.columbus.res.rr.com> has quit IRC (Quit: System is sleeping...)
[15:39:28] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[15:40:36] *** lfitzgerald <lfitzgerald!~lfitzgera@109.76.38.96> has joined #jenkins
[15:40:36] *** lfitzgerald <lfitzgerald!~lfitzgera@109.76.38.96> has quit IRC (Changing host)
[15:40:36] *** lfitzgerald <lfitzgerald!~lfitzgera@redhat/jboss/lfitzgerald> has joined #jenkins
[15:41:45] *** stephenpc <stephenpc!~nobody@12.173.220.4> has joined #jenkins
[15:43:30] <danielbeck> moas install and enable maven-plugin
[15:43:57] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 240 seconds)
[15:44:13] *** philipgough <philipgough!~philipgou@51.37.1.223> has quit IRC (Remote host closed the connection)
[15:47:42] *** villav <villav!~Thunderbi@72-54-189-186.customerip.birch.net> has joined #jenkins
[15:48:51] <moas> danielbeck, I'm not access to web interface
[15:49:13] <Slide-O-Mix> why not?
[15:49:18] <Slide-O-Mix> it won't start at all?
[15:50:42] <moas> I've HTTP error 502
[15:51:26] <cpama> guys is this the right plug in to use to check in and track changes to jenkins jobs themselves? https://wiki.jenkins.io/display/JENKINS/Git+Plugin
[15:51:50] <cpama> our jenkins jobs are written in groovy code... and we are going to allow multiple people now change / update the groovy code.
[15:52:02] <Slide-O-Mix> cpama: are you using pipeline?
[15:52:04] <cpama> everytime it changes, we want to be able to auto check in to a git repo
[15:52:06] <cpama> yes
[15:52:08] <moas> https://pastebin.com/MAJ8NE9Y
[15:52:14] <cpama> Slide-O-Mix, yes we are using pipeline
[15:52:22] <Slide-O-Mix> then you can just put your Jenkinsfile in your repo
[15:52:47] <cpama> Slide-O-Mix, what should i google to see some docs about how that would work?
[15:53:12] <Slide-O-Mix> git pipeline jenkinsfile maybe?
[15:53:32] *** pmmaga <pmmaga!~pedro@137.48.249.5.rev.vodafone.pt> has quit IRC (Ping timeout: 245 seconds)
[15:53:52] *** drulli <drulli!~ulli@jenkins/developer/drulli> has joined #jenkins
[15:53:53] *** ChanServ sets mode: +v drulli
[15:54:32] <victorbjelkholm> I have about 12 jobs that run in parallel within a step and pipeline. However, even if one of them are complete, it doesn't seem to report success status after +2 minutes, so it's still adding time after everything was successful. I've set the durability to performance which made no difference. Is this just because I have a lot of parallel steps? For example, one of the jobs was done after ~3 minutes but it
[15:54:32] <victorbjelkholm> has now run for 7 minutes and still not reported the success status properly. What could be the reason for this specific slowness?
[15:55:23] <rtyler> jenkins-admin: create essentials in the issue tracker for rtyler
[15:55:23] <jenkins-admin> Adding a new JIRA subcomponent essentials to the JENKINS project, owned by rtyler
[15:55:25] <jenkins-admin> New component created. URL is https://issues.jenkins-ci.org/rest/api/2/component/23457
[15:55:27] <rtyler> fanks
[15:55:36] <Slide-O-Mix> jenkins-admin: you're the best
[15:55:36] <jenkins-admin> I didn't understand the command
[15:55:42] <Slide-O-Mix> jenkins-admin: I know
[15:55:42] <jenkins-admin> I didn't understand the command
[15:55:46] <Slide-O-Mix> jenkins-admin: sssshhhh
[15:55:47] <jenkins-admin> I didn't understand the command
[15:55:57] *** tvon <tvon!~tvon@63.84.60.226> has joined #jenkins
[15:56:16] <rtyler> jenkins-admin: stfu
[15:56:16] <jenkins-admin> Wut?
[15:56:29] <rtyler> u wot m8?
[15:56:36] *** jimklimov <jimklimov!~jimklimov@31.7.243.238> has quit IRC (Read error: Connection reset by peer)
[15:57:12] *** kus <kus!~kus@ns1.queenslibrary.org> has joined #jenkins
[15:57:36] *** tvon <tvon!~tvon@63.84.60.226> has quit IRC (Client Quit)
[15:58:10] *** jimklimov <jimklimov!~jimklimov@31.7.243.238> has joined #jenkins
[15:58:59] *** jimklimov <jimklimov!~jimklimov@31.7.243.238> has quit IRC (Read error: Connection reset by peer)
[15:59:08] *** floppydh <floppydh!floppydh@gateway/vpn/privateinternetaccess/floppydh> has joined #jenkins
[15:59:48] *** abayer <abayer!~abayer@jenkins/developer/abayer> has joined #jenkins
[15:59:48] *** ChanServ sets mode: +o abayer
[16:00:03] *** psiroky_ <psiroky_!psiroky@redhat/jboss/psiroky> has joined #jenkins
[16:00:57] *** psiroky <psiroky!psiroky@redhat/jboss/psiroky> has quit IRC (Ping timeout: 240 seconds)
[16:01:03] *** jimklimov <jimklimov!~jimklimov@31.7.243.238> has joined #jenkins
[16:08:51] *** kapral <kapral!55dfd137@gateway/web/freenode/ip.85.223.209.55> has joined #jenkins
[16:08:59] <kapral> Hi
[16:09:08] *** Jenkins_NEWB <Jenkins_NEWB!d8253a08@gateway/web/freenode/ip.216.37.58.8> has joined #jenkins
[16:09:08] <rtyler> Hi
[16:09:14] <Slide-O-Mix> Hi
[16:09:15] <Jenkins_NEWB> Hi
[16:09:17] <kapral> Could someone help me with the jenkinsPipline + docker as the agent
[16:09:20] *** pmmaga <pmmaga!~pedro@37.139.136.131> has joined #jenkins
[16:09:32] <Jenkins_NEWB> Is this where all the good Jenkins answers come from?
[16:09:55] <Slide-O-Mix> Only from rtyler
[16:09:58] <kapral> docker {
[16:10:06] <Slide-O-Mix> don't paste here please...
[16:10:09] <Jenkins_NEWB> Perhaps I'll pose my question and see if anyone has any insite
[16:10:52] <Jenkins_NEWB> I'm curious if there is a way to change the displayName of a multibranch pipeline build job (not individual builds) in a way that does NOT require the saveTo method
[16:10:55] <kapral> agent { docker { image "some:latest" args "-v ${env.VARIABLE}" } } }
[16:11:24] *** red888 <red888!6421ecca@gateway/web/freenode/ip.100.33.236.202> has joined #jenkins
[16:11:29] <kapral> env.VARIABLE is always `null` even it's defined
[16:12:12] <kapral> for example I want to mount WORKSPACE/dir inside the docker
[16:12:40] <kapral> agent { docker { image "some:latest" args "-v ${env.WORKSPACE}/dir:/dir" } } }
[16:13:37] *** Rapture <Rapture!~textual@50-204-232-30-static.hfc.comcastbusiness.net> has joined #jenkins
[16:14:19] <kapral> got error -> Error: docker: Error response from daemon: create null/dir:
[16:14:59] *** dr-gibson <dr-gibson!~the-gibso@pdpc/supporter/active/the-gibson> has joined #jenkins
[16:15:41] *** jablo <jablo!~jl@80.243.123.111> has quit IRC (Quit: Leaving.)
[16:18:46] <kapral> Where is it possible to create bug-report ?
[16:19:10] <dr-gibson> happy TZAG everyone, quick question, is there a way that jenkins can reload Jenkinsfiles periodically to update the defined parameters?
[16:19:45] <Slide-O-Mix> you could have a scheduled check using the cron syntax
[16:20:37] <red888> Does anyone here use the Google Login plugin?
[16:21:04] <dr-gibson> Slide-O-Mix: I guess, but I don't want the whole job to build, i just want it to reload the definition
[16:21:12] <red888> I want to modify it to use/expose google groups (right now it just does users) but i don't know where to start
[16:21:38] <Slide-O-Mix> dr-gibson: I think that would be the only way
[16:22:50] <dr-gibson> the problem is that when parameters/defaults are changed, the next rebuild will often fail because expected parameters had not been loaded
[16:24:06] <dr-gibson> as in Jenkins didn't reload the Jenkinsfile, so any changed parameters will not be enabled/available/updated, until after the first rebuild
[16:24:52] <danielbeck> red888 your thread on the users list?
[16:25:53] <dr-gibson> this solves my problem, but it feels wrong https://stackoverflow.com/questions/44422691/how-to-force-jenkins-to-reload-a-jenkinsfile
[16:27:43] *** patarr <patarr!~patarr@unaffiliated/patarr> has joined #jenkins
[16:29:20] <Jenkins_NEWB> If anyone is pondering my previous question, here is an SO where the "renameTo" (not saveTo) method is being used --> https://stackoverflow.com/questions/38532119/set-the-pipeline-name-and-description-from-jenkinsfile
[16:31:07] *** GregersP <GregersP!~NJF]Yoda@94.18.200.50> has quit IRC (Remote host closed the connection)
[16:31:13] <Jenkins_NEWB> I just can't, for the life of me, find a way to rename the branches that contain Jenkinsfiles to display in a more pleasant way. We use a "release/<currentDate>" format for release branches and the resulting display name is off putting
[16:31:26] *** kapral <kapral!55dfd137@gateway/web/freenode/ip.85.223.209.55> has quit IRC (Quit: Page closed)
[16:31:37] *** cr3 <cr3!~cr3@207.107.68.234> has joined #jenkins
[16:34:21] *** mmazing <mmazing!~mmazing@unaffiliated/mmazing> has joined #jenkins
[16:34:30] <ikus060> How do you integrate Jenkins with Gitlab ? Which plugin are you using. Cause I found to many of them and I'm wondering which one is really well supported.
[16:34:39] <Slide-O-Mix> I use the gitlab plugin
[16:35:07] <ikus060> Slide-O-Mix: Do you have a URL to the plugin ?
[16:35:43] <Slide-O-Mix> let me look
[16:36:06] <Slide-O-Mix> https://wiki.jenkins.io/display/JENKINS/GitLab+Plugin
[16:36:12] *** Fabian <Fabian!~fho@217.110.188.50> has joined #jenkins
[16:36:13] <Slide-O-Mix> or https://plugins.jenkins.io/gitlab-plugin
[16:36:25] *** Fabian <Fabian!~fho@217.110.188.50> has quit IRC (Client Quit)
[16:38:02] <red888> @danielbeck yes thats mine!
[16:38:38] <red888> @danielbeck I have one just asking if anyone found a workaround and another one asking where to start if i wanted to modify the plugin myself
[16:38:59] <danielbeck> red888 the latter is more of a dev list question
[16:39:13] <danielbeck> red888 authorities are groups, so https://github.com/jenkinsci/google-login-plugin/blob/bd9d82204ef28f995331102ffd3cb20e41554495/src/main/java/org/jenkinsci/plugins/googlelogin/GoogleOAuth2SecurityRealm.java#L200 is relevant there
[16:40:22] <red888> ah interesting is it as easy and pushing entities into GrantedAuthority[]?
[16:40:30] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[16:40:41] <danielbeck> red888 probably want to implement http://javadoc.jenkins-ci.org/hudson/security/SecurityRealm.html#loadGroupByGroupname-java.lang.String- as well
[16:40:46] <danielbeck> red888 that should get you started
[16:41:19] <red888> cool thanks
[16:41:34] *** stephenpc <stephenpc!~nobody@12.173.220.4> has quit IRC (Quit: Dagnabbit...)
[16:44:09] *** ddg <ddg!~ddg@unaffiliated/ddg> has quit IRC (Ping timeout: 256 seconds)
[16:45:03] *** errst <errst!~errst@95.10.1.123> has quit IRC (Ping timeout: 248 seconds)
[16:45:18] <ikus060> Slide-O-Mix: When creating a new pipeline, should I expect Jenkins to automatically add the proper webhook ??
[16:45:32] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 276 seconds)
[16:47:47] *** kpease <kpease!~kpease@72.22.182.166> has joined #jenkins
[16:48:32] *** AikiLinux <AikiLinux!~AikiLinux@icinga/team/AikiLinux> has quit IRC (Ping timeout: 245 seconds)
[16:48:54] <Slide-O-Mix> ikus060: hmmm, I've always set it up in gitlab, so I am not sure
[16:49:13] <Slide-O-Mix> ikus060: I don't think so, since it would take an admin user in gitlab to do that and you shouldn't be using an admin account for builds
[16:50:12] *** jimklimov <jimklimov!~jimklimov@31.7.243.238> has quit IRC (Ping timeout: 245 seconds)
[16:50:54] <Jenkins_NEWB> I can see in the branch definition XML file that there are two name fields, one for scm plugin and on for BranchSpec... Would modifying one of these allow the display name of the multibranch job to be updated?
[16:51:14] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[16:52:08] <Jenkins_NEWB> or, is it the job folder itself that determines the displayname?
[16:52:15] <elNino> our onNotify (called from doNotifyCommit) in hudson.scm.SubversionRepositoryStatus seems to get no jobs when actually triggered by post-commit hook; but executed in Script Console all seems okay; what could be the issue?
[16:52:26] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[16:52:42] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has joined #jenkins
[16:53:24] *** patryk_ <patryk_!~pk@projekte.imos.net> has quit IRC (Quit: Client Exiting)
[16:53:38] *** clouddig <clouddig!~clouddig@74.203.178.70> has joined #jenkins
[16:53:47] *** mmazing <mmazing!~mmazing@unaffiliated/mmazing> has quit IRC (Ping timeout: 256 seconds)
[16:53:59] *** Vivek <Vivek!~vivek@gnu-india/admin/lopsa.member.vivek> has quit IRC (Ping timeout: 256 seconds)
[16:54:56] *** Anticlau1 <Anticlau1!~Santiclau@209.251.144.178> has joined #jenkins
[16:55:59] *** errst <errst!~errst@95.10.1.123> has joined #jenkins
[16:56:27] *** dsariel <dsariel!~dsariel@37.142.86.84> has quit IRC (Ping timeout: 260 seconds)
[16:56:44] <elNino> am I wrong here due to concern of subversion plugin?
[16:57:42] *** Anticlaus <Anticlaus!~Santiclau@209.251.144.178> has quit IRC (Ping timeout: 245 seconds)
[16:58:13] *** shodan` <shodan`!~textual@37.153.215.145> has quit IRC (Ping timeout: 252 seconds)
[16:58:29] *** ddg <ddg!~ddg@unaffiliated/ddg> has joined #jenkins
[17:03:18] *** psiroky_ <psiroky_!psiroky@redhat/jboss/psiroky> has quit IRC (Quit: https://blogs.gnome.org/markmc/2014/02/20/naked-pings/)
[17:04:13] *** guysoft42 <guysoft42!~guysoft@212.150.196.77> has quit IRC (Ping timeout: 240 seconds)
[17:05:49] *** mbenson <mbenson!~mbenson@apache/committer/mbenson> has joined #jenkins
[17:07:17] *** clouddig <clouddig!~clouddig@74.203.178.70> has quit IRC (Remote host closed the connection)
[17:07:52] *** floppydh <floppydh!floppydh@gateway/vpn/privateinternetaccess/floppydh> has quit IRC (Quit: WeeChat 2.0.1)
[17:09:03] *** jhatoms <jhatoms!~jthomas@81.200.189.9> has quit IRC (Ping timeout: 248 seconds)
[17:09:28] *** psiroky <psiroky!psiroky@redhat/jboss/psiroky> has joined #jenkins
[17:11:24] *** clouddig <clouddig!~clouddig@74.203.178.70> has joined #jenkins
[17:12:09] *** floppydh <floppydh!floppydh@gateway/vpn/privateinternetaccess/floppydh> has joined #jenkins
[17:12:20] *** dsariel <dsariel!~dsariel@37.142.86.84> has joined #jenkins
[17:13:51] *** patarr <patarr!~patarr@unaffiliated/patarr> has quit IRC (Ping timeout: 248 seconds)
[17:17:40] *** echelog-1` <echelog-1`!~echelog-1@108.61.103.42> has joined #jenkins
[17:17:40] *** echelog-1 <echelog-1!~echelog-1@108.61.103.42> has quit IRC (Disconnected by services)
[17:18:06] *** phendryx- <phendryx-!~phendryx@d28-23-85-105.dim.wideopenwest.com> has joined #jenkins
[17:18:21] *** wrouesnel_ <wrouesnel_!~quassel@14-200-69-67.static.tpgi.com.au> has joined #jenkins
[17:18:21] *** StarWarsFan|afk <StarWarsFan|afk!~quassel@212-36-138-91.dyn.cable.fcom.ch> has joined #jenkins
[17:34:42] *** echelog-1 <echelog-1!~echelog-1@108.61.103.42> has joined #jenkins
[17:35:26] *** jenkins-admin <jenkins-admin!~PircBot@162.209.106.32> has joined #jenkins
[17:38:34] <rtyler> looks like we don't have a tremendous number of topics for today's meeting \o/
[17:39:28] *** somethingelse_ <somethingelse_!somethinge@nat/intel/x-atgomagxqodjopsq> has quit IRC (Remote host closed the connection)
[17:39:46] *** somethingelse_ <somethingelse_!somethinge@nat/intel/x-eixhxbjxdwolodnm> has joined #jenkins
[17:40:01] *** arunpyas- is now known as arunpyasi
[17:40:41] *** AikiLinux <AikiLinux!~AikiLinux@icinga/team/AikiLinux> has joined #jenkins
[17:41:10] *** shodan` <shodan`!~textual@2001:984:24f4:1:541f:741f:e38:f102> has joined #jenkins
[17:41:46] *** cmuller <cmuller!~cmuller@134.117.39.62.rev.sfr.net> has quit IRC (Quit: Leaving)
[17:43:53] *** dsariel <dsariel!~dsariel@37.142.86.84> has quit IRC (Ping timeout: 268 seconds)
[17:44:12] *** shodan` <shodan`!~textual@2001:984:24f4:1:541f:741f:e38:f102> has quit IRC (Remote host closed the connection)
[17:45:33] <danielbeck> rtyler depends on how contentious LTS status is
[17:46:00] <rtyler> ah, true
[17:47:31] <maudat> Hi, anyone uses role strategic plugin and managed to have a pattern with jobs inside a folder?
[17:47:57] *** DevAntoine <DevAntoine!~DevAntoin@46.29.126.206> has joined #jenkins
[17:48:03] <DevAntoine> hi
[17:48:20] <DevAntoine> In a pipeline I've got the following line: def version = sh 'cat composer.json | python -c "import sys, json; print json.load(sys.stdin)[\'version\']"'
[17:48:31] <DevAntoine> It does print what I want but the variable is not set
[17:48:40] <DevAntoine> What am I missing?
[17:50:58] *** narcan <narcan!~narcan@62-193-56-180.as16211.net> has quit IRC (Quit: Leaving)
[17:51:35] *** sharktopus <sharktopus!~sharktopu@unaffiliated/sharktopus> has quit IRC (Ping timeout: 240 seconds)
[17:51:35] *** TecnoBrat <TecnoBrat!~tecnobrat@is.lost-in-shadows.com> has quit IRC (Ping timeout: 240 seconds)
[17:51:35] <moas> Environment Injector Plugin not appears in plugins list
[17:51:42] <moas> how to fix this ?
[17:51:54] <Slide-O-Mix> moas: there is a known issue with it and no maintainer I believe
[17:52:28] <moas> ok thx
[17:52:30] <Slide-O-Mix> If you want to throw caution to the wind, you could download the latest hpi and install manually, but there are security risks
[17:52:34] *** TecnoBrat <TecnoBrat!~tecnobrat@is.lost-in-shadows.com> has joined #jenkins
[17:52:49] *** coderanger <coderanger!~Noah@coderanger.net> has quit IRC (Ping timeout: 248 seconds)
[17:56:00] <danielbeck> moas Slide-O-Mix please just read the advisory :< it doesn't have a security issue, the fix from years ago was just not great
[17:56:05] <DevAntoine> do I have to do something special to use Groovy inside pipelines?
[17:56:06] *** sharktopus <sharktopus!~sharktopu@unaffiliated/sharktopus> has joined #jenkins
[17:56:30] <Slide-O-Mix> danielbeck: sorry for spreading misinformation :(
[17:56:30] <DevAntoine> If I do import groovy.json; I got "unable to resolve class groovy.json"
[17:57:16] *** Cervator <Cervator!~Thunderbi@2601:4c1:4001:1d5d:6052:fa7e:e196:3c5d> has joined #jenkins
[17:57:35] *** mmazing <mmazing!~mmazing@unaffiliated/mmazing> has joined #jenkins
[17:58:02] <danielbeck> Slide-O-Mix We haven't had warnings like this before, but warnings didn't exist when it was fixed (and I don't think we even had an advisory), so matching every version is the easiest way to inform users :-/
[17:58:49] <Slide-O-Mix> 👍
[17:59:14] <danielbeck> of course nobody bothers reading what's the problem, so ¯\_(ツ)_/¯
[17:59:47] *** glycerine <glycerine!~glycerine@159.203.42.153> has quit IRC (Quit: ZNC 1.6.5 - http://znc.in)
[18:00:51] *** jimklimov <jimklimov!~jimklimov@ip-86-49-249-248.net.upcbroadband.cz> has joined #jenkins
[18:03:32] *** coderanger <coderanger!~Noah@coderanger.net> has joined #jenkins
[18:04:26] *** Guest95731 is now known as cr3
[18:04:37] *** Fabian <Fabian!~fho@217.110.188.50> has quit IRC (Remote host closed the connection)
[18:04:55] *** cr3 is now known as Guest49836
[18:05:49] *** ca_ <ca_!90092883@gateway/web/freenode/ip.144.9.40.131> has joined #jenkins
[18:06:03] *** jimklimov <jimklimov!~jimklimov@ip-86-49-249-248.net.upcbroadband.cz> has quit IRC (Read error: Connection reset by peer)
[18:06:05] *** ca_ <ca_!90092883@gateway/web/freenode/ip.144.9.40.131> has quit IRC (Client Quit)
[18:06:37] *** jimklimov <jimklimov!~jimklimov@ip-86-49-249-248.net.upcbroadband.cz> has joined #jenkins
[18:06:41] *** ca_ <ca_!90092883@gateway/web/freenode/ip.144.9.40.131> has joined #jenkins
[18:07:45] <Slide-O-Mix> reading is overrated
[18:07:55] <Slide-O-Mix> It's why I never write docs in the first place
[18:08:29] *** amg_j <amg_j!d8253a08@gateway/web/freenode/ip.216.37.58.8> has joined #jenkins
[18:09:06] *** amg_j <amg_j!d8253a08@gateway/web/freenode/ip.216.37.58.8> has quit IRC (Client Quit)
[18:09:36] *** asaleh <asaleh!asaleh@nat/redhat/x-gzjmzrtimukrhone> has joined #jenkins
[18:13:53] *** drulli1 <drulli1!~ulli@p200300CF0BDB2C4A84C629A79A768A84.dip0.t-ipconnect.de> has quit IRC (Quit: Leaving.)
[18:15:36] *** floppydh <floppydh!floppydh@gateway/vpn/privateinternetaccess/floppydh> has quit IRC (Remote host closed the connection)
[18:16:23] *** floppydh <floppydh!floppydh@gateway/vpn/privateinternetaccess/floppydh> has joined #jenkins
[18:16:52] *** venmx <venmx!~pactadmin@5.148.135.222> has quit IRC (Ping timeout: 265 seconds)
[18:18:27] *** Anticlau1 <Anticlau1!~Santiclau@209.251.144.178> has quit IRC (Ping timeout: 240 seconds)
[18:21:15] *** kfu <kfu!~kfu@unaffiliated/kfu> has quit IRC (Quit: Leaving)
[18:21:18] *** vtunka_ <vtunka_!vtunka@nat/redhat/x-bvyabxksavmfppna> has quit IRC (Quit: Leaving)
[18:21:40] *** Farmer <Farmer!82cfdac4@gateway/web/freenode/ip.130.207.218.196> has joined #jenkins
[18:22:55] <Farmer> Howdy! I'm in a meeting learning about Jenkins, and a farmer friend of mine is bothered by how rain and lightning is characterized as "bad" compared to sunny days when, of course, for his profession, it's quite the opposite! Thanks for your consideration.
[18:23:26] <Slide-O-Mix> Are you asking for something to be done?
[18:23:53] <Slide-O-Mix> There are multiple ways of replacing the icons if he really wants to
[18:24:32] *** vjuranek <vjuranek!~vjuranek@21.248.broadband7.iol.cz> has joined #jenkins
[18:24:32] *** vjuranek <vjuranek!~vjuranek@21.248.broadband7.iol.cz> has quit IRC (Changing host)
[18:24:32] *** vjuranek <vjuranek!~vjuranek@redhat/jboss/vjuranek> has joined #jenkins
[18:24:32] *** ChanServ sets mode: +v vjuranek
[18:25:58] <Farmer> Thanks for that response! My friend was being silly, but it actually got me wondering about it. I appreciate you taking my question seriously. Now I know a little more about the tool. :)
[18:27:05] *** jri_ <jri_!~jri@pat-address.sciences-po.fr> has quit IRC (Remote host closed the connection)
[18:27:54] *** rrutkowski <rrutkowski!~rrutkowsk@hotsplots-blu1-ip17.cust.syseleven.net> has joined #jenkins
[18:27:58] *** dmone <dmone!~dmone@195.46.31.29> has quit IRC (Quit: Leaving)
[18:29:04] *** caphrim007 <caphrim007!~caphrim00@50.206.82.181> has joined #jenkins
[18:29:44] <Farmer> Also, I like your name. I play trombone myself.
[18:29:53] *** StarWarsFan|afk is now known as StarWarsFan
[18:30:19] *** Anticlaus <Anticlaus!~Santiclau@ip24-250-185-57.ga.at.cox.net> has joined #jenkins
[18:30:54] *** guysoft42 <guysoft42!~guysoft@141.226.121.206> has joined #jenkins
[18:32:41] *** siavash_ <siavash_!~siavash@524A43D6.cm-4-3b.dynamic.ziggo.nl> has joined #jenkins
[18:33:15] <intheclouddan> anyone know why using withCredentials MultiBinding in a shared library would set the variables to null, null? If I try with non-existent credentials it throws an error and we're using these credentials in other jobs and they work fine but this is my first attempt at a shared library and it doesn't...here's my newest attempt at it. I've tried a bunch of different ones
[18:33:16] <intheclouddan> https://gist.github.com/InTheCloudDan/84f4bca4068ed7b04692c5e9b9b63921
[18:34:16] *** pmmaga <pmmaga!~pedro@37.139.136.131> has quit IRC (Ping timeout: 265 seconds)
[18:34:32] *** DevAntoine <DevAntoine!~DevAntoin@46.29.126.206> has quit IRC (Remote host closed the connection)
[18:35:15] <Slide-O-Mix> Farmer: nice! not many people know where it's from
[18:35:27] *** esro <esro!~esro@95.155.114.211> has quit IRC (Quit: Leaving)
[18:36:18] *** moas <moas!~moas@62.129.12.82> has quit IRC (Remote host closed the connection)
[18:36:33] *** patarr <patarr!~patarr@unaffiliated/patarr> has quit IRC (Ping timeout: 248 seconds)
[18:37:46] <Farmer> Well, I'm going to head off. Thanks for humoring me.
[18:37:56] *** Farmer <Farmer!82cfdac4@gateway/web/freenode/ip.130.207.218.196> has quit IRC (Quit: Page closed)
[18:39:58] *** megamaced <megamaced!~megamaced@89.105.118.54> has joined #jenkins
[18:40:30] *** srinidhi <srinidhi!~srinidhi@opensuse/member/srinidhi> has quit IRC (Quit: Leaving.)
[18:45:36] *** gus_ <gus_!~quassel@2400:6180:0:d0::f76:7001> has quit IRC (Quit: No Ping reply in 180 seconds.)
[18:46:40] *** \malex\ <\malex\!yotru01eol@unaffiliated/malex/x-000000001> has quit IRC (Ping timeout: 240 seconds)
[18:46:56] *** gus <gus!~quassel@2400:6180:0:d0::f76:7001> has joined #jenkins
[18:47:00] *** arunpyasi <arunpyasi!~aryan@2400:6180:0:d0::56a2:1> has quit IRC (Ping timeout: 256 seconds)
[18:47:14] *** siavash_ <siavash_!~siavash@524A43D6.cm-4-3b.dynamic.ziggo.nl> has quit IRC (Quit: siavash_)
[18:47:59] *** srl295 <srl295!uid215908@gateway/web/irccloud.com/x-utzutjnhaiqomjzt> has quit IRC (Quit: Connection closed for inactivity)
[18:48:33] *** arunpyasi <arunpyasi!~aryan@2400:6180:0:d0::56a2:1> has joined #jenkins
[18:48:45] *** \malex\ <\malex\!zgebvjfnag@unaffiliated/malex/x-000000001> has joined #jenkins
[18:49:37] *** jimklimov1 <jimklimov1!~jimklimov@ip-86-49-249-248.net.upcbroadband.cz> has joined #jenkins
[18:50:29] *** asaleh <asaleh!asaleh@nat/redhat/x-gzjmzrtimukrhone> has quit IRC (Ping timeout: 268 seconds)
[18:50:40] *** MonsterCookies <MonsterCookies!49e01aca@gateway/web/freenode/ip.73.224.26.202> has joined #jenkins
[18:50:45] *** samrocketman <samrocketman!~samgleske@cpe-23-243-71-225.socal.res.rr.com> has joined #jenkins
[18:51:00] *** NET||abuse_ is now known as NET||abuse
[18:51:08] *** samrocketman is now known as Guest1708
[18:51:31] *** MonsterC_ <MonsterC_!~textual@c-73-224-26-202.hsd1.fl.comcast.net> has joined #jenkins
[18:51:43] *** jimklimov <jimklimov!~jimklimov@ip-86-49-249-248.net.upcbroadband.cz> has quit IRC (Ping timeout: 268 seconds)
[18:52:22] *** MonsterCookies <MonsterCookies!49e01aca@gateway/web/freenode/ip.73.224.26.202> has quit IRC (Client Quit)
[18:53:27] *** jimklimov <jimklimov!~jimklimov@ip-86-49-249-248.net.upcbroadband.cz> has joined #jenkins
[18:54:29] *** jimklimov1 <jimklimov1!~jimklimov@ip-86-49-249-248.net.upcbroadband.cz> has quit IRC (Ping timeout: 256 seconds)
[18:56:03] *** jimklimov1 <jimklimov1!~jimklimov@ip-86-49-249-248.net.upcbroadband.cz> has joined #jenkins
[18:56:50] *** serg666_2000 <serg666_2000!025eca0d@gateway/web/freenode/ip.2.94.202.13> has joined #jenkins
[18:58:26] *** brig-man <brig-man!~lbrigman@2620:107:9024:2100:f48e:e4d1:3cf7:67d1> has quit IRC (Ping timeout: 265 seconds)
[18:59:22] *** jimklimov <jimklimov!~jimklimov@ip-86-49-249-248.net.upcbroadband.cz> has quit IRC (Ping timeout: 245 seconds)
[18:59:30] *** clouddig <clouddig!~clouddig@74.203.178.70> has quit IRC (Read error: Connection reset by peer)
[18:59:52] *** clouddig <clouddig!~clouddig@74.203.178.70> has joined #jenkins
[19:00:12] *** jimklimov1 <jimklimov1!~jimklimov@ip-86-49-249-248.net.upcbroadband.cz> has quit IRC (Ping timeout: 245 seconds)
[19:00:58] *** jimklimov <jimklimov!~jimklimov@ip-86-49-249-248.net.upcbroadband.cz> has joined #jenkins
[19:01:08] *** patarr <patarr!~patarr@unaffiliated/patarr> has joined #jenkins
[19:03:03] *** phobic5 <phobic5!~phobic5__@unaffiliated/phobic5> has quit IRC (Quit: Leaving)
[19:04:46] <serg666_2000> Hello everybody! I use Terminal plugin for jenkins. But I have experience problem to run command on slave node. Anybody knows how can I fix the issue?
[19:04:58] <serg666_2000> master>jenkins lsnode CLI-ITDP-APP04-V master> master> master>jenkins chnode CLI-ITDP-APP04-V CLI-ITDP-APP04-V>ps ax println "uname -a".execute().text CLI-ITDP-APP04-V>
[19:05:38] *** Guest49836 is now known as cr3
[19:06:07] *** cr3 is now known as Guest96457
[19:06:45] <serg666_2000> so, then I run any command, I get println "uname -a".execute().text
[19:06:48] *** moas <moas!~moas@62.129.12.82> has joined #jenkins
[19:07:54] *** floppydh <floppydh!floppydh@gateway/vpn/privateinternetaccess/floppydh> has quit IRC (Quit: WeeChat 2.0.1)
[19:09:04] *** jimklimov1 <jimklimov1!~jimklimov@ip-86-49-249-248.net.upcbroadband.cz> has joined #jenkins
[19:10:13] *** guysoft42 <guysoft42!~guysoft@141.226.121.206> has quit IRC (Ping timeout: 240 seconds)
[19:10:41] *** jimklimov <jimklimov!~jimklimov@ip-86-49-249-248.net.upcbroadband.cz> has quit IRC (Ping timeout: 248 seconds)
[19:11:10] *** megamaced <megamaced!~megamaced@89.105.118.54> has quit IRC (Quit: Leaving)
[19:11:33] *** moas <moas!~moas@62.129.12.82> has quit IRC (Ping timeout: 240 seconds)
[19:12:21] *** horsey <horsey!~horsey@106.201.38.32> has quit IRC (Remote host closed the connection)
[19:12:22] *** brig-man <brig-man!~lbrigman@2620:107:9024:2100:a912:8372:a30c:ac3d> has joined #jenkins
[19:15:29] *** patarr <patarr!~patarr@unaffiliated/patarr> has quit IRC (Remote host closed the connection)
[19:16:01] *** patarr <patarr!~patarr@unaffiliated/patarr> has joined #jenkins
[19:16:33] *** grdryn <grdryn!~gerardrya@fedora/gearoid> has quit IRC (Quit: leaving)
[19:18:14] *** coderanger <coderanger!~Noah@coderanger.net> has quit IRC (Ping timeout: 268 seconds)
[19:20:10] *** serg666_2000 <serg666_2000!025eca0d@gateway/web/freenode/ip.2.94.202.13> has quit IRC (Quit: Page closed)
[19:23:25] *** elNino <elNino!2e050241@gateway/web/freenode/ip.46.5.2.65> has quit IRC (Ping timeout: 260 seconds)
[19:25:40] *** coderanger <coderanger!~Noah@coderanger.net> has joined #jenkins
[19:26:52] *** patarr <patarr!~patarr@unaffiliated/patarr> has quit IRC (Ping timeout: 268 seconds)
[19:27:28] *** patarr <patarr!~patarr@unaffiliated/patarr> has joined #jenkins
[19:29:27] *** ogondza <ogondza!ogondza@nat/redhat/x-tktgbekiwgtjkgeo> has quit IRC (Ping timeout: 240 seconds)
[19:31:58] *** b-dean <b-dean!~bend@192.112.251.2> has joined #jenkins
[19:32:54] *** jimklimov1 <jimklimov1!~jimklimov@ip-86-49-249-248.net.upcbroadband.cz> has quit IRC (Ping timeout: 260 seconds)
[19:33:17] <Ney> How do I change a slave to a different master?
[19:33:32] *** clouddig <clouddig!~clouddig@74.203.178.70> has quit IRC (Remote host closed the connection)
[19:33:44] <Ney> What should I be looking at
[19:34:39] *** Anticlaus <Anticlaus!~Santiclau@ip24-250-185-57.ga.at.cox.net> has quit IRC (Ping timeout: 260 seconds)
[19:34:48] *** clouddig <clouddig!~clouddig@74.203.178.70> has joined #jenkins
[19:37:25] *** ca_ <ca_!90092883@gateway/web/freenode/ip.144.9.40.131> has quit IRC (Ping timeout: 260 seconds)
[19:37:27] *** patarr <patarr!~patarr@unaffiliated/patarr> has quit IRC (Ping timeout: 260 seconds)
[19:40:50] <Slide-O-Mix> Check this forum post: https://groups.google.com/forum/#!topic/jenkinsci-users/fg7jTUlfoXM
[19:45:43] *** jimklimov <jimklimov!~jimklimov@ip-86-49-249-248.net.upcbroadband.cz> has joined #jenkins
[19:46:01] <JesterOrb> I run 4 agents on one machine easy peasy
[19:47:21] *** moas <moas!~moas@62.129.12.82> has joined #jenkins
[19:48:28] *** patarr <patarr!~patarr@unaffiliated/patarr> has joined #jenkins
[19:51:43] *** moas <moas!~moas@62.129.12.82> has quit IRC (Ping timeout: 256 seconds)
[19:52:18] *** drulli <drulli!~ulli@jenkins/developer/drulli> has joined #jenkins
[19:52:18] *** ChanServ sets mode: +v drulli
[19:54:54] *** clouddig <clouddig!~clouddig@74.203.178.70> has quit IRC (Remote host closed the connection)
[19:55:09] *** bmurt <bmurt!~hmm@216.164.232.97> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[19:55:36] *** clouddig <clouddig!~clouddig@74.203.178.70> has joined #jenkins
[19:59:04] <b-dean> what's the best way to tell what is causing a compile error in a pipeline library? says it "Caused: java.io.NotSerializableException: org.codehaus.groovy.control.ErrorCollector"
[19:59:13] *** warpx <warpx!~warpx@warp-x.com> has quit IRC (Ping timeout: 240 seconds)
[20:00:12] *** warpx <warpx!~warpx@warp-x.com> has joined #jenkins
[20:00:13] *** clouddig <clouddig!~clouddig@74.203.178.70> has quit IRC (Ping timeout: 256 seconds)
[20:02:49] <Ney> I just created an agent on my master, I tried to connect to it, and I have java erorrs. My launch method is Launch slaves agents via SSH
[20:03:14] <Ney> I'm not sure why this is the case.
[20:03:21] *** ky13_ <ky13_!~ky13_@207.141.65.5> has joined #jenkins
[20:03:22] <Ney> is it because My jenkins Master is Windows?
[20:03:36] *** CodeMouse92__ <CodeMouse92__!~JasonMc92@unaffiliated/codemouse> has quit IRC (Quit: Oh freddled gruntbuggly | Thy micturations are to me | As plurdled gabbleblotchits | On a lurgid bee)
[20:04:07] <Ney> I'll post the log
[20:06:03] <Ney> https://pastebin.com/Vtawq1Z3
[20:06:39] <Ney> That is what happens when I try to Launch Agent
[20:06:50] <Slide-O-Mix> do you have java installed on the agent?
[20:06:50] *** Guest96457 is now known as cr3
[20:06:53] <Ney> any ideas?
[20:06:57] *** rtyler <rtyler!~tyler@jenkins/developer/rtyler> has quit IRC (Ping timeout: 268 seconds)
[20:07:03] <Slide-O-Mix> Looks like it can't find a java installation
[20:07:20] *** cr3 is now known as Guest32262
[20:07:53] <Ney> but my other node does not require this
[20:07:57] <Ney> is this a new feature?
[20:08:10] *** fandi <fandi!~fandi@112.78.178.6> has joined #jenkins
[20:08:18] <Slide-O-Mix> No, you have to have java to run a jenkins node
[20:08:29] <ikus060> I really need help or suggestion here. I'm struggling to integrate Jenkins pipeline into our process. For us, when our code branch is "ready", we are manually promoting the code. Mainly, we tag the specific commit and label our build with the same version. Previously, we used the release plugin for this. How does it fit in Jenkins pipeline declarative ??
[20:09:40] <Slide-O-Mix> ikus060: is this maven based?
[20:10:04] <Slide-O-Mix> actually, let me back up, what did the release plugin do for you?
[20:10:38] <ikus060> Slide-O-Mix: Yes, alot of project are maven. Other project mimic the same behavior.
[20:11:25] <ikus060> Slide-O-Mix: The release plugin compile, test, tag commit, push commits, deploy to nexus, generate package with the same version.
[20:11:48] <Slide-O-Mix> hmmm
[20:12:01] <b-dean> ikus060: you could use `git describe` to see if it's tagged with a version that matches some regex or something. Oh, are you expect Jenkins to do the tagging? not a person on the repo?
[20:12:31] <Slide-O-Mix> you can do tagging in pipeline, it's just "manual" I believe
[20:12:39] <ikus060> I'm expecting "Jenkins" to do the tagging. Yes.
[20:13:12] <ikus060> I don't have issue to write the code to do the taggin and everything. The issue I have is, how may I let the user promote a specific build.
[20:13:27] *** Flotho66 <Flotho66!~florent@LStLambert-656-1-183-64.w80-14.abo.wanadoo.fr> has quit IRC (Ping timeout: 240 seconds)
[20:13:30] <b-dean> you could use input steps right? to get all the stuff to give to the scm to just run git tag (or whatever someone would do to tag it)
[20:13:42] <Slide-O-Mix> Is this after the fact?
[20:13:50] <ikus060> Previously, we were using the Jenkins Release plugin, where the user can parameterize the execution of a job. It's a manual process.
[20:13:54] <Slide-O-Mix> meaning, a build is all the way done and you want to release it, or you want it part of the flow for the job?
[20:15:45] *** tvon <tvon!~tvon@cpe-24-93-114-231.columbus.res.rr.com> has joined #jenkins
[20:15:52] <Slide-O-Mix> ok, based on what I can see on the wiki page for the release plugin, you can do something similar with parameters to your jenkinsfile and use when blocks to check if those variables have values or not to execute the tagging and stuff
[20:16:10] <b-dean> the input step has parameters
[20:16:29] <b-dean> you could ask them at the end of the build in a stage('Release') or something
[20:16:41] <Slide-O-Mix> yeah, but I don't think he/she wants the build to hang up and wait for input (even though I know you can timeout)
[20:16:42] <ikus060> Slide-O-Mix: That make sens, so I can declare specific parameters for the release. Do you have the reference for me ??
[20:17:26] *** lucinka <lucinka!lvotypko@nat/redhat/x-oejqsrllpcldbuzy> has quit IRC (Ping timeout: 276 seconds)
[20:18:33] <Slide-O-Mix> https://github.com/jenkinsci/pipeline-model-definition-plugin/wiki/Parametrized-pipelines
[20:19:02] <Slide-O-Mix> you could even use the same names as you used in the release plugin if you want
[20:19:48] *** Guest1708 <Guest1708!~samgleske@cpe-23-243-71-225.socal.res.rr.com> has quit IRC (Ping timeout: 256 seconds)
[20:20:25] <Slide-O-Mix> then you could make the stages for tagging and whatnot conditional using when
[20:23:39] *** dsariel <dsariel!~dsariel@46.19.85.144> has joined #jenkins
[20:26:11] *** rtyler <rtyler!~tyler@jenkins/developer/rtyler> has joined #jenkins
[20:26:11] *** ChanServ sets mode: +o rtyler
[20:28:10] <ikus060> Ok, I will manage it. Thanks
[20:28:46] <ikus060> But I'm still curious about how is your release process with Jenkins. In a CI/CD environment, promoting a build is always manual. So how are you doing ?
[20:29:39] *** vpandey <vpandey!~vivekpand@c-73-71-211-17.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[20:30:42] *** Anticlaus <Anticlaus!~Santiclau@ip24-250-185-57.ga.at.cox.net> has joined #jenkins
[20:34:20] *** rrutkowski <rrutkowski!~rrutkowsk@hotsplots-blu1-ip17.cust.syseleven.net> has quit IRC (Quit: rrutkowski)
[20:34:20] *** ky13_ <ky13_!~ky13_@207.141.65.5> has quit IRC (Remote host closed the connection)
[20:34:48] *** venmx <venmx!~pactadmin@82-132-240-78.dab.02.net> has joined #jenkins
[20:38:57] <ikus060> After some googling, I see there is a "release" dsl for pipeline: https://issues.jenkins-ci.org/browse/JENKINS-40765, but without reference how to use it. Not su usefule
[20:38:59] <jenkins-admin> JENKINS-40765:Make Release Plugin compatible with pipeline (Resolved) https://issues.jenkins-ci.org/browse/JENKINS-40765
[20:39:24] *** rrutkowski <rrutkowski!~rrutkowsk@hotsplots-blu1-ip17.cust.syseleven.net> has joined #jenkins
[20:40:53] *** ky13_ <ky13_!~ky13_@207.141.65.5> has joined #jenkins
[20:41:03] *** Tectu__ <Tectu__!~Tectu@adsl-130-227.dsl.init7.net> has joined #jenkins
[20:42:38] <b-dean> ikus060: it might be as a "General Build Step", if you select that in the /pipeline-syntax page, you can probably see it in there
[20:44:52] *** Tectu_ <Tectu_!~Tectu@82-197-160-75.init7.net> has quit IRC (Ping timeout: 256 seconds)
[20:45:37] *** Tectu__ <Tectu__!~Tectu@adsl-130-227.dsl.init7.net> has quit IRC (Ping timeout: 248 seconds)
[20:45:39] *** Tectu_ <Tectu_!~Tectu@adsl-130-227.dsl.init7.net> has joined #jenkins
[20:47:33] *** siavash_ <siavash_!~siavash@524A43D6.cm-4-3b.dynamic.ziggo.nl> has joined #jenkins
[20:48:12] <oleg-nenashev> rtyler: WDYT about creating separate JIRA components for EverGreen/Essentials? Currently they are in the core, and they make my triage TODO list a bit longer
[20:50:18] *** srinidhi <srinidhi!~srinidhi@opensuse/member/srinidhi> has joined #jenkins
[20:51:10] *** teotwaki <teotwaki!~teotwaki@Maemo/community/contributor/crashanddie> has quit IRC (Ping timeout: 240 seconds)
[20:53:18] <rtyler> I already changed that, you might not have noticed
[20:54:21] *** clouddig <clouddig!~clouddig@74.203.178.70> has joined #jenkins
[20:55:40] *** hkais <hkais!~xenoadmin@p3E9E8825.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 268 seconds)
[20:56:36] *** moas <moas!~moas@62.129.12.82> has joined #jenkins
[20:59:35] *** rrutkowski <rrutkowski!~rrutkowsk@hotsplots-blu1-ip17.cust.syseleven.net> has quit IRC (Ping timeout: 240 seconds)
[21:00:59] *** moas <moas!~moas@62.129.12.82> has quit IRC (Ping timeout: 260 seconds)
[21:01:16] *** rrutkowski <rrutkowski!~rrutkowsk@vpn28.hotsplots.net> has joined #jenkins
[21:02:50] *** siavash_ <siavash_!~siavash@524A43D6.cm-4-3b.dynamic.ziggo.nl> has quit IRC (Quit: siavash_)
[21:03:51] *** siavash_ <siavash_!~siavash@524A43D6.cm-4-3b.dynamic.ziggo.nl> has joined #jenkins
[21:03:58] *** Supun <Supun!~Supun@112.134.105.203> has joined #jenkins
[21:04:58] *** bmurt <bmurt!~hmm@216.164.232.97> has joined #jenkins
[21:05:04] *** bmurt <bmurt!~hmm@216.164.232.97> has quit IRC (Remote host closed the connection)
[21:05:58] *** Supun <Supun!~Supun@112.134.105.203> has quit IRC (Remote host closed the connection)
[21:06:03] *** bmurt <bmurt!~hmm@216.164.232.97> has joined #jenkins
[21:06:34] *** Supun <Supun!~Supun@112.134.105.203> has joined #jenkins
[21:07:30] *** Supun <Supun!~Supun@112.134.105.203> has quit IRC (Remote host closed the connection)
[21:08:03] *** Guest32262 is now known as cr3
[21:08:32] *** cr3 is now known as Guest24160
[21:11:43] *** Hey_ <Hey_!~dalfred@165.204.55.251> has joined #jenkins
[21:14:18] *** drulli <drulli!~ulli@jenkins/developer/drulli> has quit IRC (Quit: Leaving.)
[21:17:16] *** samrocke1man <samrocke1man!~samgleske@cpe-23-243-71-225.socal.res.rr.com> has joined #jenkins
[21:17:34] *** drulli <drulli!~ulli@jenkins/developer/drulli> has joined #jenkins
[21:17:34] *** ChanServ sets mode: +v drulli
[21:19:01] *** ogondza <ogondza!~ogondza@78.157.139.98> has joined #jenkins
[21:19:01] *** ChanServ sets mode: +v ogondza
[21:21:02] *** patarr <patarr!~patarr@unaffiliated/patarr> has quit IRC (Ping timeout: 245 seconds)
[21:21:55] *** patarr <patarr!~patarr@unaffiliated/patarr> has joined #jenkins
[21:23:23] <Slide-O-Mix> crap, lkobus only replied to me directly about the change assembly version plugin :(
[21:23:32] <rtyler> ?
[21:23:39] <Slide-O-Mix> taking over ownership
[21:24:16] *** vpandey <vpandey!~vivekpand@4.14.36.210> has joined #jenkins
[21:25:08] *** Flotho66 <Flotho66!~florent@bch66-4-88-174-59-47.fbx.proxad.net> has joined #jenkins
[21:25:23] <rtyler> ah
[21:26:06] *** ky13_ <ky13_!~ky13_@207.141.65.5> has quit IRC (Remote host closed the connection)
[21:26:59] *** moas <moas!~moas@62.129.12.82> has joined #jenkins
[21:28:48] *** venmx <venmx!~pactadmin@82-132-240-78.dab.02.net> has quit IRC (Remote host closed the connection)
[21:30:37] *** abayer <abayer!~abayer@jenkins/developer/abayer> has quit IRC (Ping timeout: 245 seconds)
[21:31:01] *** errst <errst!~errst@95.10.1.123> has quit IRC (Ping timeout: 252 seconds)
[21:31:13] *** moas <moas!~moas@62.129.12.82> has quit IRC (Ping timeout: 240 seconds)
[21:31:27] *** ogondza <ogondza!~ogondza@78.157.139.98> has quit IRC (Ping timeout: 245 seconds)
[21:34:06] *** StarWarsFan is now known as StarWarsFan|afk
[21:36:33] *** Hey_ <Hey_!~dalfred@165.204.55.251> has quit IRC (Ping timeout: 256 seconds)
[21:39:47] *** samrocke1man <samrocke1man!~samgleske@cpe-23-243-71-225.socal.res.rr.com> has quit IRC (Ping timeout: 245 seconds)
[21:41:51] *** ky13_ <ky13_!~ky13_@207.141.65.5> has joined #jenkins
[21:43:23] *** Jenkins_NEWB <Jenkins_NEWB!d8253a08@gateway/web/freenode/ip.216.37.58.8> has joined #jenkins
[21:43:37] *** b-dean <b-dean!~bend@192.112.251.2> has quit IRC (Quit: WeeChat 1.4)
[21:43:59] <Jenkins_NEWB> I'm back withe the same question about setting the display name, but what I think I may be after is...
[21:44:59] <Jenkins_NEWB> Is it possible to make a call to the underlying job to call "setDisplayName()" or "setDisplayNameOrNull()" from within a Jenkins multibranch pipeline defined by a Jenkinsfile?
[21:46:09] <Jenkins_NEWB> It's kind of frustrating that the declarative pipeline model does not include the ability to modify the display name and description by default
[21:46:25] *** patarr <patarr!~patarr@unaffiliated/patarr> has quit IRC (Ping timeout: 248 seconds)
[21:46:51] *** ky13_ <ky13_!~ky13_@207.141.65.5> has quit IRC (Ping timeout: 268 seconds)
[21:46:52] *** kus <kus!~kus@ns1.queenslibrary.org> has quit IRC (Quit: kus)
[21:47:01] *** patarr <patarr!~patarr@unaffiliated/patarr> has joined #jenkins
[21:48:50] <Slide-O-Mix> does this work? https://stackoverflow.com/questions/43639099/set-the-build-name-and-description-from-a-jenkins-declarative-pipeline
[21:51:28] <Jenkins_NEWB> Not for the Job name and description, but it does name the build and build description
[21:51:39] <Slide-O-Mix> oh, you want the job name
[21:51:43] <Jenkins_NEWB> Correct
[21:51:45] <Slide-O-Mix> interesting
[21:52:49] <Jenkins_NEWB> my for instance: Branch = releases/182802.1 ==> DisplayName = Wonderful New February Release v1.0.1
[21:53:33] <Slide-O-Mix> I am not understanding why you want the job name to change, but regardless, I don't know how to do it
[21:53:34] <Jenkins_NEWB> Attempting to appease the people pulling and testing the builds (non-technical) AND the folks developing them
[21:53:43] *** psiroky <psiroky!~psiroky@redhat/jboss/psiroky> has joined #jenkins
[21:53:45] <Slide-O-Mix> I can understand changing the BUILD name and description, but not the JOB
[21:54:46] <Jenkins_NEWB> It mostly for dashboard and retrieval purposes for those non-technical folks
[21:55:01] <Slide-O-Mix> but wouldn't the job be changing frequently as things are built?
[21:55:03] *** predmijat <predmijat!~predmijat@cable-89-216-20-68.static.sbb.rs> has quit IRC (Quit: bye)
[21:55:36] <Jenkins_NEWB> Jobs are only updated when a new release branch is made, features are merged into those and are unseen by that team
[21:56:40] *** blutwurst <blutwurst!~admin@p54822449.dip0.t-ipconnect.de> has quit IRC (Read error: Connection reset by peer)
[21:56:40] <Jenkins_NEWB> So I have a multibranch pipeline with the name (say): ProductXYZ
[21:57:07] <Jenkins_NEWB> when it scans for branches, it will find: releases/182802.1
[21:57:23] *** predmijat <predmijat!~predmijat@cable-89-216-20-68.static.sbb.rs> has joined #jenkins
[21:57:35] <Jenkins_NEWB> so the child job just gets named "releases/182802.1"
[21:57:57] <Jenkins_NEWB> and it's display name is also "releases/182802.1"
[21:59:08] <Jenkins_NEWB> Those jobs auto-populate to a dashboard based on the jenkins plugin "build-monitor" and a filter for the dashboard. Except... Complaints that they say "releases/..." lol
[21:59:34] *** Rapture <Rapture!~textual@50-204-232-30-static.hfc.comcastbusiness.net> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[22:00:05] *** abayer <abayer!~abayer@jenkins/developer/abayer> has joined #jenkins
[22:00:05] *** ChanServ sets mode: +o abayer
[22:01:05] *** Tectu_ <Tectu_!~Tectu@adsl-130-227.dsl.init7.net> has quit IRC (Ping timeout: 252 seconds)
[22:01:15] *** clouddig <clouddig!~clouddig@74.203.178.70> has quit IRC (Remote host closed the connection)
[22:02:31] *** clouddig <clouddig!~clouddig@74.203.178.70> has joined #jenkins
[22:03:27] *** predmijat <predmijat!~predmijat@cable-89-216-20-68.static.sbb.rs> has quit IRC (Quit: bye)
[22:04:51] *** jimklimov <jimklimov!~jimklimov@ip-86-49-249-248.net.upcbroadband.cz> has quit IRC (Quit: Leaving.)
[22:06:15] *** ky13_ <ky13_!~ky13_@207.141.65.5> has joined #jenkins
[22:07:22] *** predmijat <predmijat!~predmijat@cable-89-216-20-68.static.sbb.rs> has joined #jenkins
[22:09:15] *** Guest24160 is now known as cr3
[22:09:52] <tang^> complainers gonna complain
[22:10:03] *** cr3 is now known as Guest33860
[22:11:19] <tang^> problem with multibranch pipeline is that you have one job for the repo itself and one for each branch. definition of job may not be able to tell those two apart
[22:11:42] *** predmijat <predmijat!~predmijat@cable-89-216-20-68.static.sbb.rs> has quit IRC (Client Quit)
[22:12:57] *** binaryking <binaryking!uid19295@gateway/web/irccloud.com/x-cmlhotanpnwrdmfa> has joined #jenkins
[22:13:45] *** predmijat <predmijat!~predmijat@cable-89-216-20-68.static.sbb.rs> has joined #jenkins
[22:14:50] <Jenkins_NEWB> Correct
[22:15:33] <Jenkins_NEWB> However, when Jenkins creates the child job in the parent pipeline you can open the configuration and see that the description element is present
[22:15:55] <Jenkins_NEWB> I would assume (yeah yeah, i know) that since it's there, it should be modifiable by some setting
[22:16:33] *** dsariel <dsariel!~dsariel@46.19.85.144> has quit IRC (Ping timeout: 240 seconds)
[22:16:51] <Jenkins_NEWB> And display name is arbitrary to the build job itself, so one would again assume (again, i know) that this would also be configurable since it's just a display feature of the job
[22:17:18] <Jenkins_NEWB> Maybe I'm just doing it wrong... I'm willing to accept that
[22:18:51] <Jenkins_NEWB> The 11 upvote answer on this SO is pretty freakin close to what I'm after https://stackoverflow.com/questions/38532119/set-the-pipeline-name-and-description-from-jenkinsfile
[22:19:05] *** TomTom <TomTom!uid45892@gateway/web/irccloud.com/x-spifhfvppuabjapk> has quit IRC (Quit: Connection closed for inactivity)
[22:29:08] <Anticlaus> What are you after if that doesn't do what you want?
[22:30:01] <Jenkins_NEWB> I get the serialization errors mentioned by "Akom" in the last comment under that accept answer
[22:30:18] <Jenkins_NEWB> these --> java.io.NotSerializableException: org.jenkinsci.plugins.workflow.job.WorkflowJob
[22:30:47] *** dsariel <dsariel!~dsariel@46.19.86.130> has joined #jenkins
[22:30:58] <Anticlaus> I imagine if you stuck all of this in a function annotated with @NonCPS that it would work
[22:31:05] *** robnester <robnester!~robnester@cpe-24-163-33-131.nc.res.rr.com> has quit IRC (Ping timeout: 240 seconds)
[22:31:32] <Anticlaus> fwiw I don't think you should rename the job, that sounds like bad times
[22:31:59] <Jenkins_NEWB> not the job, just it's display name
[22:32:03] *** samrocketman <samrocketman!~samgleske@cpe-23-243-71-225.socal.res.rr.com> has joined #jenkins
[22:32:25] *** samrocketman is now known as Guest12796
[22:32:25] <Jenkins_NEWB> i.e. make pretty
[22:32:33] <Anticlaus> Hmm, there's got to be a way to do that with the properties step
[22:32:58] <tang^> the branch job name or the repo job name?
[22:33:13] <Jenkins_NEWB> Prop step didn't seem to have a definition for display name that wasn't tied to a filter
[22:33:27] <Jenkins_NEWB> branch job name @tang^
[22:33:44] *** Rapture <Rapture!~textual@50-204-232-30-static.hfc.comcastbusiness.net> has joined #jenkins
[22:33:51] <tang^> or rather "job display name"
[22:34:46] <Jenkins_NEWB> yes. Branch or repo's display name
[22:34:51] <Jenkins_NEWB> *of
[22:35:31] *** lhochet <lhochet!~LH@bd137-1-82-228-159-209.fbx.proxad.net> has joined #jenkins
[22:35:36] *** moas <moas!~moas@62.129.12.82> has joined #jenkins
[22:35:37] *** clouddig <clouddig!~clouddig@74.203.178.70> has quit IRC (Remote host closed the connection)
[22:35:55] <tang^> so you're probably looking for something in currentBuild.rawBuild.*
[22:36:18] *** jablo <jablo!~jl@80-62-117-140-mobile.dk.customer.tdc.net> has joined #jenkins
[22:36:21] *** hkais <hkais!~xenoadmin@p2E5622DB.dip0.t-ipconnect.de> has joined #jenkins
[22:36:31] <Jenkins_NEWB> I was heading that direction
[22:37:11] *** clouddig <clouddig!~clouddig@74.203.178.70> has joined #jenkins
[22:37:45] <tang^> maybe currentBuild.rawBuild.project.description
[22:39:04] <Jenkins_NEWB> That nailed the description
[22:39:24] <Jenkins_NEWB> guess I'll try the setDisplayName() method the same and see if that works
[22:39:35] *** jablo <jablo!~jl@80-62-117-140-mobile.dk.customer.tdc.net> has quit IRC (Client Quit)
[22:39:48] *** jablo <jablo!~jl@80-62-117-140-mobile.dk.customer.tdc.net> has joined #jenkins
[22:39:59] *** fax <fax!~fax@unaffiliated/fax> has joined #jenkins
[22:41:06] <Jenkins_NEWB> HOLY COW! That did it
[22:41:51] <Jenkins_NEWB> currentBuild.rawBuild.project.setDisplayName('Super New February Release 123.123.1')
[22:42:15] <Jenkins_NEWB> had to accept the script privs, but it's an internal only server. Thanks @tang^
[22:42:59] * tang^ hacks Jenkins_NEWB's server
[22:43:20] <Ney> on windows Master, I can't start jenkins i get an error, access denied
[22:43:34] <Ney> here is the error: https://pastebin.com/3nd54L26
[22:43:49] <tang^> can't touch pastebin from work
[22:44:20] *** moas <moas!~moas@62.129.12.82> has quit IRC (Ping timeout: 276 seconds)
[22:44:39] <Ney> heres's the startup Starting C:\Program Files (x86)\Jenkins\jre\bin\java -Xrs -Xmx256m -Dhudson.lifecycle=hudson.lifecycle.WindowsServiceLifecycle -jar "C:\Program Files (x86)\Jenkins\jenkins.war" --httpPort=80 --webroot="C:\Program Files (x86)\Jenkins\war"
[22:44:56] <tang^> don't use a path with spaces
[22:45:09] <Ney> tang^: how did it work before?
[22:45:14] <tang^> sorry, that was a "reaction"
[22:45:21] <Ney> tang^: I hear yah
[22:45:37] <tang^> gist the error?
[22:46:24] *** jablo <jablo!~jl@80-62-117-140-mobile.dk.customer.tdc.net> has quit IRC (Quit: Leaving.)
[22:48:19] <Jenkins_NEWB> @tang^ lol. Thanks again!
[22:48:29] <schristou> Ney: is there already a java.exe process running for Jenkins?
[22:49:35] *** stephenpc <stephenpc!~nobody@12.28.128.194> has quit IRC (Quit: Dagnabbit...)
[22:50:50] *** ams__ <ams__!uid48118@gateway/web/irccloud.com/x-vcmozammnmmutpbr> has quit IRC (Quit: Connection closed for inactivity)
[22:51:03] <Ney> schristou: good question
[22:51:20] *** davehunt <davehunt!~davehunt@88.97.12.57> has quit IRC (Quit: Leaving...)
[22:52:15] <Ney> I'm restartin it..
[22:52:33] <Ney> should have used linux
[22:52:49] *** siavash_ <siavash_!~siavash@524A43D6.cm-4-3b.dynamic.ziggo.nl> has quit IRC (Quit: siavash_)
[22:53:08] *** sabre1041 <sabre1041!~sabre1041@209.211.103.18> has quit IRC (Remote host closed the connection)
[22:53:09] *** nsizemor <nsizemor!~Thunderbi@192.92.122.128> has quit IRC (Quit: nsizemor)
[22:53:11] <schristou> probably could've checked using process explorer and see if the process has references to Jenkins and just terminate it
[22:53:17] <Ney> LMAO
[22:53:21] <Ney> restart worked
[22:59:48] *** jimklimov <jimklimov!~jimklimov@ip-86-49-249-248.net.upcbroadband.cz> has joined #jenkins
[23:01:24] *** ikus060 <ikus060!~ikus060@modemcable230.98-37-24.static.videotron.ca> has quit IRC (Quit: Leaving)
[23:01:37] *** Amanas <Amanas!~Amanas@cpe-24-162-249-230.nc.res.rr.com> has quit IRC (Ping timeout: 260 seconds)
[23:01:40] *** bmurt <bmurt!~hmm@216.164.232.97> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[23:01:56] *** robnester <robnester!~robnester@cpe-24-163-33-131.nc.res.rr.com> has joined #jenkins
[23:04:57] *** lfitzgerald <lfitzgerald!~lfitzgera@redhat/jboss/lfitzgerald> has quit IRC (Ping timeout: 240 seconds)
[23:07:38] *** moas <moas!~moas@62.129.12.82> has joined #jenkins
[23:09:26] *** bmurt <bmurt!~hmm@216.164.232.97> has joined #jenkins
[23:10:15] *** Guest33860 is now known as cr3
[23:10:45] *** cr3 is now known as Guest10056
[23:12:14] *** moas <moas!~moas@62.129.12.82> has quit IRC (Ping timeout: 260 seconds)
[23:12:30] *** MonsterC_ <MonsterC_!~textual@c-73-224-26-202.hsd1.fl.comcast.net> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[23:15:54] *** colemickens <colemickens!ac5c49bd@pdpc/supporter/professional/geomyidae> has joined #jenkins
[23:16:20] <colemickens> Why are there both `kubernetes-plugin` and `kubernetes-pipeline-plugin` that have nearly identical features?
[23:16:26] <colemickens> And both are under the jenkinsci org?
[23:16:31] <colemickens> And both seem to be actively developed.
[23:16:43] <colemickens> And both seem to lack any documentation as to why it exists alongside the other.
[23:17:28] <colemickens> I had hoped maybe `kube-pipeline-plugin` didn't use the JNLP agent, but that doesn't appear to be the case.
[23:19:09] *** villav <villav!~Thunderbi@72-54-189-186.customerip.birch.net> has quit IRC (Quit: I'm out)
[23:19:29] *** villav <villav!~Thunderbi@72-54-189-186.customerip.birch.net> has joined #jenkins
[23:20:12] *** Jenkins_NEWB <Jenkins_NEWB!d8253a08@gateway/web/freenode/ip.216.37.58.8> has quit IRC (Quit: Page closed)
[23:20:13] *** cmuller <cmuller!~cmuller@96.61.69.86.rev.sfr.net> has joined #jenkins
[23:20:35] *** cmuller <cmuller!~cmuller@96.61.69.86.rev.sfr.net> has quit IRC (Client Quit)
[23:20:36] *** DevopsNewb <DevopsNewb!~textual@66.171.165.122> has joined #jenkins
[23:21:34] *** rrutkowski <rrutkowski!~rrutkowsk@vpn28.hotsplots.net> has quit IRC (Ping timeout: 260 seconds)
[23:22:59] <tang^> plugins often start their lives outside of jenkinsci
[23:24:52] <rtyler> colemickens: hi
[23:25:19] <colemickens> It also looks like the pipeline plugin is building on top of kubernetes-plugin, as I've dug in a bit more.
[23:25:23] *** Guest10056 <Guest10056!~cr3@207.107.68.234> has quit IRC (Quit: leaving)
[23:25:39] *** Kelzier <Kelzier!~duka@87.116.177.53> has quit IRC (Ping timeout: 260 seconds)
[23:25:42] <rtyler> colemickens: the kubernetes-pipeline-plugin doesn't /seem/ to me to have much utility, kubernetes-plugin is much more actively developed and used IMO
[23:26:02] <Anticlaus> ^
[23:26:16] <colemickens> Great to hear, that aligns with what I was observing. :)
[23:26:43] <rtyler> colemickens: are you on the dev list perhaps? there's some kubernetes stuff coming up real soon now that I think might be relevant to your interests
[23:26:51] <rtyler> and it doesn't necessarily have anything to do with Azure ^_^
[23:27:01] <tang^> looks like fabric8 wrote the pipeline plugin for their specific use-case
[23:27:49] <Anticlaus> I am interested in kubernetes stuff and am not on the dev list; what's the stuff?
[23:27:59] <rtyler> the stuff is coming up real soon now
[23:28:04] <rtyler> if I told you the stuff
[23:28:10] <rtyler> then it wouldn't be coming up
[23:28:11] <rtyler> it'd be here
[23:28:16] <Anticlaus> rude
[23:28:24] <rtyler> heh
[23:28:36] <Anticlaus> sorry did I say I'm not on the dev list
[23:28:40] <Anticlaus> I meant that I _am_ on the dev list
[23:28:45] <Anticlaus> so just, y'know, lay it on me
[23:28:45] <rtyler> Anticlaus: I need to entice colemickens, since he's helped me so much with my kvetching about kubernetes on Azure :)
[23:28:50] <oleg-nenashev> rtyler: thanks!
[23:29:13] <rtyler> oleg-nenashev: you're welcome! for whatever you're thanking for :)_
[23:29:27] <oleg-nenashev> Moving issues to components
[23:29:33] <tang^> maybe you just seem like a thankable guy
[23:29:46] <rtyler> tang^: definitely not the case, see also: jenkins-infra :P
[23:29:58] <tang^> yeah, over there you're pretty cranky
[23:30:11] *** DevopsNewb <DevopsNewb!~textual@66.171.165.122> has quit IRC (Quit: My iMac has gone to sleep. ZZZzzz…)
[23:30:18] <rtyler> heh
[23:30:36] <rtyler> infra users are statistically not thankful at all
[23:30:36] <colemickens> rtyler: I was wondering for a second. The "doesn't necessarily have to do with Azure" comment was pretty specific. :)
[23:30:41] <oleg-nenashev> I somewhat triage all issues incoming to Jenkins tracker due to JEP-200, at least all strangely looking ones
[23:30:48] <colemickens> I'll skim the list to see if I see kubernetes related stuff.
[23:30:57] *** villav <villav!~Thunderbi@72-54-189-186.customerip.birch.net> has quit IRC (Ping timeout: 240 seconds)
[23:31:05] <rtyler> colemickens: if you PM me an email address, I'll make sure you receive the stuff
[23:31:23] <rtyler> and by "make sure" I mean, I'll make sure bitwiseman emails you :P
[23:32:00] <colemickens> I'm not sure how much I will be able to look/play. What I'm doing for work has to get done ASAP. What I'm doing for personal CI is probably going to be kube's prow all up instead of jenkins.
[23:32:20] <colemickens> But certainly quite curious!
[23:34:12] <bitwiseman> rtyler: vaguebooking on irc is still vaguebooking.
[23:34:44] <rtyler> bitwiseman: yissss
[23:35:13] *** Guest12796 <Guest12796!~samgleske@cpe-23-243-71-225.socal.res.rr.com> has quit IRC (Ping timeout: 240 seconds)
[23:35:34] <rtyler> h8er
[23:36:23] <rtyler> colemickens: I definitely understand the "work stuff ASAP" thing
[23:36:33] <rtyler> I feel like that's been most of my time in the Jenkins project :P
[23:37:56] <oleg-nenashev> danielbeck: it is NOT recommended to use jenkins-admin to add committers now, right?
[23:38:09] <danielbeck> oleg-nenashev feel free to add to specific repos
[23:38:17] <danielbeck> I've not yet removed the per-repo teams
[23:38:34] <danielbeck> those will be migrated once I write, get accepted, then implement the JEP
[23:38:44] <danielbeck> adding to Everyone still works, just doesn't do anything
[23:38:55] <oleg-nenashev> works for me
[23:39:08] <danielbeck> as in, no/very few repos in Everyone
[23:39:25] <oleg-nenashev> jenkins-admin: make dwnusbaum a committer of promoted-builds-plugin
[23:39:31] <jenkins-admin> Added dwnusbaum as a GitHub committer for repository promoted-builds-plugin
[23:42:42] *** Flotho66 <Flotho66!~florent@bch66-4-88-174-59-47.fbx.proxad.net> has quit IRC (Ping timeout: 245 seconds)
[23:43:38] *** bmurt <bmurt!~hmm@216.164.232.97> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[23:43:58] *** Flotho66 <Flotho66!~florent@bch66-4-88-174-59-47.fbx.proxad.net> has joined #jenkins
[23:44:57] *** vpandey <vpandey!~vivekpand@4.14.36.210> has quit IRC (Remote host closed the connection)
[23:46:32] *** villav <villav!~Thunderbi@72-54-189-186.customerip.birch.net> has joined #jenkins
[23:47:16] <danielbeck> jenkins-admin: yo
[23:47:16] <jenkins-admin> Wut?
[23:47:50] *** autojack_ is now known as autojack
[23:48:33] *** abayer <abayer!~abayer@jenkins/developer/abayer> has quit IRC (Quit: Leaving.)
[23:48:57] *** vjuranek <vjuranek!~vjuranek@redhat/jboss/vjuranek> has quit IRC (Ping timeout: 245 seconds)
[23:49:07] <danielbeck> jenkins-admin: nevermind
[23:49:07] <jenkins-admin> I didn't understand the command
[23:50:33] <oleg-nenashev> jenkins-admin: make dwnusbaum a committer of apache-httpcomponents-client-4-api-plugin
[23:50:40] <jenkins-admin> Added dwnusbaum as a GitHub committer for repository apache-httpcomponents-client-4-api-plugin
[23:50:41] *** mbenson <mbenson!~mbenson@apache/committer/mbenson> has quit IRC (Remote host closed the connection)
[23:51:02] <oleg-nenashev> jenkins-admin: make dwnusbaum a committer of jackson2-api-plugin
[23:51:09] <jenkins-admin> Added dwnusbaum as a GitHub committer for repository jackson2-api-plugin
[23:51:10] *** TinkerTyper <TinkerTyper!~putneyj@75-8-78-151.lightspeed.rlghnc.sbcglobal.net> has quit IRC (Quit: ZNC 1.7.x-nightly-20180214-1b69373b - https://znc.in)
[23:51:21] <oleg-nenashev> jenkins-admin: make dwnusbaum a committer of jackson-databind-plugin
[23:51:27] *** mbenson <mbenson!~mbenson@135.84.32.3> has joined #jenkins
[23:51:27] *** mbenson <mbenson!~mbenson@135.84.32.3> has quit IRC (Changing host)
[23:51:27] *** mbenson <mbenson!~mbenson@apache/committer/mbenson> has joined #jenkins
[23:51:28] <jenkins-admin> Added dwnusbaum as a GitHub committer for repository jackson-databind-plugin
[23:51:39] *** TinkerTyper <TinkerTyper!~putneyj@75-8-78-151.lightspeed.rlghnc.sbcglobal.net> has joined #jenkins
[23:53:32] *** MonsterCookies <MonsterCookies!~textual@c-73-224-26-202.hsd1.fl.comcast.net> has joined #jenkins
[23:55:56] *** ky13_ <ky13_!~ky13_@207.141.65.5> has quit IRC (Remote host closed the connection)
[23:56:44] *** newhouse <newhouse!~newhouse@162.33.165.83.dynamic.reverse-mundo-r.com> has joined #jenkins
[23:57:05] *** akostadinov <akostadinov!~avalon@redhat/jboss/akostadinov> has quit IRC (Ping timeout: 240 seconds)
[23:57:07] *** jablo <jablo!~jl@80-62-117-140-mobile.dk.customer.tdc.net> has joined #jenkins
[23:57:42] *** ky13_ <ky13_!~ky13_@207.141.65.5> has joined #jenkins
[23:59:12] *** jablo <jablo!~jl@80-62-117-140-mobile.dk.customer.tdc.net> has quit IRC (Read error: No route to host)
[23:59:17] *** jablo1 <jablo1!~jl@80-62-117-140-mobile.dk.customer.tdc.net> has joined #jenkins
[23:59:37] *** vpandey <vpandey!~vivekpand@4.14.36.210> has joined #jenkins
top

   February 28, 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 | >