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

2012-07-10 Thread Jesse Glick
On 07/09/2012 10:42 AM, Ognjen Bubalo wrote: Can you help me how to do the switch? I guess you just want: pluginFirstClassLoadertrue/pluginFirstClassLoader

Re: jBPM workflow plugin fork request

2012-07-10 Thread nicolas de loof
would like to, but jenkins-admin bot is dead 2012/7/10 Jiří Sviták svitak.j...@gmail.com Hello all, could you please fork jBPM workflow plugin and grant me commit access? https://github.com/jsvitak/jbpm-workflow-plugin jBPM workflow plugin uses jBPM 5, which is the current version and is

Re: Pending pull request for parameterized-trigger-plugin

2012-07-10 Thread cjo
Bring this one back to the top of the list for someone to look at please. On Wednesday, June 27, 2012 10:50:44 AM UTC+1, cjo wrote: Please can some one look at this, as it has been around a while On Tuesday, May 22, 2012 11:54:20 PM UTC+1, cjo wrote: Hi all, Can someone look at and test

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

2012-07-10 Thread Kohsuke Kawaguchi
Yes, this is what I recommend --- use the package renamed version tied to the major ASM version. But this only works if you are the user of ASM, and not if you need to bundle a library that uses ASM. For this situation, I think Jenkins supports class masking that lets you ignore specific packages

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

2012-07-10 Thread Ognjen Bubalo
Hmm. Yes, looks like the plugin loads the ASM 3.3.1, but still I have the same problem. This is about JaCoCo plugin. ... [Loaded org.objectweb.asm.ClassVisitor from file:/C:/Users/Ognjen%20Bubalo/.m2/repository/asm/asm/3.3.1/asm-3.3.1.jar] ... FATAL:

Re: AsyncFutureImpl.get problems in 1.447.2 = ArtifactDeployer

2012-07-10 Thread Grégory Boissinot
ArtifactDeployer 0,17 should fix the issue. On Fri, Jul 6, 2012 at 3:55 PM, Sandell, Robert robert.sand...@sonymobile.com wrote: We found the issue! So I thought I’d let you know. We downgraded to 1.424.2 but the issue was still there. After a good night’s sleep we started to dig some

NAnt plugin update

2012-07-10 Thread Glenn
Hi All, I am fairly new to Jenkins, thanks for the great app. I am using Jenkins for a complex windows application build which needs the conditional plugin. This all works fine except the NAnt plugin does not support the conditional plugin. I updated the NAnt plugin to work with this, what

Re: Jenkins Plugins - LTS

2012-07-10 Thread Stephen Connolly
When the Jenkins ircbot is back online I will give it a shot, after my current task that is ;-) On Tuesday, 10 July 2012, Kohsuke Kawaguchi wrote: 2012/7/9 Stephen Connolly stephen.alan.conno...@gmail.com javascript:; : On 6 July 2012 16:17, Jesse Farinacci jie...@gmail.com javascript:;

Jenkins Testflight

2012-07-10 Thread pkoder
Hi, I'm having an issue trying to do some post-build actions. Specifically, after creating my ipa's which is clearly present in the workspace, when I try to upload the build to test flight I get this error: Started by user anonymous http://localhost:8080/user/null Building in workspace

Re: Jenkins Testflight

2012-07-10 Thread Benjamin Lau
The file=@ you pass using curl needs a file path not a url. Ben On Jul 10, 2012 7:06 PM, pkoder shinytreasurek...@gmail.com wrote: Hi, I'm having an issue trying to do some post-build actions. Specifically, after creating my ipa's which is clearly present in the workspace, when I try to

Re: Jenkins Testflight

2012-07-10 Thread pkoder
Cheers Ben, worked with the explicit file path. On Wednesday, July 11, 2012 12:06:11 PM UTC+10, pkoder wrote: Hi, I'm having an issue trying to do some post-build actions. Specifically, after creating my ipa's which is clearly present in the workspace, when I try to upload the build to

Job Name Restrictions

2012-07-10 Thread Michael Rohan
Hi Folks, Creating a new job in Jenkins will display a message, e.g. ':' is an unsafe character, same for '/', '@', 4tc. Is this restriction in place to protect the workspace directory name created on disk or is there a more fundamental reason to restrict the job name? If it's to protect the

New Plugin

2012-07-10 Thread Rumble
Hi, I'd like to add a new plugin LotusConnections which will post a build status message to Lotus Connections. My github id is 'philrumble' Thanks

Re: New Plugin

2012-07-10 Thread Vojtech Juranek
Hi, could you push your plugin into github (under your account), so that we can fork it under jenkinsci? Thanks Vojta On Tuesday 10 July 2012 22:03:43 Rumble wrote: Hi, I'd like to add a new plugin LotusConnections which will post a build status message to Lotus Connections. My github id is

Re: jBPM workflow plugin fork request

2012-07-10 Thread Vojtech Juranek
Hi, forked [1] and you should have commit rights. Welcome aboard! Vojta [1] https://github.com/jenkinsci/jbpm-workflow-plugin On Tuesday 10 July 2012 17:22:00 Jiří Sviták wrote: Hello all, could you please fork jBPM workflow plugin and grant me commit access?