Re: Docker workflow runs with user not fully configured

2016-09-02 Thread Jesse Glick
Possibly related to https://github.com/jenkinsci/docker-workflow-plugin/pull/57. -- 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: Serialization of TaskListener

2016-09-02 Thread Jesse Glick
Not really following what you are trying to do, but what you have tried is not going to work. Keep it simple. Define Pipeline steps that return simple primitive types or structs with `@Whitelisted` getters, and which take argument types which are mappable via Jenkins databinding, which limits

Re: Recent changes takes too long in jenkins 2.7.1 version

2016-09-02 Thread Robert Sandell
https://issues.jenkins-ci.org/browse/JENKINS-35493 On Thu, Sep 1, 2016 at 9:23 AM, Daniel Beck wrote: > You're on the wrong mailing list. > > > On 01.09.2016, at 08:02, Ravalika wrote: > > > > > > Hi, > > > > We have migrated recently to Jenkins 1.603 to

Re: How to implement doIndex() method from Jenkins RootAction class

2016-09-02 Thread Stephen Connolly
Well taking the stapler response as a parameter is generally considered old-style, better is to return a HttpResponse Other than that, it should work... What candidate views does it name on the 404 debug output? On Thursday 1 September 2016, Cheng Bao wrote: > > > I create my

Re: How to implement doIndex() method from Jenkins RootAction class

2016-09-02 Thread Daniel Beck
It's not in the code you're showing us. I just created a new plugin that consists of just the following (+ imports in the code, and non-code boilerplate from the archetype)… -- @Extension public class MyRootAction implements RootAction { @Override public String getIconFileName() {

Re: Recent changes takes too long in jenkins 2.7.1 version

2016-09-02 Thread Daniel Beck
You're on the wrong mailing list. > On 01.09.2016, at 08:02, Ravalika wrote: > > > Hi, > > We have migrated recently to Jenkins 1.603 to jenkins 2.7.1 stable version. > After migration, Jenkins takes too long for displaying the changes of the > current job (approx.

Re: Docker workflow runs with user not fully configured

2016-09-02 Thread nicolas de loof
This indeed is required so the actual files on workspace don't get corrupted by user IDs/premissions that only exist in your container. You should configure your container to relax permission and let arbitrary user run your build tools 2016-09-02 12:05 GMT+02:00 Oliver Gondža

Re: How to implement doIndex() method from Jenkins RootAction class

2016-09-02 Thread Robert Sandell
That looks to be correct, unless you have added a view called index.jelly or index.groovy because I think those are evaluated before doIndex. /B On Thu, Sep 1, 2016 at 6:12 PM, Cheng Bao wrote: > > > I create my own implementation of RootAction in Jenkins, instead of > default

Contribution to translations Swedish

2016-09-02 Thread govan.m
Hi Jenkins developers! I am a Java developer and a Jenkins user. Recently I have some extra time and I am planning to help Jenkins to be even better if I can. I am new to open source so I thought the best way would be to begin with translations and documentation. I want to translate