Re: subclasses of Serialization

2015-12-22 Thread Jesse Glick
It is a feature of XStream that it does not require any marker interface. Its semantics are intentionally aligned with, but not identical to, Java serialization (which Jenkins also uses, for different purposes). Workflow code also uses JBoss Marshalling, again similar but not identical to Java

Re: GitLab Plugin

2015-12-22 Thread Baptiste Mathus
IIUC, Owen actually *is* the one asking for help . Btw, I'm more reading that he would welcome help than seeking someone else to /adopt/ the plugin. My 2 cents 2015-12-22 19:41 GMT+01:00 R. Tyler Croy

Re: GitLab Plugin

2015-12-22 Thread Daniel Beck
> On 22.12.2015, at 22:24, Baptiste Mathus wrote: > > I'm more reading that he would welcome help than seeking someone else to > /adopt/ the plugin. That's why it's possible to customize the adopt-this-plugin message on the wiki, to say exactly that. -- You received this

Re: Can axis have access to build/project information?

2015-12-22 Thread Gavin Mogan
Took me a while to figure out what you meant, but I totally got access to project from rebuild now. Thanks! On Mon, Dec 21, 2015 at 2:02 AM, Robert Sandell wrote: > Well, before each matrix run rebuild(MatrixBuildExecution context) is > called so you could get it there.

Re: Request for hosting plugin: build-timestamp

2015-12-22 Thread Daniel Beck
Forked to https://github.com/jenkinsci/build-timestamp-plugin Still not entirely sure the use case is sufficiently different, but not convinced it's not either. There's a corresponding component for the plugin on issues.jenkins-ci.org and you're the default assignee. > On 18.12.2015, at

Re: Adopt a plugin: job-import-plugin

2015-12-22 Thread Daniel Beck
Made you (escoem) a committer of the plugin. Ideally you'll start slowly, with minor changes and maybe consider pull requests to get feedback from others for a while, as to not break things for existing users of the plugin. Daniel > On 12.12.2015, at 22:13, Oleg Nenashev

Re: New Plugin hosting request: Docker Ephemeral Cloud

2015-12-22 Thread Daniel Beck
I'm not sure where this thread is now -- are you still asking for hosting of this plugin? If so, could anyone speak up wrt whether there are legitimate reasons not to do this? So far the number of existing similar implementations has been mentioned -- how similar are they? Would an

Re: Request for hosting : vmware-vrealize-automation-plugin

2015-12-22 Thread Daniel Beck
Forked to https://github.com/jenkinsci/vmware-vrealize-automation-plugin Also created a component on issues.jenkins-ci.org and made you default assignee. Welcome aboard! > On 14.12.2015, at 20:13, Inky Sea wrote: > > GitHub repository URL : >

Re: Request for hosting plugin: build-timestamp

2015-12-22 Thread Hao Chen
Thank you buddy! — Hao On Wed, Dec 23, 2015 at 6:56 AM, Daniel Beck wrote: > Forked to https://github.com/jenkinsci/build-timestamp-plugin > Still not entirely sure the use case is sufficiently different, but not > convinced it's not either. > There's a corresponding

GitLab Plugin

2015-12-22 Thread Antonio Manuel Muñiz Martín
GitLab Plugin seems to be requesting adoption (see README.md note ), although the wiki page does not say anything. If it is really on the adoption list, I can take care of it. Antonio. -- * Antonio Manuel Muñiz * amunizmartin.com *

Re: InjectedTest failures due to class not found.

2015-12-22 Thread Michael Neale
Yes sir, there is jelly. https://github.com/jenkinsci/pipeline-editor-plugin/blob/master/src/main/resources/index.jelly (this was working fine until recently, I noted). If you remove the build section of the pom.xml it should also barf for you (unless it is something local to my m2 cache...)

Re: Workspace does not exist in SCM checkout

2015-12-22 Thread Antonio Muñiz
Have you shared the code somewhere? It's difficult to know without taking a look to it. On Tue, Dec 22, 2015 at 11:37 AM, Francois Ferrand wrote: > Hello, > > I am trying to add Workflow support to the repo-plugin. > So far this is going well, but I have an issue with the

Re: InjectedTest failures due to class not found.

2015-12-22 Thread Stephen Connolly
You have ensured you have at least one .jelly file? (Typically a root index.jelly with the plugin description) On Tuesday 22 December 2015, Michael Neale wrote: > I was building a plugin with a very recent parent pom of 1.639 and running > the InjectedTest fails: > >

Re: List of unused code in Jenkins

2015-12-22 Thread evernat
Thanks for the kind words Oleg, Andrew and Baptiste. While waiting for the unused code detector to be eventually forked into jenkins-infra with a job in CI (I

Re: subclasses of Serialization

2015-12-22 Thread Raquel Pau Fernández
@Stephen, Thank you for your answer. Could you write a test to validate if a class that is Serializable provokes an undesired behavior? El lunes, 21 de diciembre de 2015, 22:34:53 (UTC+1), Stephen Connolly escribió: > > I would rather they all be Serializable so it really needs a case by

Re: subclasses of Serialization

2015-12-22 Thread Stephen Connolly
No. This requires case by case analysis On Tuesday 22 December 2015, Raquel Pau Fernández wrote: > @Stephen, > > Thank you for your answer. Could you write a test to validate if a class > that is Serializable provokes an undesired behavior? > > > > El lunes, 21 de diciembre

Re: subclasses of Serialization

2015-12-22 Thread Raquel Pau Fernández
Sorry, but I would like to know/understand why creating a test is not useful to validate if these classes do not need to be Serializable? Thanks El martes, 22 de diciembre de 2015, 14:20:15 (UTC+1), Stephen Connolly escribió: > > No. This requires case by case analysis > > On Tuesday 22

Hosting a new Plugin - Maintenance jobs scheduler plugin

2015-12-22 Thread Victor Martinez
Hi there, I've been working on some Jenkins automation to disable/delete jobs which haven't been triggered for the last X days based on some crontaks. I've already coded some groovy script and Jenkins jobs to do those actions automatically, but I've found this kind of process a bit ad hoc and

Re: Request for hosting: CPWR-PDS-download

2015-12-22 Thread cpwr_jenkins
Hi Guys, What's the status on the plugins? Are they good to be forked? -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Request-for-hosting-CPWR-PDS-download-tp4785068p4787075.html Sent from the Jenkins dev mailing list archive at Nabble.com. -- You received this

Re: Request for hosting: CPWR-PDS-download

2015-12-22 Thread Andrew Bayer
Why doesn't it make sense to combine them? A quick glance at the source suggests they're really, really, really similar. A. On Tue, Dec 22, 2015 at 11:35 AM, cpwr_jenkins wrote: > Hi Guys, > > What's the status on the plugins? Are they good to be forked? > > > > --

Re: Hosting a new Plugin - Maintenance jobs scheduler plugin

2015-12-22 Thread Daniel Beck
Hi Victor, we're moving hosting requests to JIRA, and only keep previous requests around on this list until we've handled them. Please follow the instructions here: https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins#HostingPlugins-Requesthosting Daniel > On 22.12.2015, at 17:32,

Re: Hosting a new Plugin - Maintenance jobs scheduler plugin

2015-12-22 Thread Victor Martinez
Thanks :) -- 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 jenkinsci-dev+unsubscr...@googlegroups.com. To view this discussion on the web visit

Re: Jclouds openstack instance creation

2015-12-22 Thread anoop negi
Thanks i'll post to user list. On Saturday, 19 December 2015 13:32:41 UTC+5:30, anoop negi wrote: > > Hi, > I'm using Jclouds plugin to create openstack instance on the fly during > job build and terminate as job get finished. > but i'm facing problem in ssh authentication. > Jclouds trying to

Re: subclasses of Serialization

2015-12-22 Thread Raquel Pau Fernández
Thanks Jesse for your feedback :-) I really appreciate your explanation. I will remove from my walkmod configuration the "removal option" of the serialization methods. Tomorrow, I will try to send again another PR to discuss for the rest of the changes. Can you give me some clues about what