Re: What about a Composer plugin?

2013-04-26 Thread Bruno P. Kinoshita
Hi Renan,  I've already added Composer to my CodeIgniter project and am now getting my feet wet with packagist, composer, eclipse+composer, etc. I'll keep an eye on the repository and will create a branch to send some code too. > Just a note, I will be back to the office in July. That's all I can

Re: What about a Composer plugin?

2013-04-26 Thread Renan de Lima
Bruno, I've created https://github.com/renanbr/composer-plugin repository. You are collaborator =) Next week some people will start coding, they also have access to manage pull request. I'll ping composer-dev group about what we are doing. Just a note, I will be back to the office in July. That'

Re: Question on Jenkin

2013-04-26 Thread Kenny Ayers
Hey avineet, The procurement cost of Jenkins is free. The real cost will be in implementation and development man hours by your build person (or team). As far as your use-cases go, it's up to your build person or team to implement the functionality using the Jenkins toolset. If you don't

Re: request for plugin hosting

2013-04-26 Thread Geoff Bullen
I didn't have any joy on IRC. Any chance you could see why I can't push? On 25 April 2013 09:37, geoff wrote: > OK. I'm trying out IRC for the first time... No one there yet :-) maybe > as I'm in Oz.. > > On Thursday, 25 April 2013 01:10:21 UTC+10, Ullrich Hafner wrote: >> >> The best would

Re: A possible fix for Jenkins-14551 - subversion-plugin duplicating file contents

2013-04-26 Thread Kenny Ayers
Ah, I see... perhaps I can bribe him with mail-order cookies or beer or something... I'll do a pull request on my change, and see if that gets the ball rolling. Thanks for the replies, Kenny On Friday, April 26, 2013 2:45:04 PM UTC-7, Stephen Connolly wrote: > > The process I usually follow is

Re: A possible fix for Jenkins-14551 - subversion-plugin duplicating file contents

2013-04-26 Thread Stephen Connolly
The process I usually follow is to beg KK to do the merge pleading that it blew up in my face and there is no way he could do it during his lunchbreak... Though I may be using the "no way you could do that in your lunchbreak" dare a bit too often... he may have wised up to my tricks... perhaps I n

Re: A possible fix for Jenkins-14551 - subversion-plugin duplicating file contents

2013-04-26 Thread Kenny Ayers
Hey Stephen, Alexander Kitaev from SVNKit has peer-reviewed this change and has rolled it into the upstream libraries, and the new binaries are available here: http://teamcity.tmatesoft.com/viewLog.html?buildId=6105&tab=artifacts&buildTypeId=bt43 (http://issues.tmatesoft.com/issue/SVNKIT-36

Re: A possible fix for Jenkins-14551 - subversion-plugin duplicating file contents

2013-04-26 Thread Kenny Ayers
Hey Kutzi, It's helpful to step through the code to see the interaction. SVNUpdateEditor15 sees that a file is being added that contains file history. baseTextOS is a bufferedOutputStream that is written to with the content of the previous version of the file during the first call to fetc

Re: Missing maven-hpi-plugin-1.74 on BuildHive, central does not have it.

2013-04-26 Thread Jesse Glick
On Fri, Apr 26, 2013 at 4:03 PM, Mirko Friedenhagen wrote: > the job is trying to get maven-hpi-plugin-1.74 from central and fails because > of this Yes a bunch of BuildHive jobs for Jenkins plugins got broken recently due to a change in Maven mirror handling. We are working on determining the r

Re: request for hosting new plugin

2013-04-26 Thread Ulli Hafner
Hi Tushar, since I don't have admin privileges in GitHub I needed to create a new repository. But that seems not to work either. I don't know what's broken here. Now we have 3 repositories: https://github.com/jenkinsci/rally-update-plugin-1 (this has already some commits, does this work for you

Missing maven-hpi-plugin-1.74 on BuildHive, central does not have it.

2013-04-26 Thread Mirko Friedenhagen
Hello, please take a look at https://buildhive.cloudbees.com/job/jenkinsci/job/jswidgets-plugin/9/org.jenkins-ci.plugins$jswidgets/console While the build itself seems to succeed, a goal running afterwards does not. It seems the job is trying to get maven-hpi-plugin-1.74 from central and fails b

Re: CI build set up for teamconcert-plugin

2013-04-26 Thread Scott Cowan
Can anyone explain how I can see the failing test logs? https://buildhive.cloudbees.com/job/jenkinsci/job/teamconcert-plugin/3/console Thanks, Scott On Thursday, April 11, 2013 5:49:09 AM UTC-4, Ullrich Hafner wrote: > > You can enable it on your own: > > https://buildhive.cloudbees.com > > Ul

Question on Jenkin

2013-04-26 Thread avineet
Hi, We wanted to implement Jenkin in our project which require some kind of automation tool which support testing around Abnitio. I have heard that Jenkin works with Abnitio,Could you please confirm me the same. *What would be the Procurement cost of the product. * Also,I drafted few high level c

Re: A possible fix for Jenkins-14551 - subversion-plugin duplicating file contents

2013-04-26 Thread Stephen Connolly
Traditionally, the jenkins fork is maintaining a (hopefully) smaller set of patches on top of the upstream version. The aim is to get the set of patches to zero and then drop the fork. With reference to the above aim, my preference would be to get it in upstream rather than add to our current pat

RE: Reload build.xml after finishing build

2013-04-26 Thread Sandell, Robert
The started by user is handled by the Cause of the build, in this case Cause.UserCause and is added to a CauseAction before the build starts. A groovy script from the script console can change this by removing any existing causes in the action and adding a new. I guess that a Groovy post build s

Re: request for hosting new plugin

2013-04-26 Thread Tushar Shinde
Could you please otherwise create another repository or fork it from here if not able to resolve the commit access issue? https://github.com/tushar686/rally-update-plugin On Wednesday, April 10, 2013 12:26:17 PM UTC+5:30, Tushar Shinde wrote: > > Hi, > > We have created a plugin for Jenkins t

Re: New Jenkins Cors Plugin - request for commit access

2013-04-26 Thread Jochen Hinrichsen
Dear Ulli, you can find the cors plugin here: https://github.com/jhinrichsen/cors-plugin On Friday, 5 April 2013 09:44:31 UTC+2, Ullrich Hafner wrote: > > Typically we grant you access for your own plug-in only. Did you already > push your plugin to your github account already? Then we can fork

Aw: A possible fix for Jenkins-14551 - subversion-plugin duplicating file contents

2013-04-26 Thread Christoph Kutzinski
Nice research. Good job. However, I'd like to wait whta the SVNkit developers say about it: The bug is not so obvious to me, as the value of baseTextOS, which seems to be the ouptut file for fetchFile, changes between the 2 calls to myFileFetcher.fetchFile() So the question is, why in your case