Re: Adopting xUnit plugin

2018-05-04 Thread Oleg Nenashev
Hi Nikolas,

Done. You are the default assignee now.

BR, Oleg

On Fri, May 4, 2018 at 7:31 PM, 'Nikolas Falco' via Jenkins Developers <
jenkinsci-dev@googlegroups.com> wrote:

> Please also make me the default recipient on JIRA for xUnit component
> otherwise I'm not advised on new ticket
>
> --
> 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/o8GtAiXFf7M/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/ac17fc3f-a1bd-4641-8e65-ad608486433e%
> 40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CAPfivLBV6U3Pb9CZ%3D-S1SdpSQynirh0bXydWRSN%3DaJP01TJVbA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adopting xUnit plugin

2018-05-04 Thread 'Nikolas Falco' via Jenkins Developers
Please also make me the default recipient on JIRA for xUnit component otherwise 
I'm not advised on new ticket

-- 
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/ac17fc3f-a1bd-4641-8e65-ad608486433e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adopting xUnit plugin

2018-05-02 Thread 'Nikolas Falco' via Jenkins Developers
I was confused because I always lookup at the wrong repository 
(dtkit-plugin).

Should be better change description of that plugin. Actually it appears 
like DTKit 2.1.3. In my opinion the plugin label should be something "DTKit 
API Plugin" and a little description.

Il giorno mercoledì 2 maggio 2018 18:13:14 UTC+2, Oleg Nenashev ha scritto:
>
> Yes, that's what I meant in "DTKit could be made such API plugin, but I do 
> not exactly understand what it does in Jenkins now."
>
>
> On Wed, May 2, 2018 at 6:08 PM, 'Nikolas Falco' via Jenkins Developers <
> jenkin...@googlegroups.com > wrote:
>
>> ok, there is already a plugin that include the libdtkit 
>> https://github.com/jenkinsci/dtkit-plugin.
>>
>> Maybe I could move xUnit dependencies from libdtkit to dtkit-plugin
>>
>> Il giorno mercoledì 2 maggio 2018 16:33:50 UTC+2, Jesse Glick ha scritto:
>>>
>>> On Wed, May 2, 2018 at 9:29 AM, 'Nikolas Falco' via Jenkins Developers 
>>>  wrote: 
>>> > So you suggest to move code from DTKit into xUnit plugin 
>>>
>>> IIUC the recommendation was simply to take the existing library and 
>>> repackage it as a plugin (with no user-facing features). That allows 
>>> it to be independently updated. `jar`-packaging means that every 
>>> plugin depending on bundles its own copy of the library, and 
>>> library-defined types cannot be shared. Switching to an API plugin 
>>> also avoids the need for special tricks to accommodate JEP-200 in 
>>> Jenkins 2.102+. 
>>>
>>>
>>> https://jenkins.io/doc/developer/plugin-development/dependencies-and-class-loading/
>>>  
>>>
>> -- 
>> 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/o8GtAiXFf7M/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to 
>> jenkinsci-de...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/jenkinsci-dev/feb3abc7-aebd-4dc2-bdd4-1a3fa9d35dd7%40googlegroups.com
>>  
>> 
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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/0adb571d-0944-46ec-91ce-55175521f748%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adopting xUnit plugin

2018-05-02 Thread Oleg Nenashev
Yes, that's what I meant in "DTKit could be made such API plugin, but I do
not exactly understand what it does in Jenkins now."


On Wed, May 2, 2018 at 6:08 PM, 'Nikolas Falco' via Jenkins Developers <
jenkinsci-dev@googlegroups.com> wrote:

> ok, there is already a plugin that include the libdtkit
> https://github.com/jenkinsci/dtkit-plugin.
>
> Maybe I could move xUnit dependencies from libdtkit to dtkit-plugin
>
> Il giorno mercoledì 2 maggio 2018 16:33:50 UTC+2, Jesse Glick ha scritto:
>>
>> On Wed, May 2, 2018 at 9:29 AM, 'Nikolas Falco' via Jenkins Developers
>>  wrote:
>> > So you suggest to move code from DTKit into xUnit plugin
>>
>> IIUC the recommendation was simply to take the existing library and
>> repackage it as a plugin (with no user-facing features). That allows
>> it to be independently updated. `jar`-packaging means that every
>> plugin depending on bundles its own copy of the library, and
>> library-defined types cannot be shared. Switching to an API plugin
>> also avoids the need for special tricks to accommodate JEP-200 in
>> Jenkins 2.102+.
>>
>> https://jenkins.io/doc/developer/plugin-development/dependen
>> cies-and-class-loading/
>>
> --
> 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/o8GtAiXFf7M/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/feb3abc7-aebd-4dc2-bdd4-1a3fa9d35dd7%
> 40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CAPfivLBXdjS%3DiO0Lu%3DS%2BCcUxZmPzhnkugTUjy5usg-YYtawaBA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adopting xUnit plugin

2018-05-02 Thread 'Nikolas Falco' via Jenkins Developers
ok, there is already a plugin that include the libdtkit 
https://github.com/jenkinsci/dtkit-plugin.

Maybe I could move xUnit dependencies from libdtkit to dtkit-plugin

Il giorno mercoledì 2 maggio 2018 16:33:50 UTC+2, Jesse Glick ha scritto:
>
> On Wed, May 2, 2018 at 9:29 AM, 'Nikolas Falco' via Jenkins Developers 
> > wrote: 
> > So you suggest to move code from DTKit into xUnit plugin 
>
> IIUC the recommendation was simply to take the existing library and 
> repackage it as a plugin (with no user-facing features). That allows 
> it to be independently updated. `jar`-packaging means that every 
> plugin depending on bundles its own copy of the library, and 
> library-defined types cannot be shared. Switching to an API plugin 
> also avoids the need for special tricks to accommodate JEP-200 in 
> Jenkins 2.102+. 
>
>
> https://jenkins.io/doc/developer/plugin-development/dependencies-and-class-loading/
>  
>

-- 
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/feb3abc7-aebd-4dc2-bdd4-1a3fa9d35dd7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adopting xUnit plugin

2018-05-02 Thread Jesse Glick
On Wed, May 2, 2018 at 9:29 AM, 'Nikolas Falco' via Jenkins Developers
 wrote:
> So you suggest to move code from DTKit into xUnit plugin

IIUC the recommendation was simply to take the existing library and
repackage it as a plugin (with no user-facing features). That allows
it to be independently updated. `jar`-packaging means that every
plugin depending on bundles its own copy of the library, and
library-defined types cannot be shared. Switching to an API plugin
also avoids the need for special tricks to accommodate JEP-200 in
Jenkins 2.102+.

https://jenkins.io/doc/developer/plugin-development/dependencies-and-class-loading/

-- 
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/CANfRfr2FRyqUSu9Yas21sZ-TXKo3XR%2Bes9F%2BnLkqXL-1A8UVdg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adopting xUnit plugin

2018-05-02 Thread 'Nikolas Falco' via Jenkins Developers
Hi Oleg,
   I think the DTKit plugin library was done externally to make extension 
easier.

For example a plugin could extends org.jenkinsci.lib.dtkit.type.TestType 
other few interfaces to be added as tool type on xUnit plugin regardless of 
the version of xunit and its dependencies.

   - 
   https://github.com/jbehave/jbehave-core/tree/master/jbehave-jenkins-plugin
   - 
   
https://github.com/jenkinsci/gallio-plugin/tree/master/src/main/java/hudson/plugins/gallio

So you suggest to move code from DTKit into xUnit plugin in some 
org.jenkins.xunit.lib package?

I could adopt DTKit too in case some changes needed to make xUnit works.

Out of this discussion: in the organisation pom is defined jacoco, it is 
possible enable sites like coveralls to see code coverage of a plugin to 
manage better PRs? I permitted for the Jenkisci organisation do this?


enable-jacoco




org.eluder.coveralls
coveralls-maven-plugin
4.3.0

${env.COVERALLS_REPO_TOKEN}






org.jacoco
jacoco-maven-plugin
0.7.9



prepare-agent



report
test

report









Il giorno mercoledì 2 maggio 2018 11:07:43 UTC+2, Oleg Nenashev ha scritto:
>
> Today we were reviewing the XUnit implementation together with Chenyu 
> Cheng (context - Code Coverage API Plugin GSoC project). We discovered that 
> the extension points are defined in libdtkit 
>  which is a standalone library 
> within Jenkins organization. So this plugin uses same approaches as 
> EnvInject Lib and XTrigger Lib :(
>
> Ideally this library needs to be also adopted and reworked to API plugin 
> so that it becomes maintainable. DTKit Plugin 
>  and TUSAR Notifier 
> 
>  
> plugin are the only usages outside XUnit plugin, but the latter one is 
> depublished 
> .
>  
> DTKit could be made such API plugin, but I do not exactly understand what 
> it does in Jenkins now.
>
> BR, Oleg
>
> On Monday, April 16, 2018 at 11:12:48 AM UTC+2, Oleg Nenashev wrote:
>>
>> Thanks for it Nikolas!
>> Please feel free to ping me or code-reviewers if you need any help with 
>> reviews.
>>
>> Best regards,
>> Oleg
>>
>> On Sunday, April 15, 2018 at 9:32:25 AM UTC+2, Nikolas Falco wrote:
>>>
>>> Good news, a pull request has been submitted - 
>>> https://github.com/jenkins-infra/repository-permissions-updater/pull/668
>>>
>>> Il giorno mercoledì 11 aprile 2018 23:48:35 UTC+2, Andrew Bayer ha 
>>> scritto:

 That'd be fine by me.

 A.

 On Mon, Apr 9, 2018 at 6:35 AM, 'Nikolas Falco' via Jenkins Developers 
  wrote:

> I know that the xUnit plugin was already adopted on 15/11/2017 (
> https://groups.google.com/forum/#!searchin/jenkinsci-dev/xunit%7Csort:date/jenkinsci-dev/RROnSHD36-A/u4DcVHygAQAJ
> )
>
> Jimilian, one month ago had ask news about movement on the plugin (for 
> example pending PRs already approved by Oleg).
> In my society we are using xUnit but recently we had a blocking issue. 
> We already open a PR and a JIRA issue (JENKINS-50658) but from what I 
> can see there are not commits on the plugin since 2016 and no response to 
> any JIRA issue. 
>
> Maybe abayer is very busy in develop of other cloudbee plugins so if 
> is not a problem I would be added as co-adopter (at least) of the xUnit 
> plugin to manage and fix (at least) the actual approved PRs, move plugin 
> under pipeline, update parent pom and other minor fixes.
>
> Best Regards
> Falco Nikolas
>
> -- 
> 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/72a5095b-cce4-42f0-9192-8733e6da3ba6%40googlegroups.com
>  
> 

Re: Adopting xUnit plugin

2018-05-02 Thread Oleg Nenashev
Today we were reviewing the XUnit implementation together with Chenyu Cheng 
(context - Code Coverage API Plugin GSoC project). We discovered that the 
extension points are defined in libdtkit 
 which is a standalone library 
within Jenkins organization. So this plugin uses same approaches as 
EnvInject Lib and XTrigger Lib :(

Ideally this library needs to be also adopted and reworked to API plugin so 
that it becomes maintainable. DTKit Plugin 
 and TUSAR Notifier 
 plugin are the only 
usages outside XUnit plugin, but the latter one is depublished 
.
 
DTKit could be made such API plugin, but I do not exactly understand what 
it does in Jenkins now.

BR, Oleg

On Monday, April 16, 2018 at 11:12:48 AM UTC+2, Oleg Nenashev wrote:
>
> Thanks for it Nikolas!
> Please feel free to ping me or code-reviewers if you need any help with 
> reviews.
>
> Best regards,
> Oleg
>
> On Sunday, April 15, 2018 at 9:32:25 AM UTC+2, Nikolas Falco wrote:
>>
>> Good news, a pull request has been submitted - 
>> https://github.com/jenkins-infra/repository-permissions-updater/pull/668
>>
>> Il giorno mercoledì 11 aprile 2018 23:48:35 UTC+2, Andrew Bayer ha 
>> scritto:
>>>
>>> That'd be fine by me.
>>>
>>> A.
>>>
>>> On Mon, Apr 9, 2018 at 6:35 AM, 'Nikolas Falco' via Jenkins Developers <
>>> jenkin...@googlegroups.com> wrote:
>>>
 I know that the xUnit plugin was already adopted on 15/11/2017 (
 https://groups.google.com/forum/#!searchin/jenkinsci-dev/xunit%7Csort:date/jenkinsci-dev/RROnSHD36-A/u4DcVHygAQAJ
 )

 Jimilian, one month ago had ask news about movement on the plugin (for 
 example pending PRs already approved by Oleg).
 In my society we are using xUnit but recently we had a blocking issue. 
 We already open a PR and a JIRA issue (JENKINS-50658) but from what I 
 can see there are not commits on the plugin since 2016 and no response to 
 any JIRA issue. 

 Maybe abayer is very busy in develop of other cloudbee plugins so if is 
 not a problem I would be added as co-adopter (at least) of the xUnit 
 plugin 
 to manage and fix (at least) the actual approved PRs, move plugin under 
 pipeline, update parent pom and other minor fixes.

 Best Regards
 Falco Nikolas

 -- 
 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/72a5095b-cce4-42f0-9192-8733e6da3ba6%40googlegroups.com
  
 
 .
 For more options, visit https://groups.google.com/d/optout.

>>>
>>>

-- 
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/778342f0-6211-4c92-bc8e-054c717acb3f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adopting xUnit plugin

2018-04-16 Thread Oleg Nenashev
Thanks for it Nikolas!
Please feel free to ping me or code-reviewers if you need any help with 
reviews.

Best regards,
Oleg

On Sunday, April 15, 2018 at 9:32:25 AM UTC+2, Nikolas Falco wrote:
>
> Good news, a pull request has been submitted - 
> https://github.com/jenkins-infra/repository-permissions-updater/pull/668
>
> Il giorno mercoledì 11 aprile 2018 23:48:35 UTC+2, Andrew Bayer ha scritto:
>>
>> That'd be fine by me.
>>
>> A.
>>
>> On Mon, Apr 9, 2018 at 6:35 AM, 'Nikolas Falco' via Jenkins Developers <
>> jenkin...@googlegroups.com> wrote:
>>
>>> I know that the xUnit plugin was already adopted on 15/11/2017 (
>>> https://groups.google.com/forum/#!searchin/jenkinsci-dev/xunit%7Csort:date/jenkinsci-dev/RROnSHD36-A/u4DcVHygAQAJ
>>> )
>>>
>>> Jimilian, one month ago had ask news about movement on the plugin (for 
>>> example pending PRs already approved by Oleg).
>>> In my society we are using xUnit but recently we had a blocking issue. 
>>> We already open a PR and a JIRA issue (JENKINS-50658) but from what I 
>>> can see there are not commits on the plugin since 2016 and no response to 
>>> any JIRA issue. 
>>>
>>> Maybe abayer is very busy in develop of other cloudbee plugins so if is 
>>> not a problem I would be added as co-adopter (at least) of the xUnit plugin 
>>> to manage and fix (at least) the actual approved PRs, move plugin under 
>>> pipeline, update parent pom and other minor fixes.
>>>
>>> Best Regards
>>> Falco Nikolas
>>>
>>> -- 
>>> 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/72a5095b-cce4-42f0-9192-8733e6da3ba6%40googlegroups.com
>>>  
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>

-- 
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/5d0eb3a0-f493-433c-aa61-fba01d9191bb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adopting xUnit plugin

2018-04-15 Thread 'Nikolas Falco' via Jenkins Developers
Good news, a pull request has been submitted - 
https://github.com/jenkins-infra/repository-permissions-updater/pull/668

Il giorno mercoledì 11 aprile 2018 23:48:35 UTC+2, Andrew Bayer ha scritto:
>
> That'd be fine by me.
>
> A.
>
> On Mon, Apr 9, 2018 at 6:35 AM, 'Nikolas Falco' via Jenkins Developers <
> jenkin...@googlegroups.com > wrote:
>
>> I know that the xUnit plugin was already adopted on 15/11/2017 (
>> https://groups.google.com/forum/#!searchin/jenkinsci-dev/xunit%7Csort:date/jenkinsci-dev/RROnSHD36-A/u4DcVHygAQAJ
>> )
>>
>> Jimilian, one month ago had ask news about movement on the plugin (for 
>> example pending PRs already approved by Oleg).
>> In my society we are using xUnit but recently we had a blocking issue. We 
>> already open a PR and a JIRA issue (JENKINS-50658) but from what I can 
>> see there are not commits on the plugin since 2016 and no response to any 
>> JIRA issue. 
>>
>> Maybe abayer is very busy in develop of other cloudbee plugins so if is 
>> not a problem I would be added as co-adopter (at least) of the xUnit plugin 
>> to manage and fix (at least) the actual approved PRs, move plugin under 
>> pipeline, update parent pom and other minor fixes.
>>
>> Best Regards
>> Falco Nikolas
>>
>> -- 
>> 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/72a5095b-cce4-42f0-9192-8733e6da3ba6%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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/68253a0c-a6fe-4d4e-9afb-bd0eab7926f6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adopting xUnit plugin

2018-04-11 Thread Andrew Bayer
That'd be fine by me.

A.

On Mon, Apr 9, 2018 at 6:35 AM, 'Nikolas Falco' via Jenkins Developers <
jenkinsci-dev@googlegroups.com> wrote:

> I know that the xUnit plugin was already adopted on 15/11/2017 (
> https://groups.google.com/forum/#!searchin/jenkinsci-
> dev/xunit%7Csort:date/jenkinsci-dev/RROnSHD36-A/u4DcVHygAQAJ)
>
> Jimilian, one month ago had ask news about movement on the plugin (for
> example pending PRs already approved by Oleg).
> In my society we are using xUnit but recently we had a blocking issue. We
> already open a PR and a JIRA issue (JENKINS-50658) but from what I can
> see there are not commits on the plugin since 2016 and no response to any
> JIRA issue.
>
> Maybe abayer is very busy in develop of other cloudbee plugins so if is
> not a problem I would be added as co-adopter (at least) of the xUnit plugin
> to manage and fix (at least) the actual approved PRs, move plugin under
> pipeline, update parent pom and other minor fixes.
>
> Best Regards
> Falco Nikolas
>
> --
> 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/72a5095b-cce4-42f0-9192-8733e6da3ba6%
> 40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CAPbPdOaQXYpMd6Ne98kT9sAL%2BY%3DG-7OvvXqg%3D8ijjGmqf1mXbw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adopting xUnit plugin

2018-03-05 Thread Jimilian
Hi

Any plans to release new version of xUnit before PR 
(https://github.com/jenkinsci/xunit-plugin/pull/49/files) is merged? :)

Basically, I'm interested in two PRs:
 - https://github.com/jenkinsci/xunit-plugin/pull/47 (it's even approved 
already)
 - https://github.com/jenkinsci/xunit-plugin/pull/51 (we are running 
version with this feature inside for several months already - works fine)
 
Both are them seems to be not risky.

Br, Alex


On Tuesday, 14 November 2017 18:50:43 UTC+1, Andrew Bayer wrote:
>
> Hey -
>
> So I want to get some changes into xUnit, and noticed the plugin is up for 
> adoption. So...I guess I'll take it? =) GitHub and Jenkins infra usernames 
> are both abayer. Thanks!
>
> A.
>

-- 
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/1eafcf3c-6ec7-406a-977f-bb5611f87105%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adopting xUnit plugin

2017-11-14 Thread Daniel Beck

> On 14. Nov 2017, at 21:44, Andrew Bayer  wrote:
> 
> ...but could someone with ownership rights for 
> github.com/jenkinsci/xunit-plugin update the repo description to 
> https://plugins.jenkins.io/xunit? Thanks.

Done.

-- 
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/6639F04D-17E1-44EC-952B-A2D2AFA01F94%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.


Re: Adopting xUnit plugin

2017-11-14 Thread Andrew Bayer
...but could someone with ownership rights for
github.com/jenkinsci/xunit-plugin update the repo description to
https://plugins.jenkins.io/xunit? Thanks.

A.

On Tue, Nov 14, 2017 at 3:41 PM, Andrew Bayer 
wrote:

> And yes, I've updated the JIRA component owner myself. =)
>
> A.
>
> On Tue, Nov 14, 2017 at 3:38 PM, Andrew Bayer 
> wrote:
>
>> Done - https://github.com/jenkins-infra/repository-permissions-up
>> dater/pull/503
>>
>> On Tue, Nov 14, 2017 at 2:51 PM, Daniel Beck  wrote:
>>
>>>
>>> > On 14. Nov 2017, at 18:50, Andrew Bayer 
>>> wrote:
>>> >
>>> > I guess I'll take it? =) GitHub and Jenkins infra usernames are both
>>> abayer. Thanks!
>>>
>>> This is another one of Gregory's plugins, thanks for taking over!
>>>
>>> File a PR in https://github.com/jenkins-inf
>>> ra/repository-permissions-updater/ to complete the transfer.
>>>
>>> --
>>> 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/ms
>>> gid/jenkinsci-dev/4D9CE7EE-A6F5-45F2-AF50-590C6EB2C4EB%40beckweb.net.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>

-- 
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/CAPbPdOZp5NccqoDi8gJw-LZUiAvitinUV7ecd92chXt5hKfMxA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adopting xUnit plugin

2017-11-14 Thread Andrew Bayer
And yes, I've updated the JIRA component owner myself. =)

A.

On Tue, Nov 14, 2017 at 3:38 PM, Andrew Bayer 
wrote:

> Done - https://github.com/jenkins-infra/repository-permissions-
> updater/pull/503
>
> On Tue, Nov 14, 2017 at 2:51 PM, Daniel Beck  wrote:
>
>>
>> > On 14. Nov 2017, at 18:50, Andrew Bayer  wrote:
>> >
>> > I guess I'll take it? =) GitHub and Jenkins infra usernames are both
>> abayer. Thanks!
>>
>> This is another one of Gregory's plugins, thanks for taking over!
>>
>> File a PR in https://github.com/jenkins-infra/repository-permissions-upda
>> ter/ to complete the transfer.
>>
>> --
>> 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/ms
>> gid/jenkinsci-dev/4D9CE7EE-A6F5-45F2-AF50-590C6EB2C4EB%40beckweb.net.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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/CAPbPdObUp3qNqE8g0Vc6ijYaXfYdyKwP6%3Dti-A%2BXYQXs0Wa-Dg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adopting xUnit plugin

2017-11-14 Thread Andrew Bayer
Done -
https://github.com/jenkins-infra/repository-permissions-updater/pull/503

On Tue, Nov 14, 2017 at 2:51 PM, Daniel Beck  wrote:

>
> > On 14. Nov 2017, at 18:50, Andrew Bayer  wrote:
> >
> > I guess I'll take it? =) GitHub and Jenkins infra usernames are both
> abayer. Thanks!
>
> This is another one of Gregory's plugins, thanks for taking over!
>
> File a PR in https://github.com/jenkins-infra/repository-permissions-
> updater/ to complete the transfer.
>
> --
> 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/4D9CE7EE-A6F5-45F2-AF50-590C6EB2C4EB%40beckweb.net.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CAPbPdOYhvmPLhWENpuMGbhtjSXAzCbWpt4uVaWYrO08Odo-YhA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adopting xUnit plugin

2017-11-14 Thread Daniel Beck

> On 14. Nov 2017, at 18:50, Andrew Bayer  wrote:
> 
> I guess I'll take it? =) GitHub and Jenkins infra usernames are both abayer. 
> Thanks!

This is another one of Gregory's plugins, thanks for taking over!

File a PR in https://github.com/jenkins-infra/repository-permissions-updater/ 
to complete the transfer.

-- 
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/4D9CE7EE-A6F5-45F2-AF50-590C6EB2C4EB%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.


Re: Adopting xUnit plugin

2017-11-14 Thread Oleg Nenashev
+1. Generally you have enough permissions to transfer Ownership on your own 
;)

вторник, 14 ноября 2017 г., 18:50:43 UTC+1 пользователь Andrew Bayer 
написал:
>
> Hey -
>
> So I want to get some changes into xUnit, and noticed the plugin is up for 
> adoption. So...I guess I'll take it? =) GitHub and Jenkins infra usernames 
> are both abayer. Thanks!
>
> A.
>

-- 
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/79c55309-011a-47a9-b61c-d2a92632a121%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.