Re: Plugin parent version

2014-04-08 Thread Daniel Beck
Current (end of March) install stats (newest recorded release: 1.557): Total instances (1.396 and up): 82748 (100%) 1.480 and up: 75903 (~92%) 1.509 and up: 68607 (~83%) 1.532 and up: 53555 (~65%) 1.554 and up: 15906 (~19%) 50+% of instances have at least...: 1.541 (41878) 25+% of instances have

Re: New Plugin 'Artifact Promotion' / hosting request

2014-04-08 Thread Halil-Cem Gürsoy
*bump* Did I missed something in my initial request? -- 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. For more

Re: xUnit - All test reports are empty.

2014-04-08 Thread m8mble
Hi, I'm having the exact same issue with a different setup. It's very easy to reproduce, so I'll post it here: I'm using cxxtest 4.3 [1]. I'm compiling the examples provided in the sample folder with the '--xunit-printer' option. This creates an XML with the test results besides meaningful

PR [JENKINS-22412] for cobertura plugin

2014-04-08 Thread Tristan Amini
Hey, It's been a little over a week and I haven't gotten a review for my pull request. The other pull requests for the plugin haven't been updated in around three months so I don't think waiting longer would help. I'm hoping someone could look it over because this is my first contribution. In

Commit access to Build-pipeline-plugin

2014-04-08 Thread Thomas Carsuzan
Hi, I submitted 3 pull requests 25 days ago and still no review ( https://github.com/jenkinsci/build-pipeline-plugin/pulls) May I get commit access to this repository ? Github Account : Tetradeus (https://github.com/Tetradeus) Regards, Thomas -- You received this message because you are

New Plugin Repository Request (artifactory-polling-plugin)

2014-04-08 Thread Nathan Gutzmann
Hi Jenkins Developers, I've created a new plugin which is an implementation of an SCM style plugin. It can be used to poll Artifactory (open source or pro) for new versions of dependencies and trigger jobs when these dependencies are updated. My github username is ngutzmann. Please call the

Re: New Plugin Repository Request (artifactory-polling-plugin)

2014-04-08 Thread Larry Shatzer, Jr.
How is that different than https://wiki.jenkins-ci.org/display/JENKINS/Maven+Dependency+Update+trigger(or say https://wiki.jenkins-ci.org/display/JENKINS/IvyTrigger+Plugin or other ones listed here: https://wiki.jenkins-ci.org/display/JENKINS/XTrigger+Plugin) On Tue, Apr 8, 2014 at 11:23 AM,

JUC 2014 - Register Early

2014-04-08 Thread Alyssa Tong
Hi All, Registrations for Bostonhttp://www.eventbrite.com/e/jenkins-user-conference-boston-ma-june-18-2014-tickets-10558652213, Berlinhttp://www.eventbrite.com/e/jenkins-user-conference-berlin-germany-june-25-2014-tickets-10557974185and

Dynamically populate choice parameters (Cross posted to the jenkins-users)

2014-04-08 Thread delbert dev
I am looking either for an existing plugin or suggestion for writing my own plugin that will give me the following functionality: On the job configuration page the user has access to one or more choice parameter drop-down menus. Now when the user clicks one of these drop-down boxes the values

Re: New Plugin Repository Request (artifactory-polling-plugin)

2014-04-08 Thread Nathan Gutzmann
Hi Larry, Unfortunately the Maven Dependency Update trigger and the IvyTrigger Plugin will not work for us as we use gradle instead of Maven or Ivy. I also looked at the URL trigger from the XTtrigger plugin, however this plugin does not persist any state outside of RAM. As a result, any

Re: New Plugin Repository Request (artifactory-polling-plugin)

2014-04-08 Thread Larry Shatzer, Jr.
Nathan, Is it possible you could contribute to one of those solutions to add the features you need? Such as a better persistence of the data, or add support for reading a gradle file for the maven or ivy one, since aren't the artifacts still reachable by a maven coordinate? We just want to try

Re: Git plugin - GIT_BRANCH set to detached

2014-04-08 Thread Hamish Campbell
Anyone able to help? I assume that GIT_BRANCH should point to the branch, so is this a bug? On Tue, Apr 8, 2014 at 11:54 AM, Hamish Campbell hamish.campb...@koordinates.com wrote: Hey all, We recently upgraded Jenkins from git-code 1.7 / git plugin 1.5 to latest versions (1.9.1 / 2.2.0

Re: Git plugin - GIT_BRANCH set to detached

2014-04-08 Thread Mark Waite
I think detached is probably an accurate description of what is happening inside the git plugin. I suspect it has checked out the SHA1 of the remote ref as a detached head, without using a named branch. I'm not aware of any way to provide the previous behavior in the current git plugin. I'm

Re: Dynamically populate choice parameters (Cross posted to the jenkins-users)

2014-04-08 Thread Bruno P. Kinoshita
Hi Delbert Another approach could be to call a groovy script and use: https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+Dynamic+Parameter+Plug-in I think that's doable with a Groovy script and the dynamic-parameter plugin, unless one parameter depends on the value of other parameters e.g. you

Re: Dynamically populate choice parameters (Cross posted to the jenkins-users)

2014-04-08 Thread Dominik Bartholdi
Thats about the functionality of this plugin: https://wiki.jenkins-ci.org/display/JENKINS/Maven+Metadata+Plugin If you need anything more, the you should probably talk to the maintainer of it. Domi Am 09.04.2014 um 04:31 schrieb Bruno P. Kinoshita brunodepau...@yahoo.com.br: Hi Delbert