Re: External Artifact Storage

2018-04-20 Thread Liam Newman
Re: Accepted status: I have a PR 76 pending merge that (among other things) clarifies the meaning of "Accepted" status. One of the key points is that review and acceptance should not be taken lightly. By marking a JEP as "Accepted" the Reviewer

Re: External Artifact Storage

2018-04-20 Thread Kohsuke Kawaguchi
This is a great effort that tackles a part of a broad problem space for large scale / cloud native Jenkins users. My hats off to Carlos, Jesse, and Oleg for driving these efforts. I've assigned Jesse as BDFL Delegate to this JEP. For the future, a few nit pickings. I feel that the write-up of

Re: External Artifact Storage

2018-04-20 Thread R. Tyler Croy
(replies inline) On Fri, 13 Apr 2018, Carlos Sanchez wrote: > PR submitted at https://github.com/jenkinsci/jep/pull/83 Related to this work is this pull request which implements extensions to VirtualFile, which I would consider very key to this work:

Re: External Artifact Storage

2018-04-17 Thread Baptiste Mathus
Posted a small comment/request for clarification on the merged PR, but otherwise LGTM. 2018-04-13 17:38 GMT+02:00 Carlos Sanchez : > PR submitted at https://github.com/jenkinsci/jep/pull/83 > > On Fri, Apr 13, 2018 at 5:24 PM, Oleg Nenashev > wrote: >

Re: Jenkins External Artifact Storage core changes in LTS

2018-04-16 Thread Carlos Sanchez
On Mon, Apr 16, 2018 at 9:32 AM, Oliver Gondža wrote: > Thanks for the details, guys. I have rechecked all new API is annotated > with Beta. I am wondering, what plugins are going to consume this? I am > trying to understand what userbase will be exposed to the change, what

Re: Jenkins External Artifact Storage core changes in LTS

2018-04-16 Thread Oliver Gondža
Thanks for the details, guys. I have rechecked all new API is annotated with Beta. I am wondering, what plugins are going to consume this? I am trying to understand what userbase will be exposed to the change, what use cases can be affected. Having said that, I see this backportable into .3

Re: Jenkins External Artifact Storage core changes in LTS

2018-04-15 Thread Carlos Sanchez
On Fri, Apr 13, 2018, 22:08 R. Tyler Croy wrote: > (replies inline) > > On Fri, 13 Apr 2018, Oliver Gond??a wrote: > > > On 2018-04-13 18:23, Carlos Sanchez wrote: > > > Hi Oliver, > > > > > > There are some changes for core that would be really helpful to have in > > >

Re: Jenkins External Artifact Storage core changes in LTS

2018-04-13 Thread R. Tyler Croy
(replies inline) On Fri, 13 Apr 2018, Oliver Gond??a wrote: > On 2018-04-13 18:23, Carlos Sanchez wrote: > > Hi Oliver, > > > > There are some changes for core that would be really helpful to have in > > hands of people for testing sooner than later > > > >

Re: Jenkins External Artifact Storage core changes in LTS

2018-04-13 Thread Oliver Gondža
On 2018-04-13 18:23, Carlos Sanchez wrote: Hi Oliver, There are some changes for core that would be really helpful to have in hands of people for testing sooner than later https://github.com/jenkinsci/jenkins/pull/3302 All new methods are marked with the new @Beta annotation so it should be

Re: External Artifact Storage

2018-04-13 Thread Carlos Sanchez
PR submitted at https://github.com/jenkinsci/jep/pull/83 On Fri, Apr 13, 2018 at 5:24 PM, Oleg Nenashev wrote: > Looks good to me **as a DRAFT**. > Please propose a pull request so that JEP editors can review it. > > We also need somebody to be selected as BDFL Delegate

Re: External Artifact Storage

2018-04-13 Thread Oleg Nenashev
Looks good to me **as a DRAFT**. Please propose a pull request so that JEP editors can review it. We also need somebody to be selected as BDFL Delegate if KK is not available to review it. BR, Oleg On Friday, April 13, 2018 at 4:25:38 AM UTC+2, Jesse Glick wrote: > > +1 > -- You received

Re: External Artifact Storage

2018-04-12 Thread Jesse Glick
+1 -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-dev+unsubscr...@googlegroups.com. To view this discussion on the web visit

External Artifact Storage

2018-04-12 Thread Carlos Sanchez
Hi there, With the goal to make Jenkins more "cloud-friendly" or "cloud-native" I have created a JEP draft to enable the storage of artifacts outside the Jenkins home, ready for review https://github.com/carlossg/jep/tree/jep-submission/jep/ TL;DR Adding an ArtifactManager implementation