Re: [Proposal] Transfer of CloudBees-community/syslog-java-client to jenkinsci Github org

2022-03-15 Thread Basil Crow
On Tue, Mar 15, 2022 at 11:00 AM 'Cyrille Le Clerc' via Jenkins
Developers  wrote:
> Did you consider publishing exclusively to Jenkins' own maven repository?

I have configured the repositories we have transferred already, like
Mock JavaMail and File Leak Detector, to publish exclusively to the
Jenkins project's Artifactory server. This is the path of least
resistance, as it allows us to reuse existing infrastructure. Projects
that are only consumed by the Jenkins community will have no issue
with this. Projects that are consumed outside of the Jenkins community
need to adjust their build to add the Jenkins project's Artifactory
server. I think this is a reasonable burden to bear in exchange for
the infrastructure provided by the Jenkins project, but if somebody
feels strongly otherwise they can always set up releases to e.g. Maven
Central. My plan for syslog-java-client was to follow the existing
pattern and publish new releases exclusively to the Jenkins project's
Artifactory server.

-- 
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 
https://groups.google.com/d/msgid/jenkinsci-dev/CAFwNDjoQCcztjYn1SLU8Sha55_1EDCD1VCDuj0wuiUwHAp403A%40mail.gmail.com.


Re: Using data-tables-api-plugin

2022-03-15 Thread Tim Jacomb
If you can share your code / a branch with what you have you might get
better help if that's possible

On Tue, 15 Mar 2022 at 19:44, Ullrich Hafner 
wrote:

>
>
> Am 11.03.2022 um 07:31 schrieb Marit M :
>
> Hi,
>
> I'm trying to implement tables with dynamic model based content in my
> plugin.
> Only the table columns are displayed, while the the content is missing,
> and instead the following message is displayed: "Loading - please wait ...".
>
> I tried to debug with a breakpoint at getRows() and it seems like it's not
> being called.
>
> Looking at the browser console:
>
>  Uncaught ReferenceError: Prototype is not defined
> at no-prototype.js:2:1
> :8080/jenkins/$stapler/bound/7c9ca447-e432-4e0c-8aac-d6a208329a5b/getTableRows:1
>  Failed to load resource: the server responded with a status of 403
> (Forbidden)
>
> 404 Not Found
>
> Stapler processed this HTTP request as follows, but couldn't find the
> resource to consume the request
> -> evaluate(
> :org.kohsuke.stapler.bind.BoundObjectTable,"/7c9ca447-e432-4e0c-8aac-d6a208329a5b/getTableRows")
> ->
> evaluate(((StaplerFallback)).getStaplerFallback(),"/7c9ca447-e432-4e0c-8aac-d6a208329a5b/getTableRows")
> -> evaluate(
> :org.kohsuke.stapler.bind.BoundObjectTable$Table,"/7c9ca447-e432-4e0c-8aac-d6a208329a5b/getTableRows")
> -> 
> evaluate(.getDynamic("7c9ca447-e432-4e0c-8aac-d6a208329a5b",...),"/getTableRows")
> -> evaluate(
> :com.bmc.ims.BmcCfaAction,"/getTableRows") -> No matching rule was found
> on  for "/getTableRows"
>
>  has the following URL mappings, in
> the order of preference:
>
>1. If path ends without '/' insert it
>2. 
> io.jenkins.plugins.datatables.DefaultAsyncTableContentProvider.getTableRows(...)
>for url=/getTableRows/...
>3. VIEW.groovy for url=/VIEW
>4. VIEW.gsp for url=/VIEW
>5. VIEW.jelly for url=/VIEW
>6. index view of org.kohsuke.stapler.jelly.groovy.GroovyFacet@163d95c0
>for url=/
>7. index view of org.kohsuke.stapler.jelly.JellyFacet@41be6b24 for
>url=/
>8. BLOCKED: java.lang.String com.bmc.ims.BmcCfaAction.getDisplayName()
>for url=/displayName/...
>9. BLOCKED: java.lang.String
>com.bmc.ims.BmcCfaAction.getIconFileName() for url=/iconFileName/...
>10. BLOCKED: java.lang.String com.bmc.ims.BmcCfaAction.getUrlName()
>for url=/urlName/...
>11. BLOCKED: java.io.File com.bmc.ims.BmcCfaAction.getRelatedJob() for
>url=/relatedJob/...
>12. BLOCKED: java.lang.String
>com.bmc.ims.BmcCfaAction.getCommitModel() for url=/commitModel/...
>13. BLOCKED: io.jenkins.plugins.datatables.TableModel
>com.bmc.ims.BmcCfaAction.getTableModel(String) for 
> url=/tableModel/TOKEN/...
>14. BLOCKED: java.lang.String
>
> io.jenkins.plugins.datatables.DefaultAsyncTableContentProvider.getTableRows(String)
>for url=/tableRows/TOKEN/...
>
>
> Any idea?
>
>
> Does your class implement the AsyncTableContentProvider Interface? Or why
> is the method call blocked?
>
>
> Thanks,
> Marit.
>
> --
> 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
> https://groups.google.com/d/msgid/jenkinsci-dev/7d49b425-2339-4755-9f20-b4ed90128d41n%40googlegroups.com
> 
> .
>
>
> --
> 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
> https://groups.google.com/d/msgid/jenkinsci-dev/96821D23-0034-4341-A48A-5FC0725866CE%40gmail.com
> 
> .
>

-- 
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 
https://groups.google.com/d/msgid/jenkinsci-dev/CAH-3BieYaeK2nBfzm6TMZCfbc5bc9TPK97eShzw_iFEJcBLC7g%40mail.gmail.com.


Re: [jenkins-infra] Re: Missing Version Installation Count

2022-03-15 Thread Tim Jacomb
Hi

The stats look accurate to me.
I cherry-picked the PR to fix the Html into the gh-pages branch as looks
like it's not synced automatically:
https://github.com/jenkins-infra/infra-statistics/pull/47

The stats page now shows it:
https://stats.jenkins.io/pluginversions/adobe-cloud-manager.html

Thanks
Tim

On Tue, 15 Mar 2022 at 16:38, Bryan Stopp  wrote:

> I know its been a while - is there anything needs to happen on my end to
> get these stats updated?  (Such as publish a new release?)
>
> On Friday, August 6, 2021 at 2:37:14 PM UTC-5 timja...@gmail.com wrote:
>
>> The issue has been tracked down:
>>
>> https://github.com/jenkins-infra/plugin-site/pull/764#issuecomment-894471739
>>
>> This code needs changing:
>> https://github.com/jenkins-infra/infra-statistics/blob/gh-pages/pluginversions/pluginversions.js#L12
>>
>> On Thu, 5 Aug 2021 at 22:13, Tim Jacomb  wrote:
>>
>>> Right I guess there’s something wrong in the HTML file generation
>>>
>>> On Thu, 5 Aug 2021 at 21:33, 'Gavin Mogan' via Jenkins Infrastructure <
>>> jenkin...@googlegroups.com> wrote:
>>>
 plugin site uses the raw data from
 https://github.com/jenkins-infra/plugin-site-api/blob/921cc1eb4c2b2bdef791cbdfd9c9b27e4eec5b81/src/main/java/io/jenkins/plugins/generate/parsers/StatsPluginDataParser.java#L26

 On Thu, Aug 5, 2021 at 12:58 PM Mark Waite 
 wrote:

> I suspect that the installation count on the top level page is
> retrieved from a different location that uses more recent data than the
> pages on the stats.jenkins.io site
>
> On Thu, Aug 5, 2021 at 12:53 PM Mark Waite 
> wrote:
>
>> My last discussion on the stats system was with Gareth Evans.  I
>> believe he said that it is run once a month by Andrew Bayer to summarize
>> collected data.  I don't know of a CI job that performs the work.  I 
>> could
>> be wrong, but that's my recollection.
>
>
>>
>> On Thursday, August 5, 2021 at 12:23:22 PM UTC-6 timja...@gmail.com
>> wrote:
>>
>>> Hmm, cc infra
>>>
>>> Where is this run from? I found 2 jobs on trusted ci for it.
>>>
>>> 1 hadn't been run since 2018 and was disabled, I've deleted it
>>> I found another one here:
>>> https://trusted.ci.jenkins.io:1443/job/Infrastructure/job/infra-statistics
>>> (infra team only)
>>>
>>> Which had no build history (I've triggered the build there to see
>>> what happens).
>>>
>>> I can't find it anywhere else that looks like it
>>>
>>> ci.jenkins.io just exits the build immediately if not trusted
>>>
>>> I've checked my plugins with JEP-229 and they aren't showing up
>>> either
>>>
>>>
>>>
>>> On Thu, 5 Aug 2021 at 18:51, Bryan Stopp  wrote:
>>>

 Does the "Detailed Version Installation" information on a plugin
 not know how to report non-semantic versions? My plugin page shows 32
 installs, but the detailed info only says 20.

 https://plugins.jenkins.io/adobe-cloud-manager/

 Anyone know?

 -B


 --
 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-de...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/jenkinsci-dev/4be5ab18-9621-41ff-8672-25cbfe77c343n%40googlegroups.com
 
 .

>>> --
>>
> You received this message because you are subscribed to a topic in the
>> Google Groups "Jenkins Infrastructure" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/jenkins-infra/THtrph3X3W8/unsubscribe
>> .
>> To unsubscribe from this group and all its topics, send an email to
>> jenkins-infr...@googlegroups.com.
>> To view this discussion on the web, visit
>> https://groups.google.com/d/msgid/jenkins-infra/ce2bce00-454e-468c-b040-93da17634aa1n%40googlegroups.com
>> 
>> .
>>
> --
> You received this message because you are subscribed to the Google
> Groups "Jenkins Infrastructure" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to jenkins-infr...@googlegroups.com.
> To view this discussion on the web, visit
> https://groups.google.com/d/msgid/jenkins-infra/CAO49JtGO5kSgNBFGFJ2YSR%3DkX3TccjomdVO-6x%3DtpRFi0qvN2w%40mail.gmail.com
> 

Re: Using data-tables-api-plugin

2022-03-15 Thread Ullrich Hafner


> Am 11.03.2022 um 07:31 schrieb Marit M :
> 
> Hi,
> 
> I'm trying to implement tables with dynamic model based content in my plugin.
> Only the table columns are displayed, while the the content is missing, and 
> instead the following message is displayed: "Loading - please wait ...".
> 
> I tried to debug with a breakpoint at getRows() and it seems like it's not 
> being called.
> 
> Looking at the browser console:
> 
>  Uncaught ReferenceError: Prototype is not defined
> at no-prototype.js:2:1
> :8080/jenkins/$stapler/bound/7c9ca447-e432-4e0c-8aac-d6a208329a5b/getTableRows:1
>   Failed to load resource: the server responded with a status of 403 
> (Forbidden)
> 
> 404 Not Found
> Stapler processed this HTTP request as follows, but couldn't find the 
> resource to consume the request
> 
> -> evaluate( 
> :org.kohsuke.stapler.bind.BoundObjectTable,"/7c9ca447-e432-4e0c-8aac-d6a208329a5b/getTableRows")
>  -> 
> evaluate(((StaplerFallback)).getStaplerFallback(),"/7c9ca447-e432-4e0c-8aac-d6a208329a5b/getTableRows")
>  -> evaluate( 
> :org.kohsuke.stapler.bind.BoundObjectTable$Table,"/7c9ca447-e432-4e0c-8aac-d6a208329a5b/getTableRows")
>  -> 
> evaluate(.getDynamic("7c9ca447-e432-4e0c-8aac-d6a208329a5b",...),"/getTableRows")
>  -> evaluate( 
> :com.bmc.ims.BmcCfaAction,"/getTableRows") -> No matching rule was found on 
>  for "/getTableRows"
>  has the following URL mappings, in the 
> order of preference:
> 
> If path ends without '/' insert it
> io.jenkins.plugins.datatables.DefaultAsyncTableContentProvider.getTableRows(...)
>  for url=/getTableRows/...
> VIEW.groovy for url=/VIEW
> VIEW.gsp for url=/VIEW
> VIEW.jelly for url=/VIEW
> index view of org.kohsuke.stapler.jelly.groovy.GroovyFacet@163d95c0 for url=/
> index view of org.kohsuke.stapler.jelly.JellyFacet@41be6b24 for url=/
> BLOCKED: java.lang.String com.bmc.ims.BmcCfaAction.getDisplayName() for 
> url=/displayName/...
> BLOCKED: java.lang.String com.bmc.ims.BmcCfaAction.getIconFileName() for 
> url=/iconFileName/...
> BLOCKED: java.lang.String com.bmc.ims.BmcCfaAction.getUrlName() for 
> url=/urlName/...
> BLOCKED: java.io.File com.bmc.ims.BmcCfaAction.getRelatedJob() for 
> url=/relatedJob/...
> BLOCKED: java.lang.String com.bmc.ims.BmcCfaAction.getCommitModel() for 
> url=/commitModel/...
> BLOCKED: io.jenkins.plugins.datatables.TableModel 
> com.bmc.ims.BmcCfaAction.getTableModel(String) for url=/tableModel/TOKEN/...
> BLOCKED: java.lang.String 
> io.jenkins.plugins.datatables.DefaultAsyncTableContentProvider.getTableRows(String)
>  for url=/tableRows/TOKEN/...
> 
> Any idea?
> 

Does your class implement the AsyncTableContentProvider Interface? Or why is 
the method call blocked?


> Thanks,
> Marit.
> 
> -- 
> 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 
> https://groups.google.com/d/msgid/jenkinsci-dev/7d49b425-2339-4755-9f20-b4ed90128d41n%40googlegroups.com
>  
> .

-- 
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 
https://groups.google.com/d/msgid/jenkinsci-dev/96821D23-0034-4341-A48A-5FC0725866CE%40gmail.com.


Re: [Proposal] Transfer of CloudBees-community/syslog-java-client to jenkinsci Github org

2022-03-15 Thread 'Cyrille Le Clerc' via Jenkins Developers
Thanks, I assumed the Jenkins community didn't have the permission to
publish on maven central artifacts with the group Id com.cloudbees.

Did you consider publishing exclusively to Jenkins' own maven repository?

Cyrille

Le mar. 15 mars 2022 à 16:29, Basil Crow  a écrit :

> On Tue, Mar 15, 2022 at 1:30 AM 'Gavin Mogan' via Jenkins Developers <
> jenkinsci-dev@googlegroups.com> wrote:
> > Why do you need to change the group of?
>
> I concur with Gavin. I see no reason to change the Maven group ID or
> artifact ID, and we have historically not changed these when transferring
> repositories into the jenkinsci GitHub organization. For example, the
> recently-transferred File Leak Detector retains the original org.kohsuke
> group ID.
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Jenkins Developers" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/jenkinsci-dev/ZmNbkgCadUY/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> jenkinsci-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-dev/CAFwNDjqTCEASOE7Nh%2BhftZGSYqwfzSSH0u9H5EUftiMZ-NVhaQ%40mail.gmail.com
> 
> .
>

-- 
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 
https://groups.google.com/d/msgid/jenkinsci-dev/CAC0pbn4h8O_%2BWhcnQoApdhfaB1OkNnYNSPMDSgaYY1bnrixdeg%40mail.gmail.com.


Re: [jenkins-infra] Re: Missing Version Installation Count

2022-03-15 Thread Bryan Stopp
I know its been a while - is there anything needs to happen on my end to 
get these stats updated?  (Such as publish a new release?)

On Friday, August 6, 2021 at 2:37:14 PM UTC-5 timja...@gmail.com wrote:

> The issue has been tracked down:
>
> https://github.com/jenkins-infra/plugin-site/pull/764#issuecomment-894471739
>
> This code needs changing: 
> https://github.com/jenkins-infra/infra-statistics/blob/gh-pages/pluginversions/pluginversions.js#L12
>
> On Thu, 5 Aug 2021 at 22:13, Tim Jacomb  wrote:
>
>> Right I guess there’s something wrong in the HTML file generation
>>
>> On Thu, 5 Aug 2021 at 21:33, 'Gavin Mogan' via Jenkins Infrastructure <
>> jenkin...@googlegroups.com> wrote:
>>
>>> plugin site uses the raw data from 
>>> https://github.com/jenkins-infra/plugin-site-api/blob/921cc1eb4c2b2bdef791cbdfd9c9b27e4eec5b81/src/main/java/io/jenkins/plugins/generate/parsers/StatsPluginDataParser.java#L26
>>>
>>> On Thu, Aug 5, 2021 at 12:58 PM Mark Waite  wrote:
>>>
 I suspect that the installation count on the top level page is 
 retrieved from a different location that uses more recent data than the 
 pages on the stats.jenkins.io site

 On Thu, Aug 5, 2021 at 12:53 PM Mark Waite  
 wrote:

> My last discussion on the stats system was with Gareth Evans.  I 
> believe he said that it is run once a month by Andrew Bayer to summarize 
> collected data.  I don't know of a CI job that performs the work.  I 
> could 
> be wrong, but that's my recollection.


>
> On Thursday, August 5, 2021 at 12:23:22 PM UTC-6 timja...@gmail.com 
> wrote:
>
>> Hmm, cc infra
>>
>> Where is this run from? I found 2 jobs on trusted ci for it. 
>>
>> 1 hadn't been run since 2018 and was disabled, I've deleted it
>> I found another one here: 
>> https://trusted.ci.jenkins.io:1443/job/Infrastructure/job/infra-statistics
>>  
>> (infra team only)
>>
>> Which had no build history (I've triggered the build there to see 
>> what happens).
>>
>> I can't find it anywhere else that looks like it
>>
>> ci.jenkins.io just exits the build immediately if not trusted
>>
>> I've checked my plugins with JEP-229 and they aren't showing up either
>>
>>
>>
>> On Thu, 5 Aug 2021 at 18:51, Bryan Stopp  wrote:
>>
>>>
>>> Does the "Detailed Version Installation" information on a plugin not 
>>> know how to report non-semantic versions? My plugin page shows 32 
>>> installs, 
>>> but the detailed info only says 20.
>>>
>>> https://plugins.jenkins.io/adobe-cloud-manager/
>>>
>>> Anyone know?
>>>
>>> -B
>>>
>>>
>>> -- 
>>> 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-de...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/jenkinsci-dev/4be5ab18-9621-41ff-8672-25cbfe77c343n%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>> -- 
>
 You received this message because you are subscribed to a topic in the 
> Google Groups "Jenkins Infrastructure" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/jenkins-infra/THtrph3X3W8/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to 
> jenkins-infr...@googlegroups.com.
> To view this discussion on the web, visit 
> https://groups.google.com/d/msgid/jenkins-infra/ce2bce00-454e-468c-b040-93da17634aa1n%40googlegroups.com
>  
> 
> .
>
 -- 
 You received this message because you are subscribed to the Google 
 Groups "Jenkins Infrastructure" group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to jenkins-infr...@googlegroups.com.
 To view this discussion on the web, visit 
 https://groups.google.com/d/msgid/jenkins-infra/CAO49JtGO5kSgNBFGFJ2YSR%3DkX3TccjomdVO-6x%3DtpRFi0qvN2w%40mail.gmail.com
  
 
 .

>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "Jenkins Infrastructure" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to jenkins-infr...@googlegroups.com.
>>> To view this discussion on the web, visit 
>>> 

Re: [Proposal] Transfer of CloudBees-community/syslog-java-client to jenkinsci Github org

2022-03-15 Thread Basil Crow
On Tue, Mar 15, 2022 at 1:30 AM 'Gavin Mogan' via Jenkins Developers <
jenkinsci-dev@googlegroups.com> wrote:
> Why do you need to change the group of?

I concur with Gavin. I see no reason to change the Maven group ID or
artifact ID, and we have historically not changed these when transferring
repositories into the jenkinsci GitHub organization. For example, the
recently-transferred File Leak Detector retains the original org.kohsuke
group ID.

-- 
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 
https://groups.google.com/d/msgid/jenkinsci-dev/CAFwNDjqTCEASOE7Nh%2BhftZGSYqwfzSSH0u9H5EUftiMZ-NVhaQ%40mail.gmail.com.


Re: [Proposal] Transfer of CloudBees-community/syslog-java-client to jenkinsci Github org

2022-03-15 Thread 'Gavin Mogan' via Jenkins Developers
Why do you need to change the group of?

If you do a transfer, it'll leave a redirect from the old URL to new url.
Plus you can update SCM info in the pom file.

If you want to change the group id, I think it should be a fork and leave
the old one behind.

My 2 cents

On Tue., Mar. 15, 2022, 1:27 a.m. 'Cyrille Le Clerc' via Jenkins
Developers,  wrote:

> A question please: as there are many users of the syslog-java-client
> outside of the Jenkins community, how do we plan to explain them the
> migration? I guess we will change the Maven artifact groupID...
>
> Can we keep an archived version of the syslog-java-client repo under the
> CloudBeesCommunity organization to explain the migration?
>
> Cyrille
>
> On Tuesday, March 15, 2022 at 9:24:59 AM UTC+1 Cyrille Le Clerc wrote:
>
>> Sounds like a perfect plan.
>>
>> Many thanks
>>
>> Cyrille
>>
>> On Monday, March 14, 2022 at 11:26:38 PM UTC+1 m...@basilcrow.com wrote:
>>
>>> On Mon, Mar 14, 2022 at 3:08 PM 'Cyrille Le Clerc' via Jenkins
>>> Developers  wrote:
>>> > It's a great idea to allow the syslog-java-client to progress
>>> migrating it to the Jenkins Community. I'm fully supportive.
>>> > The MIT License should make it easy.
>>>
>>> Thank you for the quick reply! In that case, I think we can proceed with
>>> the transfer without the two-week waiting period.
>>>
>>> Based on my reading of Transferring a repository
>>> ,
>>> the owner on the source side (i.e., CloudBees-community) needs to
>>> initiate the transfer to the target side (i.e., jenkinsci), and the
>>> owner on the target side needs to accept the transfer within one day. I am
>>> not a GitHub organization owner on either side, but I assume there will be
>>> no issue accepting the transfer on the target side. So I think the next
>>> step is to initiate the transfer on the source side. Once the transfer has
>>> been completed in GitHub, I can create a PR for
>>> repository-permissions-updater
>>>  to
>>> grant Cyrille Le Clerc and myself initial GitHub and Artifactory
>>> permissions. If desired, I can then update the build to use the Jenkins
>>> project's build and release processes to complete the transition.
>>>
>> --
> 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
> https://groups.google.com/d/msgid/jenkinsci-dev/93b73619-1ccd-4168-b3e9-f1a7d2edad7bn%40googlegroups.com
> 
> .
>

-- 
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 
https://groups.google.com/d/msgid/jenkinsci-dev/CAG%3D_DuufXVdok7bC4e2aC53Kb6qx_3EjHS8duzZ%3DJOFwzmzVhg%40mail.gmail.com.


Re: [Proposal] Transfer of CloudBees-community/syslog-java-client to jenkinsci Github org

2022-03-15 Thread 'Cyrille Le Clerc' via Jenkins Developers
A question please: as there are many users of the syslog-java-client 
outside of the Jenkins community, how do we plan to explain them the 
migration? I guess we will change the Maven artifact groupID...

Can we keep an archived version of the syslog-java-client repo under the 
CloudBeesCommunity organization to explain the migration?

Cyrille

On Tuesday, March 15, 2022 at 9:24:59 AM UTC+1 Cyrille Le Clerc wrote:

> Sounds like a perfect plan.
>
> Many thanks
>
> Cyrille
>
> On Monday, March 14, 2022 at 11:26:38 PM UTC+1 m...@basilcrow.com wrote:
>
>> On Mon, Mar 14, 2022 at 3:08 PM 'Cyrille Le Clerc' via Jenkins Developers 
>>  wrote:
>> > It's a great idea to allow the syslog-java-client to progress migrating 
>> it to the Jenkins Community. I'm fully supportive.
>> > The MIT License should make it easy.
>>
>> Thank you for the quick reply! In that case, I think we can proceed with 
>> the transfer without the two-week waiting period.
>>
>> Based on my reading of Transferring a repository 
>> ,
>>  
>> the owner on the source side (i.e., CloudBees-community) needs to 
>> initiate the transfer to the target side (i.e., jenkinsci), and the 
>> owner on the target side needs to accept the transfer within one day. I am 
>> not a GitHub organization owner on either side, but I assume there will be 
>> no issue accepting the transfer on the target side. So I think the next 
>> step is to initiate the transfer on the source side. Once the transfer has 
>> been completed in GitHub, I can create a PR for 
>> repository-permissions-updater 
>>  to 
>> grant Cyrille Le Clerc and myself initial GitHub and Artifactory 
>> permissions. If desired, I can then update the build to use the Jenkins 
>> project's build and release processes to complete the transition.
>>
>

-- 
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 
https://groups.google.com/d/msgid/jenkinsci-dev/93b73619-1ccd-4168-b3e9-f1a7d2edad7bn%40googlegroups.com.


Re: [Proposal] Transfer of CloudBees-community/syslog-java-client to jenkinsci Github org

2022-03-15 Thread 'Cyrille Le Clerc' via Jenkins Developers
Sounds like a perfect plan.

Many thanks

Cyrille

On Monday, March 14, 2022 at 11:26:38 PM UTC+1 m...@basilcrow.com wrote:

> On Mon, Mar 14, 2022 at 3:08 PM 'Cyrille Le Clerc' via Jenkins Developers <
> jenkin...@googlegroups.com> wrote:
> > It's a great idea to allow the syslog-java-client to progress migrating 
> it to the Jenkins Community. I'm fully supportive.
> > The MIT License should make it easy.
>
> Thank you for the quick reply! In that case, I think we can proceed with 
> the transfer without the two-week waiting period.
>
> Based on my reading of Transferring a repository 
> ,
>  
> the owner on the source side (i.e., CloudBees-community) needs to 
> initiate the transfer to the target side (i.e., jenkinsci), and the owner 
> on the target side needs to accept the transfer within one day. I am not a 
> GitHub organization owner on either side, but I assume there will be no 
> issue accepting the transfer on the target side. So I think the next step 
> is to initiate the transfer on the source side. Once the transfer has been 
> completed in GitHub, I can create a PR for repository-permissions-updater 
>  to 
> grant Cyrille Le Clerc and myself initial GitHub and Artifactory 
> permissions. If desired, I can then update the build to use the Jenkins 
> project's build and release processes to complete the transition.
>

-- 
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 
https://groups.google.com/d/msgid/jenkinsci-dev/b53a5d2d-9a91-4064-a76f-1dbc57090ee8n%40googlegroups.com.