Re: Pull request backend-crawler plugin

2016-03-22 Thread Rouke Broersma
Pull request has since been merged. Cheers! On Tuesday, March 22, 2016 at 9:29:19 AM UTC+1, Rouke Broersma wrote: > > Hi, I love if someone had time to look at my pull request and provide > feedback and or merge it. Thank you. > > Pull request:

Please grant me commit access to pipeline-examples

2016-03-22 Thread Jeff Koenig
I have opened this PR: https://github.com/jenkinsci/pipeline-examples/pull/19 , and according to the wiki, I should ask for commit access if it has not been merged in a week, https://wiki.jenkins-ci.org/display/JENKINS/Pull+Request+to+Repositories . So please grant me commit access. My github

Re: custom-tools plugin: adding support for 7z-files

2016-03-22 Thread Martin Hjelmqvist
Hi Oleg! Good to hear! This project is planned to be finished by the end of May this year though. Aha, I need to approach this in another way then. Are you proposing that I add this feature in the Extra Tool Installers Plugin that extends AbstractExtraToolInstaller (which in turn extends

[GSoC2016] - Office hours on March 23, 8PM UTC

2016-03-22 Thread Oleg Nenashev
Hi, We have scheduled office hours to March 23, 8PM UTC. If you have not submitted a proposal yet, it is the best venue to discuss *your* project ideas. More info: https://wiki.jenkins-ci.org/display/JENKINS/Google+Summer+Of+Code+2016#GoogleSummerOfCode2016-Studentofficehours Best regards,

test failures

2016-03-22 Thread Arshad Khan
Hello, I am getting some errors while running tests on jenkins ver 2.0 alpha-3. I have attached the log. Please help! Best Regards, Arshad -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving

Re: [GSoC2016] - Jenkins Website

2016-03-22 Thread Aayush Ranaut
Are there anymore office hours going to be held this year? I can create a very diverse list of improvements that can be done along with Mockups. I can discuss these in any upcoming Office hours and create a proposal around it. -- You received this message because you are subscribed to the

Re: Pipeline View Plugin

2016-03-22 Thread Michael Neale
In another case it looks like Execution, yes... never mind (should be easy to fix once identified). I think the jackson stuff just happened to pick that edge case up (I thought I saw a serialization problem and my brain suddenly turned off looking for null pointers! hahaha. Nice work! On

Re: Pipeline View Plugin

2016-03-22 Thread Michael Neale
Yeah I think it is something else. When I go to look at the "normal" flownode graph I get a different exception (but a NPE). I think this is something amiss with globals and steps with flownodes. I wouldn't worry about it, this is a bit of a contrived edge case for now (in a differnet version

Re: [GSoC2016] - Jenkins Website

2016-03-22 Thread Arshad Khan
count me too, I also want to participate in that meeting. On Tuesday, March 22, 2016 at 12:32:00 PM UTC+5:30, Aayush Ranaut wrote: > > It'll take me a couple of hours to prepare the list. Will that be fine? -- You received this message because you are subscribed to the Google Groups "Jenkins

Re: Pipeline View Plugin

2016-03-22 Thread Sergei Egorov
Actually... getStartNode marked with @Nonnull, as well as getExecution(), so one of them is null. Execution maybe? On Tue, Mar 22, 2016 at 8:17 AM Sergei Egorov wrote: > Hi Michael, > > Wow, interesting finding! > > I checked with the sources and looks like it's not an issue

Re: [GSoC2016] - Jenkins Website

2016-03-22 Thread Aayush Ranaut
It'll take me a couple of hours to prepare the list. Will that be fine? -- 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

svn-tag-plugin: Looks like it has no maintainer but a waiting pull request

2016-03-22 Thread Christian Gmeiner
Hi all. I have created a bugfix for svn-tag-plugin to work correctly with the promoted build plugin: https://github.com/jenkinsci/svn-tag-plugin/pull/13 Now it would be great to land this pull request in the svn-tag plugin. How shall I proceed? Maybe somebody knows who the current maintainer

Re: Pipeline View Plugin

2016-03-22 Thread Michael Neale
As luck would have it, I notice this is tripped by by having global lib variables added in (basically, DSLs). Is there a JIRA project for this? (not a huge thing, I can't imagine many would run into this, but it looks like it gets upset if not all the things are serializable). Caused by:

Re: Pipeline View Plugin

2016-03-22 Thread Sergei Egorov
Hi Michael, Wow, interesting finding! I checked with the sources and looks like it's not an issue of the plugin itself, but StepEndNode. Jackson in plugin configured to serialize only pre-configured fields/methods, and any new object in the domain will not affect it. What I see here is that

Re: test failures

2016-03-22 Thread Michael Neale
Error: Caused by: java.lang.OutOfMemoryError: Java heap space If you give maven more memory, or, use Java 8 to build (resultant code will run with java7 I believe, but building with java8 can be faster and usually less memory hassles) export MAVEN_OPTS ="-Xmx2048m" or something like that

Re: [GSoC2016] - Jenkins Website

2016-03-22 Thread Oleg Nenashev
> > Are there anymore office hours going to be held this year? We're discussing it right now. If you have a draft list of changes you want to do, Jenkins Org Admins will try to setup a meeting between you and potential mentors. BR, Oleg 2016-03-22 7:44 GMT+01:00 Aayush Ranaut

Re: [GSOC 2016] Support core plugin improvements

2016-03-22 Thread Oleg Nenashev
The proposal look good, thanks for preparing it! I've added several comments to it вторник, 22 марта 2016 г., 0:24:25 UTC+1 пользователь Arnaud Héritier написал: > > Thanks a lot Minudika. > > @all please have a look at it and review/comment > > cheers > > On Tue, Mar 22, 2016 at 12:22 AM,

Pull request backend-crawler plugin

2016-03-22 Thread Rouke Broersma
Hi, I love if someone had time to look at my pull request and provide feedback and or merge it. Thank you. Pull request: https://github.com/jenkinsci/backend-crawler/pull/50 -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe

Re: react on failed tests in pipeline script

2016-03-22 Thread Robert Sandell
Pro tip, requires some "custom whitelisting": AbstractTestResultAction testResultAction = currentBuild.rawBuild.getAction( AbstractTestResultAction.class) if (testResultAction != null) { echo "Tests: ${testResultAction.failCount} ${ testResultAction.failureDiffString} failures of ${

Re: custom-tools plugin: adding support for 7z-files

2016-03-22 Thread Oleg Nenashev
Hi Martin, Great to hear that you're working on this plugin. I'm it's maintainer, so I will try to help where I can. If you consider a long-term project ("if you graduate on the next year"), maybe you would be interested to make a proposal for Google Summer Of Code

Re: react on failed tests in pipeline script

2016-03-22 Thread domi
Thanks! For now I go with this (I hate whitelisting...): if(currentBuild.result != null && !"SUCCESS".equals(currentBuild.result)) { ... } > On 22 Mar 2016, at 09:42, Robert Sandell wrote: > > Pro tip, requires some "custom whitelisting": > >

Re: [GSOC 2016]External Workspace Manager

2016-03-22 Thread Johnson Li
My proposal drift is posted here , please give me your advice to help me improve my work. 在 2016年3月22日星期二 UTC+8下午4:54:34,Johnson Li写道: > > Hi all, > > I am Johnson Li and my Chinese name is

custom-tools plugin: adding support for 7z-files

2016-03-22 Thread Martin Hjelmqvist
Hello, I'm currently working on my bachelor thesis; Improve the Jenkins custom tools installer. There is a need for a file format able to contain up to 100GB of installation files, since tar.gz and zip has a size limit of ~8GB and ~4GB size limit respectively. The idea is to add support for

Re: [GSOC 2016]External Workspace Manager

2016-03-22 Thread Johnson Li
Sorry about that, I have changed the permission On Tuesday, March 22, 2016 at 8:36:04 PM UTC+8, Oleg Nenashev wrote: > > I have no permission to make comments in the document :( > Could you adjust permissions to let every interested person to comment > there? > > вторник, 22 марта 2016 г.,

Re: custom-tools plugin: adding support for 7z-files

2016-03-22 Thread Oleg Nenashev
Hi Martin, Yes, GSoC is definitely not an option for this year bachelor thesis. Are you proposing that I add this feature in the Extra Tool Installers > Plugin that extends AbstractExtraToolInstaller (which in turn extends > ToolInstaller)? By extension points, you mean like

Re: [GSOC 2016]External Workspace Manager

2016-03-22 Thread Oleg Nenashev
I have no permission to make comments in the document :( Could you adjust permissions to let every interested person to comment there? вторник, 22 марта 2016 г., 13:24:34 UTC+1 пользователь martinda написал: > > Thank you for drafting a proposal. You also need to enter your application >

Re: [GSOC 2016]External Workspace Manager

2016-03-22 Thread martinda
Thank you for drafting a proposal. You also need to enter your application directly with Google and answer the student application template questions. The link is: https://summerofcode.withgoogle.com/ Best Regards, Martin On Tuesday, March 22, 2016 at 4:56:01 AM UTC-4, Johnson Li wrote: > > My

Re: [GSoC2016] Jenkins WebUI

2016-03-22 Thread Oleg Nenashev
The proposal looks good to me. Thanks for sharing it in advance! воскресенье, 20 марта 2016 г., 14:17:06 UTC+1 пользователь Samat Davletshin написал: > > I posted and shared the proposal on GSoC website. Would love to hear some > final feedback. If you like it I will soon submit the final

Re: New plugin hosting request

2016-03-22 Thread Baptiste Mathus
Hi Sanketh, I've made a committer on this plugin and the lead of the JIRA component. Please review your inbox, you should have received an invitation. Leonardo is still committer. So, please start progressively, ideally by filing PR instead of directly pushing, and asking for review from your

Re: Pipeline View Plugin

2016-03-22 Thread Sergei Egorov
FYI I configured CircleCI for this plugin, so now it's possible to download the latest *.hpi *automated* build from there: i.e. Build #7: https://circleci.com/gh/bsideup/jenkins-pipeline-view/7#artifacts On Tue, Mar 22, 2016 at 8:59 AM Michael Neale wrote: > In another

Re: EOFException on slave disconnect

2016-03-22 Thread Jesse Glick
On Sun, Mar 20, 2016 at 12:01 PM, Kanstantsin Shautsou wrote: > AFAIR it only warning and you could ignore it. Yes, I think it is a bug in Remoting, probably not your fault. -- You received this message because you are subscribed to the Google Groups "Jenkins

Re: Pipeline View Plugin

2016-03-22 Thread Jesse Glick
On Tue, Mar 22, 2016 at 2:56 AM, Michael Neale wrote: > When I go to look at the "normal" flownode graph I get a different exception > (but a NPE). File a bug with a stack trace and any steps to reproduce you may have. -- You received this message because you are

Re: How to use a custom Update Site without CA certificate?

2016-03-22 Thread Daniel Beck
On 22.03.2016, at 17:16, Rafael Rezende wrote: > I would like Jenkins to read from my custom update site without any > certificate. Is there any way to tell Jenkins to skip the signature > verification? > (I believe the CA certificate to the public update sites is

Re: How to use a custom Update Site without CA certificate?

2016-03-22 Thread Rafael Rezende
Sorry. I thought this was a question developers might have, rather than regular Jenkins users... Thanks for the advice! If I'm not mistaken, the UpdateSites Manager Plugin is no longer usable in later releases of Jenkins, because of some security improvement in the core. I'll double check.

Re: [pipeline][exclusion-plugin] Trying to make exclusion-plugin work with pipeline-plugin

2016-03-22 Thread Pierre Lerouge
sadly https://github.com/jenkinsci/exclusion-plugin/pull/5 does not seems to be a full support of the workflow plugin. Since the Snippet Generator does not list the exclusion-plugin as a wrapper or as a build step. I'll try https://github.com/jenkinsci/lockable-resources-plugin/pull/25 as you

[pipeline][exclusion-plugin] Trying to make exclusion-plugin work with pipeline-plugin

2016-03-22 Thread Pierre Lerouge
Hi, I'm trying to make the exclusion-plugin (https://github.com/jenkinsci/exclusion-plugin) work with the pipeline plugin, That's the first time I do this. So far I've been able to call the exclusion plugin like this : id = new org.jvnet.hudson.plugins.exclusion.DefaultIdType('test');

How to use a custom Update Site without CA certificate?

2016-03-22 Thread Rafael Rezende
We maintain a corporate artifact repository for Jenkins plugins (developed internally) and a *backend-update-center2** running to generate the update-center.json files... Until now we were providing a certificate to generate the update site. That way, clients should comply by including the

Re: react on failed tests in pipeline script

2016-03-22 Thread Jesse Glick
On Tue, Mar 22, 2016 at 4:47 AM, domi wrote: > if(currentBuild.result != null && > !"SUCCESS".equals(currentBuild.result)) { > ... > } Yes that is the current recommendation. -- You received this message because you are subscribed to the Google Groups

Re: EOFException on slave disconnect

2016-03-22 Thread Kanstantsin Shautsou
> On Mar 22, 2016, at 19:20, Jesse Glick wrote: > > On Sun, Mar 20, 2016 at 12:01 PM, Kanstantsin Shautsou > wrote: >> AFAIR it only warning and you could ignore it. > > Yes, I think it is a bug in Remoting, probably not your fault. > > -- >

Re: [pipeline][exclusion-plugin] Trying to make exclusion-plugin work with pipeline-plugin

2016-03-22 Thread Jesse Glick
On Tue, Mar 22, 2016 at 12:16 PM, Pierre Lerouge wrote: > id = new org.jvnet.hudson.plugins.exclusion.DefaultIdType('test'); You should not need to call into plugin classes directly like this. _Snippet Generator_ ought to give you the recommended syntax. Does

Re: Jenkins cloud health reporting

2016-03-22 Thread ogondza
Thanks, I have started to work on this and expect to have something to show latter this week. It seems to be possible to do a lot in cloud agnostic way (count provisioning attempts, report failures with exceptions, timings, etc.). Though, more interesting things will require plugins to

Re: Please grant me commit access to pipeline-examples

2016-03-22 Thread Jesse Glick
On Tue, Mar 22, 2016 at 7:12 AM, Jeff Koenig wrote: > I should ask for commit access if it has not been merged in a week Well, contact maintainers first, in this case abayer/rtyler. -- You received this message because you are subscribed to the Google Groups "Jenkins

Re: svn.jenkins-ci.org will be SHUT DOWN on March 31

2016-03-22 Thread Michael O'Cleirigh
Hello, I wrote a whole subversion to git repository conversion program. Anyways I used it to convert the svn.jenkins-ci.org into git. https://github.com/mocleiri/svn.jenkins-ci.org I need to write some additional branch detection rules and rerun the export but in principal it seems to have

Re: test failures

2016-03-22 Thread Baptiste Mathus
FWIW, just filed https://github.com/jenkinsci/jenkins/pull/2162 to try and make that work OOTB in the future (that is, when people will be mostly using Maven 3.3.1+). 2016-03-22 8:02 GMT+01:00 Michael Neale : > Error: > > Caused by: java.lang.OutOfMemoryError: Java heap

Re: [pipeline][exclusion-plugin] Trying to make exclusion-plugin work with pipeline-plugin

2016-03-22 Thread Jesse Glick
On Tue, Mar 22, 2016 at 1:08 PM, Pierre Lerouge wrote: > https://github.com/jenkinsci/exclusion-plugin/pull/5 does not seems to > be a full support of the workflow plugin. > Since the Snippet Generator does not list the exclusion-plugin as a wrapper > or as a build step.

Re: Pipeline View Plugin

2016-03-22 Thread Michael Neale
yes you can have control over it if in jenkinsci github org as long as you make it clear in CONTRIBUTING.md as Daniel says. For it to build in there however, you need to have your build process integrated with maven (which may be the real bottleneck for you). On Wed, Mar 23, 2016 at 12:40 AM Oleg

Re: Pipeline View Plugin

2016-03-22 Thread Michael Neale
yep, Tyler pointed out to me! Good to know, in that case, all the more reason to have it moved on over and available to a wider audience. If it is alpha then it will be in the experimental update centre, but if you want wider feedback from more users, you can just release it to the main update

Re: [GSOC 2016] Support core plugin improvements

2016-03-22 Thread Minudika Malshan
Hi, Thanks a lot Oleg and Arnaud for your valuable comments. I made changes according to your comments. Please have a look and let me know if there's anything more to be improved or changed. Best regards On Tue, Mar 22, 2016 at 1:34 PM, Oleg Nenashev wrote: > The

Re: Pipeline View Plugin

2016-03-22 Thread Oleg Nenashev
Why don't you just move it to jenkinsci org? The plugin is definitely useful, so I think it is reasonable. P.S: I'm still planning to run the plugin against big pipelines. I'm just in the slowpoke mode :( BR, Oleg вторник, 22 марта 2016 г., 14:07:39 UTC+1 пользователь Sergei Egorov написал: >

Re: Pipeline View Plugin

2016-03-22 Thread Sergei Egorov
For me, it's too early but if you think that it's fine to include it under jenkinsci in the current state then I don't mind. Yet I want to control development of it for now and keep pull request model for it, I hope you understand :) Sergei On Tue, Mar 22, 2016 at 3:40 PM Oleg Nenashev

Re: Pipeline View Plugin

2016-03-22 Thread Sergei Egorov
Ok, now it's under jenkinsci org: https://github.com/jenkinsci/pipeline-view-plugin I will prepare it for the release this week :) On Wed, Mar 23, 2016 at 4:21 AM Michael Neale wrote: > yep, Tyler pointed out to me! Good to know, in that case, all the more > reason to

Re: Pipeline View Plugin

2016-03-22 Thread Jesse Glick
On Tue, Mar 22, 2016 at 6:47 PM, Michael Neale wrote: > For it to build in there however, you need to have your build process > integrated with maven jenkins.ci.cloudbees.com supports Gradle-based plugin builds. -- You received this message because you are subscribed to

Display Git changelog as a list of Atlassian Stash (Bitbucket Server) pull requests

2016-03-22 Thread Nickolay Rumyantsev
Hi, In my company we use Atlassian Stash (now Bitbucket Server) to serve our sources. We use pull requests to merge our features to master branch. I want to extend the Jenkins Git plugin making it able to display the changelog as a list of Pull Requests with a fallback to usual commits (some

Re: Pipeline View Plugin

2016-03-22 Thread Kanstantsin Shautsou
Let’s try host you under jenkinsci and you will decide later whether it works for you. I will handle :) > On Mar 22, 2016, at 16:42, Sergei Egorov wrote: > > For me, it's too early but if you think that it's fine to include it under > jenkinsci in the current state then I

Re: Pipeline View Plugin

2016-03-22 Thread Daniel Beck
On 22.03.2016, at 14:42, Sergei Egorov wrote: > For me, it's too early but if you think that it's fine to include it under > jenkinsci in the current state then I don't mind. Yet I want to control > development of it for now and keep pull request model for it, I hope you >