Re: Plugin 'Synchronize remote jobs'

2012-07-09 Thread Michaƫl Pailloncy
@Jan : I looked at this possibility but this just show me differences, it does not allow me to merge parts that I want on production. I would like a tool that would allow me to automatically merge parts of config file without manually modify it or do manual action. In terms of functionality, I

Re: How to tell Jenkins to use a different ASM version when comes to a specific plugin?

2012-07-09 Thread Stephen Connolly
You can switch the classloader delegation mode (it is a config parameter of the maven plugin) On 8 July 2012 21:48, Ognjen Bubalo ognjen.bub...@gmail.com wrote: Hello, In the JaCoCo plugin I would like to use ASM 3.3.1 but the ASM 2.2.3 is loaded for some reason (maybe Jenkins uses it?). How

which function does ${%skipSome( int , String)} in console call?

2012-07-09 Thread Brute
in console.jelly, there is ${skipSome(offset/1024,consoleFull)} I want to know which function does it call, I want to write a similar plugin. Thank you

RE: How to tell Jenkins to use a different ASM version when comes to a specific plugin?

2012-07-09 Thread Sandell, Robert
Kohsuke write something around this a while back http://kohsuke.org/2012/03/03/potd-package-renamed-asm/ But using those packages might interfere with JaCoCo too much. Robert Sandell Software Tools Engineer - Tools and Integration Sony Mobile Communications From: jenkinsci-dev@googlegroups.com

Re: RE: Backports to LTS 1.446.1

2012-07-09 Thread Vojtech Juranek
Hi James, it's there more then week, so back ported. Vojta On Thursday 05 July 2012 09:28:00 Nord, James wrote: Hi Vojta, I would like to nominate the following, new in 1.473 (2012/07/01) Updating job config.xml shouldn't clobber in-progress builds. (issue 12318) It's not a candidate

Re: RE: Backports to LTS 1.446.1

2012-07-09 Thread nicolas de loof
I also would like to backport JENKINS-14113 (from 1.472 : 4e7a43c5863b5e7ad637a5034f75d3c144c45129https://github.com/jenkinsci/jenkins/commit/4e7a43c5863b5e7ad637a5034f75d3c144c45129 ) to fix github webhook 2012/7/9 Vojtech Juranek vjura...@redhat.com Hi James, it's there more then week, so

Re: Plugin's configuration appears twice

2012-07-09 Thread simomex90
Sorry but the source code is not available. I can give you some info: when i save a job configuration, in the xml file, where the form's data are saved, I see a mix of the 2 configuration form; for example, in the first an optionalblock is false, in the second the same is true, for the plugin that

PluginWrapper.Dependency

2012-07-09 Thread Slide
The PluginWrapper.Dependency class in LTS is not marked as public, which means it can't be used outside the package. Is there any other way to get a look at the dependencies for a plugin? I'm trying to determine if one of the optional dependencies for email-ext is available and has the correct

User roles for Views?

2012-07-09 Thread Salut
Hi All, Can i restrict views based on user roles? I tried related to jobs too. I dont think even Project-based Matrix Authorization Strategy solves the purpose. Let us say i created two users and in global configuration page i set all the access to both the users. And in the project configuration

Re: User roles for Views?

2012-07-09 Thread Stephen Connolly
You might have to resort to the CloudBees RBAC plugin (which would involve paying if you use it for more than 30 or 60 days... I cannot recall what constant I used in the evaluation license generator) On 9 July 2012 14:45, Salut karthik.krishnag...@gmail.com wrote: Hi All, Can i restrict views

Re: How to tell Jenkins to use a different ASM version when comes to a specific plugin?

2012-07-09 Thread Ognjen Bubalo
Can you help me how to do the switch? Is there any wiki our mailing list thread about it? Thank you, Ogi

RE: PluginWrapper.Dependency

2012-07-09 Thread Sandell, Robert
To find out if a plugin is available and you know the name of it I guess you could use Jenkins.getInstance().getPluginManager().getPlugin(String shortName) That should give you an instance of PluginWrapper if the plugin is installed. http://javadoc.jenkins-ci.org/hudson/PluginWrapper.html

Re: Plugin 'Synchronize remote jobs'

2012-07-09 Thread Jan Ruzicka
Linards, At this moment SCM Sync configuration just checks configuration to the SCM ... it doesn't poll or update anything. I don't want any periodical pulling and update of the job configuration directly from SCM without some admin interaction required. Jan On Jul 8, 2012, at 5:28 AM,

RC for LTS 1.466.1 // was: Re: Backports to LTS 1.446.1

2012-07-09 Thread Vojtech Juranek
Hi, backports to 1.466.1 are done, could you please create RC? For list of backports check changelog [1]. It passed all automated test (on JonJ there were actually 4 failures [2], I haven't looked very carefully on it yet, but it seems me like some environment issue, as on our instance it