Re: m.g.o-public -> repo.jenkins-ci.org/public

2012-03-14 Thread nicolas de loof
Indeed, maven 3 is a requirement I suppose you installed maven using the system package, so are loked to 2.2.x ? precise will have maven 3 (http://packages.ubuntu.com/precise/maven), in the meantime you can simply install the tar.gz distribution from apache.org 2012/3/15 柏木りんね > When I built ger

Re: m.g.o-public -> repo.jenkins-ci.org/public

2012-03-14 Thread 柏木りんね
When I built gerrit-trigger-plugin with suggested repository, It failed due to dependency. gerrit-trigger-plugin -> git-plugin 1.1.10 -> jgit 0.12.1 jgit 0.12.1 is not hosted in this repository (Also eclipse one) Next, I changed jgit version to hosted version(1.3.0.201202151440-r) in git-plugin

Re: RFC: Breadcrumb on steroid

2012-03-14 Thread Ross Simpson
Hi, I like the breadcrumb and think it's a good idea. I have, however, gotten several complaints from users (some of whom are UX people) about the drop-down menu appearance being distracting and not always desirable. Was any thought given to being able to control this behavior, through a conf

Re: Environment variables on the master

2012-03-14 Thread Grégory Boissinot
Use the method AbstractBuild#getEnvironment(TaskListener log) On Mon, Mar 12, 2012 at 3:36 PM, jonjendev wrote: > I'm trying to find a way to extract the environment variables stored on > the master; the variables set in "Configure System" in Manage Jenkins. > Could someone point me in the right

Re: 'Stacktraces Groups' plugin?

2012-03-14 Thread Denis Kniazhev
OK, it seems that there's no. We decided to create a plugin by ourselves. However, the problem we encountered is this. TestDataPublisher works with all projects EXCEPT maven projects. This is confirmed by these defects: https://issues.jenkins-ci.org/browse/JENKINS-5649 https://issues.jenkins-ci.org

Can Jenkins monitor a deployment of a build to WebLogic and report deployment errors like compile errors?

2012-03-14 Thread David Karr
I've used CruiseControl in the past, and experimented with Hudson in the pre-Jenkins days. I only just started looking at Jenkins again today. I plan to set up Jenkins to run a Maven build of a web application, but I also want it to deploy the build to a test WebLogic instance in a way that wil

Re: Hosting request

2012-03-14 Thread Ullrich Hafner
On 03/14/2012 03:14 PM, Mads Nielsen wrote: > Hey Community, > > I'd like to request commit access to jenkins.ci, my GitHub id is > MadsNielsen > > Regards, > Mads Are you going to work on a new plug-in? Then the best thing would be to upload the plug-in to your GitHub account and we fork it from t

Re: Raising the frequency of update center generation

2012-03-14 Thread Henk van Voorthuijsen
Actually it's quite possible for large organizations: http://timothyfitz.wordpress.com/2009/02/10/continuous-deployment-at-imvu-doing-the-impossible-fifty-times-a-day/ On Mar 13, 4:51 pm, Linards Liepiņš wrote: > OMG guys ... you really work in small comapnies or low-mission-important > things t

Need the URL to download plugin

2012-03-14 Thread John Smith
Hi, Can somebody point me at the website where I can download plug-ins? I'd like to add a post build step to my build that will scan (a grep or similar) a log file for a specific message and mark the build as unhealthy if a particular string is found. If I remember correctly the "Log Parser Plugi

Hosting request

2012-03-14 Thread Mads Nielsen
Hey Community, I'd like to request commit access to jenkins.ci, my GitHub id is MadsNielsen Regards, Mads

Re: basic BuildWrapper problem

2012-03-14 Thread Jesse Farinacci
Greetings, On Tue, Mar 13, 2012 at 4:44 PM, Max Spring wrote: > Having troubles with a BuildWrapper: It does not become active for any job. Did you enable it in the configuration for the job? I believe BuildWrappers need to be enabled per-job. The #isApplicable only dictates whether or not it wi

Re: Request for Jenkins CI build job for jenkinsci/github-sqs-plugin

2012-03-14 Thread Jesse Farinacci
Greetings, On Wed, Mar 14, 2012 at 12:15 AM, aaronwalker wrote: > I've just recently created the github-sqs-plugin (https://github.com/ > jenkinsci/github-sqs-plugin) and would like a build job created for > this plugin on http://ci.jenkins-ci.org/. Just to complete the cycle, someone has create

Re: RFC: Breadcrumb on steroid

2012-03-14 Thread Andreas Sandberg
Hi! Really nice feature indeed. However I do get an JavaScript error using Internet Explorer 8, I should probably post this as a bug but I rumbled over this discussion and I've just wondering if anyone else has the same problem? The problem appears when hovering the mouse over the breadcrumb

Re: RFC: Breadcrumb on steroid

2012-03-14 Thread Andreas Sandberg
Hi! Really nice feature indeed. However I do get an JavaScript error using Internet Explorer 8, I should probably post this as a bug but I rumbled over this discussion and I've just wondering if anyone else has the same problem? The problem appears when hovering the mouse over the breadcrumb

Re: Jenkins is waiting for completion of all the concurrent build to give output status

2012-03-14 Thread Christopher Orr
Which post-build actions are you using? On 03/14/2012 12:46 AM, Albin Joy wrote: Dear All, I need to display the build finished status as soon as the build completed, even though the same job is running with another build. Any solution to make it up..? Anybody can help me for a solution? On W

RE: Jenkins is waiting for completion of all the concurrent build to give output status

2012-03-14 Thread Nord, James
That particular issue was fixed in the static code analysis plugins[1]. If you use any of these plugins then there is an option that needs to be set per job on each of the plugin configuration sections (I don't recall the exact UI name of the option only the xml variable - which isn't much help

Jenkins DynamicParameter Plugin

2012-03-14 Thread Dimitar Popov
Hi all, I'm an employee of SEITENBAU (www.seitenbau.com) and I have developed a simple Jenkins plugin, which allows dynamically generated default values of build parameters. The default value(s) are generated by a Groovy script. We have decided to publish the plugin under the Apache License and w