Re: Team/repo associations cleanup: You may have lost some permissions today

2017-11-30 Thread Daniel Beck
> On 28. Nov 2017, at 14:59, Daniel Beck wrote: > > These three repos have so many team associations that they break the GitHub > UI (90-130 teams each), so I'm in contact with GitHub support to fix them: > emmacoveragecolumn-plugin > matrix-reloaded-plugin > selenium-tests

How to persist data in BuildStep's perform method?

2017-11-30 Thread 司芳源
In my builder class I have a Integer field, which will increase by 1 in the perform method. I tested it, this field did increase after each build as expected. However, after jenkins reboot, this field returned to its initial value, because its value is not changed in the job's config.xml. I

Re: [Announce] Gerrit CI workflow to become a brand-new Jenkins plugin

2017-11-30 Thread Paolo Brocco
Hi Luca, you announced this in September, I was wondering if in the meantime you could publish something? I'd be happy to test your plugin, since at work we actually need it... thanks for letting me know the status of your work, and if you have something to test, cheers, Paolo On Friday,

Re: Jenkins 2.89.1 LTS RC testing started

2017-11-30 Thread Oliver Gondža
On 2017-11-29 15:53, Jesse Glick wrote: On Wed, Nov 29, 2017 at 9:33 AM, Daniel Beck wrote: We missed https://issues.jenkins-ci.org/browse/JENKINS-47909 because it was kept open. Oops, my fault for not double-checking JIRA after seeing that the PR was merged.

'Core' team permissions cleanup

2017-11-30 Thread Daniel Beck
Hi everyone, As part of an effort to clean up the permissions in the jenkinsci GitHub organization[1][2], the following users have been removed from the 'Core' team that grants access to repos like jenkinsci/jenkins, developer tools, or various bundled libraries: albers b2jrock bap2000

Re: [PROPOSAL] Split js-libs repo in individual repos (one per module)

2017-11-30 Thread Victor Martinez
Awesome! I'm not really planning to do any maintenance though, let's see then what others think about this -- 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

Re: Creation of the remoteFs for a slave

2017-11-30 Thread Robert Sandell
One example I found https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/hudson/model/AbstractProject.java#L1200 /B 2017-11-30 12:30 GMT+01:00 Francis UPTON IV : > For a slave, is the remoteFs (like /var/jenkins) supposed to be created by > the user or by

Creation of the remoteFs for a slave

2017-11-30 Thread Francis UPTON IV
For a slave, is the remoteFs (like /var/jenkins) supposed to be created by the user or by Jenkins? I can't find any code where Jenkins creates it, and the description in the ec2 plugin is not clear. Should the ec2-plugin create this if it's not present (this seems wrong to me)? If the user is

[Plugin][Review needed]cccc-plugin compatibility with pipelines

2017-11-30 Thread Guillaume Jorandon
Good morning, I opened a Pull Request on the plugin repository to make it compatible with pipelines. I couldn't get a response for the past three months as the plugin isn't maintained. Some details may be missing: three months ago I wasn't so

Re: Coexistence of two equal plugins

2017-11-30 Thread Baptiste Mathus
It seems to me that even if you manage to rename everything that needs to be, there'll probably still be some form of conflict on that UI part. But hard to be sure without actually checking details. BTW, if you can possibly explain what you're trying to do on which plugin, maybe you'll be able to