Google Summer of Code 2017 - We are looking for mentors!

2017-02-04 Thread Oleg Nenashev
Hi, On behalf of the GSoC org team I am happy to announce that we are going to apply to Google Summer of Code on this year. GSoC presumes that high-profile students work in open-source projects for several months under mentorship of organization me

Re: How to initialize some bash helper function in all bash scripts

2017-02-04 Thread Victor Martinez
Unfortunately, the way I only know to automate those steps is either purely cnf mgmt based, such as: puppet, chef or using some groovy script injecting those slaves setup through the jenkins internal api, but it sounds a bit hacky. Although, using a build wrapper script might help you out, as lo

Re: Not able to pulll the code from GitLab using Jenkins

2017-02-04 Thread Mark Waite
Does the repository require authentication? If it does, did you provide a username / password credential for the repository? If not, you'll need to do that by creating a username / password credential through either the "Add" button in the git configuration of that job, or through the "Manage Cre

Re: How to initialize some bash helper function in all bash scripts

2017-02-04 Thread stanley . shen
Thanks for reply. Yes, they works, but in both ways, we need some manual configuration on jenkins master/slave, and it makes the maintenance hard if there are quite lot such things. I am trying to find a way so that it's wholly independent on jenkins master/slave so that even we add a new slave

How to initialize some bash helper function in all bash scripts

2017-02-04 Thread Victor Martinez
Off the top of my head: - Add those files as part of the .bashrc file if you use ssh slaves. Confg Managt tools might help you to configure that accordingly. Although this approach is out of the Jenkins's scope. - https://wiki.jenkins-ci.org/display/JENKINS/Slave+Setup+Plugin might help you Chee

Re: Diagnosing memory leaks

2017-02-04 Thread Stephen Connolly
I think I published the source code of my jamm plugin for Jenkins. It's not perfect yet, which is why I haven't released it, but you could install it and add the column to a view so you can identify the memory usage of your jobs. Beware the perf impact of the column, so put it in a non-default vi

Re: Pipeline, parallel, and junit = broken

2017-02-04 Thread Stephen Connolly
Or https://github.com/jenkinsci/junit-plugin/pull/64 Which needs deciding... Or bobby's version of similar idea https://github.com/jenkinsci/junit-plugin/pull/27 Both of those are not decided yet and need some discussion... On Fri 3 Feb 2017 at 22:42, Daniel Beck wrote: > > > On 03.02.2017, a