Re: Put NUnit Plug-in up for adoption

2017-01-18 Thread Baptiste Mathus
Meta-request: please, when marking a plugin wiki page with this label, make
sure to add a link to the thread (or anything like a PR comment, etc.) to
make the verification process quicker.

Thanks !

Le 18 janv. 2017 8:46 PM, "Slide"  a écrit :

> See https://wiki.jenkins-ci.org/display/JENKINS/Adopt+a+Plugin, there is
> a section on how to mark a plugin as up for adoption.
>
> On Wed, Jan 18, 2017, 12:25 'Bruno P. Kinoshita' via Jenkins Developers <
> jenkinsci-dev@googlegroups.com> wrote:
>
>> Hi,
>>
>> There was a few requests lately for me to fix an issue in order to
>> provide nunit3 compatibility with the plug-in.
>>
>> Unfortunately I'm on a 45 days vacation, and won't work on much Open
>> Source until March.
>>
>> So I'd like to put the nunit plugin up for adoption. This way someone
>> else can help the users and prepare a new release.
>>
>> Could someone refresh my memory on the process for that? Do I need to
>> update a git repo or wiki page?
>>
>> Cheers
>> Bruno
>>
>> Sent from Yahoo Mail on Android
>> 
>>
>> --
>> 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/659795736.8805757.1484767356478%40mail.yahoo.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/CAPiUgVdJiqXaPqHdNUqvTchnF2p4O
> Hru%3DOf%2Bg1g1eikkvqwYXw%40mail.gmail.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/CANWgJS4exxWAQ4PSf1cuGHfErVbGLUrN7YWKsa5C%3DFMZO_Tqyw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Maintainer request ConfigurationSlicing plugin

2017-01-18 Thread Baptiste Mathus
Hello Mikaël,

As the previous maintainer said he wanted to hand this plugin over, and the
wiki page is marked as to be adopted, I've just done it.

You should have received the GH invitation, you *must* accept it to get
granted the permissions.

Just a thought I had looking at the repo: would be great if you can add a
simple README[.adoc] on this plugin with some short description and a
backlink to the wiki.

Thanks a lot and welcome aboard! :)

2017-01-18 17:04 GMT+01:00 Mikael Gaunin :

> Hello,
>
> I want to become a maintainer of Configuration Slicing Plugin
> 
>
> GitHub ID: mgaunin
> Jenkins ID: mgaunin
>
> Kind regards,
> Mikael
>
> --
> 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/31c28d56-22fb-49ca-85ad-da6ca8b08b46%
> 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/CANWgJS5eXLLuFt6VE_4KS6UagoW%2BK7ovu_DkoKwFXqrAys1pkw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


lazy loading build inside queue lock

2017-01-18 Thread Surya Gaddipati





Seems like jenkins lazy loads builds inside a queue lock which in turn 
freezes jenkins because so many places inside jenkins try to lock queue. 

Is recommended to force lazyload on *all* jobs after jenkins startup to 
avoid this kind of scenario ? 






hudson.util.XStream2.unmarshal(XStream2.java:114)
com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1173)
hudson.XmlFile.unmarshal(XmlFile.java:158)
hudson.model.Run.reload(Run.java:329)
hudson.model.Run.(Run.java:317)
hudson.model.AbstractBuild.(AbstractBuild.java:175)
hudson.model.Build.(Build.java:103)
hudson.model.FreeStyleBuild.(FreeStyleBuild.java:38)
sun.reflect.GeneratedConstructorAccessor250.newInstance(Unknown Source)
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
java.lang.reflect.Constructor.newInstance(Constructor.java:422)
jenkins.model.lazy.LazyBuildMixIn.loadBuild(LazyBuildMixIn.java:165)
jenkins.model.lazy.LazyBuildMixIn$1.create(LazyBuildMixIn.java:142)
hudson.model.RunMap.retrieve(RunMap.java:223)
hudson.model.RunMap.retrieve(RunMap.java:56)
jenkins.model.lazy.AbstractLazyLoadRunMap.load(AbstractLazyLoadRunMap.java:500)
jenkins.model.lazy.AbstractLazyLoadRunMap.load(AbstractLazyLoadRunMap.java:482)
jenkins.model.lazy.AbstractLazyLoadRunMap.getByNumber(AbstractLazyLoadRunMap.java:380)
jenkins.model.lazy.AbstractLazyLoadRunMap.search(AbstractLazyLoadRunMap.java:345)
jenkins.model.lazy.LazyBuildMixIn$RunMixIn.getPreviousBuild(LazyBuildMixIn.java:362)
hudson.model.AbstractBuild.getPreviousBuild(AbstractBuild.java:196)
hudson.model.AbstractBuild.getPreviousBuild(AbstractBuild.java:105)
hudson.model.Job.getEstimatedDurationCandidates(Job.java:1019)
hudson.model.Job.getEstimatedDuration(Job.java:1033)
hudson.model.queue.MappingWorksheet.(MappingWorksheet.java:334)
hudson.model.queue.MappingWorksheet.(MappingWorksheet.java:317)
hudson.model.Queue.maintain(Queue.java:1525)
hudson.model.Queue$1.call(Queue.java:294)
hudson.model.Queue$1.call(Queue.java:291)
jenkins.util.AtmostOneTaskExecutor$1.call(AtmostOneTaskExecutor.java:101)
jenkins.util.AtmostOneTaskExecutor$1.call(AtmostOneTaskExecutor.java:91)

-- 
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/e1d160ce-ed25-4565-a2a5-131f87231ff9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Put NUnit Plug-in up for adoption

2017-01-18 Thread Slide
See https://wiki.jenkins-ci.org/display/JENKINS/Adopt+a+Plugin, there is a
section on how to mark a plugin as up for adoption.

On Wed, Jan 18, 2017, 12:25 'Bruno P. Kinoshita' via Jenkins Developers <
jenkinsci-dev@googlegroups.com> wrote:

> Hi,
>
> There was a few requests lately for me to fix an issue in order to provide
> nunit3 compatibility with the plug-in.
>
> Unfortunately I'm on a 45 days vacation, and won't work on much Open
> Source until March.
>
> So I'd like to put the nunit plugin up for adoption. This way someone else
> can help the users and prepare a new release.
>
> Could someone refresh my memory on the process for that? Do I need to
> update a git repo or wiki page?
>
> Cheers
> Bruno
>
> Sent from Yahoo Mail on Android
> 
>
> --
> 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/659795736.8805757.1484767356478%40mail.yahoo.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/CAPiUgVdJiqXaPqHdNUqvTchnF2p4OHru%3DOf%2Bg1g1eikkvqwYXw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Put NUnit Plug-in up for adoption

2017-01-18 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Hi,
There was a few requests lately for me to fix an issue in order to provide 
nunit3 compatibility with the plug-in.
Unfortunately I'm on a 45 days vacation, and won't work on much Open Source 
until March.
So I'd like to put the nunit plugin up for adoption. This way someone else can 
help the users and prepare a new release.
Could someone refresh my memory on the process for that? Do I need to update a 
git repo or wiki page?
CheersBruno
Sent from Yahoo Mail on Android

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


RE: Maintainer Request for the semantic versioning plugin

2017-01-18 Thread Steve Christou
Hello Steve,

Since you gave your permission I do not believe there’s anything you would need 
to do. It would rely on me adding myself to the list of maintainers, and the 
Jenkins Admins to add me as a committer.

Thank you,
Steve.

On January 16, 2017 at 4:26:27 PM, Steve Wagner (scalaw...@outlook.com) wrote:

That is fine with me. Is there anything I can do to help?

Sent from Alto


On Monday, January 16, 2017 at 12:33 Steve Christou  
wrote:

I was wondering if I could become a maintainer of the semantic versioning 
plugin: https://wiki.jenkins-ci.org/display/JENKINS/semantic-versioning-plugin. 
It hasn't been maintained in over a year, and I've tried multiple times in my 
PR to contact the current maintainer of the plugin: 
https://github.com/jenkinsci/semantic-versioning-plugin/pull/7 to see if I 
could get it merged, but no response. I am also CCing Steve Wagner who is the 
current maintainer of the plugin.

Github ID: christ66
Jenkins ID: schristou

Thank you,
Steve.

-- 
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/etPan.587fad9b.1ae618ac.48b%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[Event Announcement]: Jenkins World Registration is Open

2017-01-18 Thread Alyssa Tong
Hi All,

The Jenkins World registration is open, I wanted to pass this along so
folks can take advantage of the super early bird price.

Jenkins World 2017 will be held in San Francisco at the Marriott Marquis
the week of August 28, 2017.

Here is an outline of main pass options and pricing:

   - *Full Conference Super Early Bird: $399 (Ends April 28)*
   - Full Conference Early Bird: $599 (April 29-June 30)
   - Full Conference Regular: $799 (July 1-August 31)
   - Group Full Conference: $100 off current price per pass based on date
   (5+ from the same company, must register at the same time)

Use discount code:* JWATONG *for 20% off any above pricing.

BR,
alyssa

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


Re: Jelly/Plugin pipeline script support for optionalBlock

2017-01-18 Thread Jesse Glick
On Tue, Jan 17, 2017 at 7:55 PM,   wrote:
> When updating a plugin to support pipeline script, how do I handle an
> optionalBlock section?

Do not use `f:optionalBlock`. This is a low-level control. Do not
refer to `JSONObject` either. All this is old-style deprecated form
binding.

Use a high-level control like `f:optionalProperty` for nullable
structs (`ui-samples-plugin` has an example), or simple independent
`f:checkbox`es for `boolean` properties (`doCheck*` form validation
can reject invalid combinations).

Also use `@DataBoundSetter` for any property with a plausible default.

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


Re: Maintainer request Gitlab Plugin

2017-01-18 Thread Robert Sandell
Closing the PR and reopening it is usually enough to tickle the PR trigger.

/B

On Tue, Jan 17, 2017 at 9:53 PM, Posa Bogdan  wrote:

> Hello,
>
> I know that instance is only for CI checks.
> I am asking to see how to job in configured in general.
>
> The real problem is that I don't know how to re-trigger a build for a PR.
> For example this MR (https://github.com/jenkinsci/gitlab-plugin/pull/431)
> have an yellow flag and I want to see more details why. There is a link
> that points to the build in this Jenkins instance (
> https://jenkins.ci.cloudbees.com/job/plugins/job/gitlab-plugin/572/) but
> this build doesn't exist anymore - probably that intance doesn't keep a
> long history of builds.
> The questions is: how can I re-trigger o build for a specific PR?
>
> I thought that I can answer myself to this question if I have access to
> that Jenkins instance.
>
> Kind regards,
> Bogdan Posa
>
>
> 2017-01-10 23:40 GMT+02:00 Owen Mehegan :
>
>> That instance does not build the plugin for release, it just runs the
>> tests for visibility on Pull Requests.
>>
>> When releasing, I have always just run that locally, following the
>> instructions here: https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Pl
>> ugins#HostingPlugins-Releasingtojenkinsci.org
>>
>> On Tue, Jan 10, 2017 at 12:57 PM, Posa Bogdan 
>> wrote:
>>
>>> Hello,
>>>
>>> Thanks for accepting me.
>>> How can I have access to the Jenkins instance which builds the plugin
>>> https://jenkins.ci.cloudbees.com/job/plugins/job/gitlab-plugin/ ?
>>>
>>>
>>> joi, 5 ianuarie 2017, 00:15:28 UTC+2, Owen B. Mehegan a scris:

 Thanks for your interest! I have given you commit access. Please use it
 carefully :) Our practice thus far has been to make minor bugfix changes
 directly to master, but any more significant feature work in branches with
 a PR for discussion before merging.

 I have just caught up on a lot of the open issues and PRs, and did a
 release. If you want to discuss anything with me, the best place would be
 either via email here or in the #gitlab-plugin channel on Freenode IRC.

 Welcome aboard!

 On Wed, Jan 4, 2017 at 2:39 AM, Posa Bogdan  wrote:

> Hello,
> I want to become a maintainer of GitLab plugin ->
> https://wiki.jenkins-ci.org/display/JENKINS/GitLab+Plugin
>
> GitHub ID: trance1st
> Jenkins ID: posabogdan
>
>
> Kind regards,
> Bogdan Posa
>
> --
> 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/0b106969-848
> 3-4df8-ad61-18bf4b6b2c05%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/ms
>>> gid/jenkinsci-dev/d05a21b0-bdc5-4223-a2f0-4b28f5375ae2%40goo
>>> glegroups.com
>>> 
>>> .
>>>
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> --
>> 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/to
>> pic/jenkinsci-dev/7A7MRbVkePg/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/ms
>> gid/jenkinsci-dev/CAHtcACEqLb%2B8GN-niDaSKvxTAARR-EdKLH3Cz0V
>> nL39hG%3Dw5Gg%40mail.gmail.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/CAPXAydO8RpWB11Wk-akaDPUm9nr8W0Z7gkF78uqY-j%
> 2BDSqgYJg%40mail.gmail.com
>