Re: [Question]: Where can I find guidelines for contributing on JUnit Plugin?

2020-06-02 Thread Sanjeet Malhotra
Thanks I will look into and I was thinking of a way to have more customizable charts. Thanks for suggesting this. On Tuesday, June 2, 2020 at 11:56:56 PM UTC+5:30, Ullrich Hafner wrote: > > And before writing a lot of new trends using the old PNG server side > rendering you should think about

Re: [Question]: Where can I find guidelines for contributing on JUnit Plugin?

2020-06-02 Thread Ullrich Hafner
And before writing a lot of new trends using the old PNG server side rendering you should think about using the new approach using ECharts. (See https://github.com/jenkinsci/echarts-api-plugin for details) > Am 02.06.2020 um 19:08 schrieb

Re: [EVENT]: Calling for Jenkins submissions

2020-06-02 Thread Alyssa Tong
Sweet! Thank you Marky and Slide :o)..'tis greatly appreciated. On Tue, Jun 2, 2020 at 8:51 AM Slide wrote: > I would also like to help. > > Thanks! > > On Tue, Jun 2, 2020 at 8:31 AM Marky Jackson > wrote: > >> Good morning. I hope all is well and you and the family are healthy and >>

Re: [Question]: Where can I find guidelines for contributing on JUnit Plugin?

2020-06-02 Thread Sanjeet Malhotra
Thanks a lot. On Tuesday, June 2, 2020 at 9:46:28 PM UTC+5:30, Jesse Glick wrote: > > On Tue, Jun 2, 2020 at 11:22 AM Sanjeet Malhotra > > wrote: > > I am bit stuck at understanding jelly files. Is there any official > documentation for it? > > https://www.jenkins.io/doc/developer > >

Re: [Question]: Where can I find guidelines for contributing on JUnit Plugin?

2020-06-02 Thread Jesse Glick
On Tue, Jun 2, 2020 at 11:22 AM Sanjeet Malhotra wrote: > I am bit stuck at understanding jelly files. Is there any official > documentation for it? https://www.jenkins.io/doc/developer generally. The site seems to be down at the moment (!), but I can find

Re: [EVENT]: Calling for Jenkins submissions

2020-06-02 Thread Slide
I would also like to help. Thanks! On Tue, Jun 2, 2020 at 8:31 AM Marky Jackson wrote: > Good morning. I hope all is well and you and the family are healthy and > mentally well in these crazy days. > I too would like to be on the review committee. > Thank you. > > { > "regards" : { >

Re: [EVENT]: Calling for Jenkins submissions

2020-06-02 Thread Marky Jackson
Good morning. I hope all is well and you and the family are healthy and mentally well in these crazy days. I too would like to be on the review committee. Thank you. { "regards" : { "name" : “marky”, "phone" : "+1 (408) 464 2965”, "email" :

Re: [EVENT]: Calling for Jenkins submissions

2020-06-02 Thread Alyssa Tong
Hi Victor, Thank you so much for volunteering. I'll include your name to the list of reviewers. The CFP is closing this Friday, the plan is to begin voting on June 8. Standby for more details to come. Thank you again. BR, alyssa On Tue, Jun 2, 2020 at 7:05 AM Victor Martinez <

Re: [Question]: Where can I find guidelines for contributing on JUnit Plugin?

2020-06-02 Thread Sanjeet Malhotra
I am bit stuck at understanding jelly files. Is there any official documentation for it? I looked at Apache jelly website but there also, majority of tags were not explained as how to use them. I new to jelly scripts and so having difficulty understanding them. TIA for any advice. On Tuesday,

Re: GitHub App installations on jenkinsci

2020-06-02 Thread Ullrich Hafner
Seems that I do not have the permissions yet, where did you invite me? In GitHub? > Am 01.06.2020 um 22:21 schrieb Oleg Nenashev : > > No specific reason except everyone being busy with other stuff. > Since nobody voted against, I enabled it in the jenkinsci GitHub organization > and added

Re: [EVENT]: Calling for Jenkins submissions

2020-06-02 Thread Victor Martinez
Hi Alyssa, Thanks for your heads up, I hope you are doing great, just a quick one: I'd like to volunteer to be a member of review committee for the upcoming DevOps World, who should I ask for permissions? Thanks again :) -- You received this message because you are subscribed to the Google

Re: [Question]: Where can I find guidelines for contributing on JUnit Plugin?

2020-06-02 Thread Sanjeet Malhotra
Thanks a lot. Will keep that in mind and will avoid reloading of build records. On Tuesday, June 2, 2020 at 12:36:54 AM UTC+5:30, Sanjeet Malhotra wrote: > > Hi, > I wanted to contribute to JUnit Plugin by making more trends in addition > to one being currently displayed right now. I was

Re: [Question]: Where can I find guidelines for contributing on JUnit Plugin?

2020-06-02 Thread Jesse Glick
The more important consideration by far is to avoid triggering loading of build records. Since Jenkins does not use a database, test results for a given build can only be obtained when the whole build (`Run`) is in memory. This is a large object, and to load it requires reading and parsing a

Re: GitHub App installations on jenkinsci

2020-06-02 Thread Ullrich Hafner
Thanks Oleg. I joined the organization in Codacy now and can add repositories if someone requests it. > Am 01.06.2020 um 22:21 schrieb Oleg Nenashev : > > No specific reason except everyone being busy with other stuff. > Since nobody voted against, I enabled it in the jenkinsci GitHub

Re: [Question]: Where can I find guidelines for contributing on JUnit Plugin?

2020-06-02 Thread Sanjeet Malhotra
Is there any particular scheme being followed for caching or is there any technique being used for better memory management. Like I was going through the code and saw the usage of weak references. As far as I know, they are used for better memory management by allowing garbage collector to