Re: Request to be made a maintainer - Cobertura plugin

2019-05-08 Thread Zheng Shenyu
The PR to repository-permissions-updater is merged, but I still don't have access to GitHub repo. Can anybody help me to give me the access permission? Thanks! 在 2019年5月7日星期二 UTC+8上午11:33:00,Zheng Shenyu写道: > > Hi all, > > I want to be the maintainer of the Cobertura plugin >

Call for Papers for CD Summit China

2019-05-08 Thread Tracy Miranda
All, One of the early CD.Foundation events will be a 1-day summit colocated with KubeCon Shanghai . There is a call for papers open here https://linuxfoundation.smapply.io/prog/continuous_delivery_summit_china_2019 Event

Re: CD.Foundation Update

2019-05-08 Thread Tracy Miranda
Great point, yes will raise this! On Thu, Apr 25, 2019 at 1:40 PM Martijn Verburg wrote: > Hi Tracy, > > One small bit of feedback from me (I'm on the Jakarta EE, JCP & > AdoptOpenJDK boards). It's pretty std practice these days to also make the > governing board minutes available (with one or

Re: Jenkins Google Season of Docs Special Interest Group

2019-05-08 Thread Oleg Nenashev
Just to follow-up, +1 from me. I would prefer that other SIGs and sub-projects should coordinate documentation for components under their umbrella, but it would be still great to have a dedicated SIG for overall documentation and for documentation tools. Best regards, Oleg On Tuesday, April

Re: Looking to contribute to official Discard Old Build plugin distribution

2019-05-08 Thread Jeff
HI Benjamin You should be able to just submit a PR to the repo, and one of the maintainers should review it and merge it if they feel it's a good addition. I'd suggest smaller PRs, and if appropriate you can discuss individual proposed changes here, or you could contact the maintainers directly.

Looking to contribute to official Discard Old Build plugin distribution

2019-05-08 Thread Benjamin Beggs
Hi, I'm hoping to update the Discard Old Build plugin ( https://plugins.jenkins.io/discard-old-build) to expand its feature set and improve general reliability/stability. I will be updating the code to allow for more sophisticated discard conditions. For e.g. allowing a user to request that

Re: github app approval for jenkinsci org?

2019-05-08 Thread Oleg Nenashev
Currently we have several active contributors with GitHub administrative access Generally these requests should go to the INFRA team (JIRA ticket + mailing list ping). If it is about a new org-wide application to be enabled (or about evaluation in few repos), starting a thread in the Dev list

Re: Conditional CasC

2019-05-08 Thread Oleg Nenashev
In my case I use Groovy hooks in order to define conditional CasC-logic. E.g. here: https://github.com/oleg-nenashev/demo-jenkins-config-as-code/blob/master/init_scripts/src/main/groovy/scripts/DevelopmentFolder.groovy#L34-L39 . Indeed Groovy Scripts could invoke JCasC API to apply YAML files