Re: Simple Jenkins Example Project

2017-04-11 Thread Daniel Beck
> On 11.04.2017, at 08:30, Goran Dev wrote: > > Jelly or groovy UI I mean, or maybe one simple to understand project for > each. Not something too massive. > UI Samples Plugin? It's only Jelly, but still should be useful. No hacks around dealing with backwards

Re: [PROPOSAL] Change core logging from Java Utils Logging

2017-04-11 Thread Stephen Connolly
Even if you buffer the loggers you still are 50% slower due to poor message formatting and always capturing the stack trace for every log message to be able to report the call site On 11 April 2017 at 15:25, Jesse Glick wrote: > On Tue, Apr 11, 2017 at 9:14 AM, Stephen

Re: [PROPOSAL] Change core logging from Java Utils Logging

2017-04-11 Thread Jesse Glick
On Tue, Apr 11, 2017 at 9:14 AM, Stephen Connolly wrote: > Java Utils Logging is horrible in terms of performance. All I see from a quick read is that unbuffered handlers are a problem if you are in fact logging tons of messages. In normal operation Jenkins does

Re: Wiki Page Layout

2017-04-11 Thread Daniel Beck
> On 11.04.2017, at 15:49, JordanGS wrote: > > You're removing the info, tip and warning macros? :( No, just the table typically at the top of the page, as that information is shown elsewhere already. -- You received this message because you are subscribed to the

Re: Wiki Page Layout

2017-04-11 Thread JordanGS
Ahh okay, misunderstood. Thanks for the clarification :) -- 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

Re: Simple Jenkins Example Project

2017-04-11 Thread Baptiste Mathus
Find one or two plugins you know well from a user perspective, and does not seem too big, then look for it in https://github.com/jenkinsci/ IMO As for creating a plugin, use the documentation I guess. And we're happy to hear from you

Tutorial Request / An idiots guide to Jenkins

2017-04-11 Thread JordanGS
When someone from the development team has time, could they please write and finish a proper How to Jelly and Jenkins and a How to Groovy With Jenkins Plugin tutorial. There are "some" doc's, most are unfinished, have broken links or sections that say TODO. So far the best tutorial for jelly

Re: Wiki Page Layout

2017-04-11 Thread JordanGS
*Currently Wiki pages are being pulled to https://plugins.jenkins.io/ , and I am not sure that newly introduced layouts will work correctly there*I didn't know that, i have a lot to fix

Re: Bug Triage "Team"

2017-04-11 Thread Slide
Any time that people can give is great. Even a spare 10 minutes here and there would be helpful if you spread it across a large number of people. On Tue, Apr 11, 2017 at 4:01 AM Mark Waite wrote: > My situation is similar to Oleg's. My first priority is to review

Re: [PROPOSAL] Change core logging from Java Utils Logging

2017-04-11 Thread Jesse Glick
On Tue, Apr 11, 2017 at 11:35 AM, Stephen Connolly wrote: > you still are 50% slower due to poor message > formatting and always capturing the stack trace But again what is the actual impact on a typical instance producing on the order of one log message per

Re: Simple Jenkins Example Project

2017-04-11 Thread JordanGS
@Baptiste Mathus I really don't know, outside of the plugin i am working on, i don't use any Build Plugins. Maybe you can point me in the right direction? I just need some simple that adds a Build Step and that Build step does something but also uses values set in the Admin Configurations. My

Groovy Save Exception after run

2017-04-11 Thread pallen
Hi Guys, I'm getting an exception after running my own DSL task 'P4Groovy': The extension is here , in 'GetP4' I extend Builder and implement SimpleBuildStep to execute the task and then create

Re: Groovy Save Exception after run

2017-04-11 Thread Jesse Glick
On Tue, Apr 11, 2017 at 12:47 PM, pallen wrote: > If I mark my use of TaskListener listener as transient then no exception? Yes the `TaskListener` field must be `transient`. It cannot be serialized as part of the program state. (While it is marked `Serializable`, that is

Internationalized Help files?

2017-04-11 Thread JordanGS
We can internationalize the job config page. After following: these instructions . I got that working for the ones Jenkins didn't automatically pick up. I was wondering

Re: Simple Jenkins Example Project

2017-04-11 Thread Goran Dev
Jelly or groovy UI I mean, or maybe one simple to understand project for each. Not something too massive. Cheers, Goran. On Apr 11, 2017, 2:03 AM -0400, JordanGS , wrote: > Can someone please point me in the direction of a simple Jenkins Project, > either jenkins or

Re: Bug Triage "Team"

2017-04-11 Thread Daniel Beck
> On 10.04.2017, at 22:44, Slide wrote: > > if you are interested! I am. -- 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

Re: Jenkins Users, Jenkins Issues banned from Google Groups?

2017-04-11 Thread Arnaud Héritier
Thus if you are already deleting them manually after they are submitted it means that we need to activate the moderation on the list to be sure that they never arrive ? On Tue, Apr 11, 2017 at 12:51 AM, R. Tyler Croy wrote: > (replies inline) > > On Mon, 10 Apr 2017, Arnaud

Re: Jenkins Users, Jenkins Issues banned from Google Groups?

2017-04-11 Thread Carlos Sanchez
There is an option to moderate the first post from users On Tue, Apr 11, 2017 at 9:42 AM, Arnaud Héritier wrote: > Thus if you are already deleting them manually after they are submitted it > means that we need to activate the moderation on the list to be sure that > they

Simple Jenkins Example Project

2017-04-11 Thread JordanGS
Can someone please point me in the direction of a simple Jenkins Project, either jenkins or groovy UI config files. I'm trying to understand all the little nuances and properly create a plugin. Thanks. -- You received this message because you are subscribed to the Google Groups "Jenkins

Yesterday's security advisory

2017-04-11 Thread Daniel Beck
Hi everyone, We now had the situation where the number of vulnerabilities far exceeded what the security team could handle. https://jenkins.io/security/advisory/2017-04-10/ As previously discussed on this list, I've suspended distribution of plugins that are currently vulnerable.

Re: Yesterday's security advisory

2017-04-11 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Hi Daniel, Surprised to see scriptler there, wasn't expecting it given the number of people using it. If there is anything I can do to help, just let me know. I am a bit busy this week, but can definitely stop a couple of hours two or three days this week and maybe during the upcoming holidays

Re: Yesterday's security advisory

2017-04-11 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Thanks for the detailed response Daniel. >And even once the issue is fixed, there's overhead in coordinating release of >the fix, writing and publishing the advisory, blog, and warnings, sending >notifications, etc. Perhaps we could create a type of Certified or Supported tag to plugins.

Re: Jenkins Users, Jenkins Issues banned from Google Groups?

2017-04-11 Thread Daniel Beck
> On 11.04.2017, at 12:22, Ioannis Moutsatsos wrote: > > but not the Jenkins Issues It's a read-only list. You're not supposed to post to it. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from

Re: Yesterday's security advisory

2017-04-11 Thread Daniel Beck
> On 11.04.2017, at 12:03, 'Bruno P. Kinoshita' via Jenkins Developers > wrote: > > Surprised to see scriptler there, wasn't expecting it given the number of > people using it. If there is anything I can do to help, just let me know. I > am a bit busy this

Re: Bug Triage "Team"

2017-04-11 Thread Mark Waite
My situation is similar to Oleg's. My first priority is to review bugs submitted against the plugins I maintain, and to reproduce bugs for those plugins, and to create automated environments to reproduce those bugs. Helping with other projects will come as a second priority. Mark Waite On Tue,

Re: Jenkins Users, Jenkins Issues banned from Google Groups?

2017-04-11 Thread Ioannis Moutsatsos
Thanks for your efforts Tyler and the useful tips on this issue everyone. The Jenkins Users group seems to be back on line this morning (4/11) but not the Jenkins Issues. It would be useful to identify what further needs to be done and enlist the help of the community to do it. Best regards

Re: Bug Triage "Team"

2017-04-11 Thread Oleg Nenashev
Hi all, I am in. Right now I dedicate time for reviewing incoming issues in the core, Remoting, "_unsorted", a couple of other modules and a bunch of plugins I am supposed to maintain. I can unlikely dedicate more time to review other components (would prefer to do bugfixing in core/remoting),

[PROPOSAL] Change core logging from Java Utils Logging

2017-04-11 Thread Stephen Connolly
I come with evidence, namely my comparison of the performance of JUL, Log4J2 and Logback: https://www.sitepoint.com/which-java-logging-framework-has-the-best-performance/ Java Utils Logging is horrible in terms of performance. About the only good thing I can say about it is that it give a