Re: [DISCUSS] Change Jenkins default logging format

2019-06-07 Thread Jesse Glick
Well, you can work on a PR to add a supported log format option to `jenkinsci/winstone`. -- 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: [DISCUSS] Change Jenkins default logging format

2019-06-07 Thread 'Gavin Williams' via Jenkins Developers
You're right that Jenkins doesn't provide details via help, but the method is documented on the Jenkins wiki, and is a standard Java mechanism of customising the logging output... I can also see several mentions of the same method in this email thread... However the changes introduced have

Re: Proposal - Adding JCasC tests into Jenkins core test suite

2019-06-07 Thread Oleg Nenashev
> > You can create a `tests`-classifier JAR from `configuration-as-code` > which offers specialized test utilities making use of that plugin’s > functionality. It is already there. I want to refactor it out in https://github.com/jenkinsci/configuration-as-code-plugin/issues/917 On Fri, Jun 7,

Re: [DISCUSS] Change Jenkins default logging format

2019-06-07 Thread Jesse Glick
On Fri, Jun 7, 2019 at 6:23 AM 'Gavin Williams' via Jenkins Developers wrote: > Unfortunately this appears to have broken the ability to provide a custom log > format :( > > See https://issues.jenkins-ci.org/browse/JENKINS-57888 for more info... Seems like an RFE to me. `java -jar jenkins.war

Re: Proposal - Adding JCasC tests into Jenkins core test suite

2019-06-07 Thread Jesse Glick
On Fri, Jun 7, 2019 at 3:23 AM Oleg Nenashev wrote: > Taking this discussion, what about including *optional* JCasC dependency to > Jenkins Test Harness Seems wrong to include any plugin as a dep of `jenkins-test-harness`. > Jenkins Performance Test Framework supports JCasC rules You can

Re: How to submit plugin?

2019-06-07 Thread raylax
thanks you so much! 在 2019年6月7日星期五 UTC+8下午7:18:33,Richard Bywater写道: > > See https://jenkins.io/doc/developer/publishing/requesting-hosting/ > > Richard. > > On Fri, 7 Jun 2019 at 22:23, raylax > > wrote: > >> https://github.com/raylax/jenkins-aliyun-oss-plugin >> I want to submit the plugin to

Re: How to submit plugin?

2019-06-07 Thread Richard Bywater
See https://jenkins.io/doc/developer/publishing/requesting-hosting/ Richard. On Fri, 7 Jun 2019 at 22:23, raylax wrote: > https://github.com/raylax/jenkins-aliyun-oss-plugin > I want to submit the plugin to https://plugins.jenkins.io/ > Do not know how to operate > Who can help me? > > thanks

[JENKINS-57154] Regression in github-oauth-plugin 0.32 breaks /configureSecurity page

2019-06-07 Thread Javier Raez Rus
Hi, I just want to warn that there is a critical regression issue on the github-oauth-plugin (version 0.32) that after installing it breaks the "configureSecurity" page. Doing a rollback to the previous version of the plugin just fix the issue. The issue is already opened:

Re: [DISCUSS] Change Jenkins default logging format

2019-06-07 Thread 'Gavin Williams' via Jenkins Developers
Jesse Unfortunately this appears to have broken the ability to provide a custom log format :( See https://issues.jenkins-ci.org/browse/JENKINS-57888 for more info... Ideas? Cheers Gavin On Thursday, April 11, 2019 at 12:27:45 AM UTC+1, Jesse Glick wrote: > > On Wed, Apr 4, 2018 at 8:18 PM

How to submit plugin?

2019-06-07 Thread raylax
https://github.com/raylax/jenkins-aliyun-oss-plugin I want to submit the plugin to https://plugins.jenkins.io/ Do not know how to operate Who can help me? thanks -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this

Re: Proposal - Adding JCasC tests into Jenkins core test suite

2019-06-07 Thread Oleg Nenashev
Taking this discussion, what about including *optional* JCasC dependency to Jenkins Test Harness Jenkins Performance Test Framework supports JCasC rules, and we want to make it accessible to users. Her is the ongoing pull request: