Re: Allow user to add icons

2012-06-12 Thread jcsirot
Hello, I have developed a similar plugin which allow users to add a custom icon on each job. https://github.com/jcsirot/custom-job-icon-plugin -- Jean-Christophe Le mardi 12 juin 2012 10:07:57 UTC+2, MaxiTrompe a écrit : > > Hello, > > I am making a plugin on Jenkins, and I wish to allow th

Re: [build-flow-plugin] some experiment with jsplumb styling (057c4ba)

2012-06-12 Thread nicolas de loof
indeed, I didn't remembered when I first heard about this. 2012/6/12 domi > I know - you, KK and me where talking about it in Brussels… :) > the idea was also to provide new icons via this plugin > > > > On 12.06.2012, at 19:03, nicolas de loof wrote: > > I think KK had such a resource plugin in

Re: [build-flow-plugin] some experiment with jsplumb styling (057c4ba)

2012-06-12 Thread domi
I know - you, KK and me where talking about it in Brussels… :) the idea was also to provide new icons via this plugin On 12.06.2012, at 19:03, nicolas de loof wrote: > I think KK had such a resource plugin in mind > > -- Forwarded message -- > From: Dominik Bartholdi > > Date

Fwd: [build-flow-plugin] some experiment with jsplumb styling (057c4ba)

2012-06-12 Thread nicolas de loof
I think KK had such a resource plugin in mind -- Forwarded message -- From: Dominik Bartholdi < reply+c-1447997-344b8a6f65eb7315bfe89f48f1a5e28ff7cbefc2-132...@reply.github.com > Date: 2012/6/12 Subject: Re: [build-flow-plugin] some experiment with jsplumb styling (057c4ba) To: Nic

Re: Jenkins matrix job improvements

2012-06-12 Thread domi
see here: https://wiki.jenkins-ci.org/display/JENKINS/contributing /Domi On 11.06.2012, at 19:35, raman_usik wrote: > Hello! > > I’m developer of customization Jenkins for our project in our company. > > Original Jenkins could not cover all features we need. We need to run matrix > jobs and ea

Re: Adding a configurable timeout for EC2 slaves and/or schedule based minimum node

2012-06-12 Thread Francis Upton
Hi Eric, Sorry for the delay in this reply. What you have encountered sounds like a bug. I have been away from the plugin for a while, so you probably know it as well as I do that this point. If you want to take a stab at fixing it, I would be happy to look at a patch. It might be that that assum

Re: Jacoco Plugin not showing up in the update center

2012-06-12 Thread Jesse Farinacci
Greetings, On Tue, Jun 12, 2012 at 10:46 AM, Ognjen Bubalo wrote: > mvn -B release:clean release:prepare release:perform > > Also I noticed that the exec did not return, it stopped at > [INFO] Executing: cmd.exe /X /C "git push" > [INFO] Working directory: d:\REPOs\GSoC\jacoco-plugin > > So in an

Re: Jenkins and Synergy 7.1 ::Assistance Needed::

2012-06-12 Thread cjo
Sorry about the previous incomplete post, This is what it should have been: >From your comments, it seems that you have been dropped in at the deep end with this work, regarding Synergy and Jenkins. The synergy plugin requires that a project is already created in synergy and this is accessible

Re: Jenkins and Synergy 7.1 ::Assistance Needed::

2012-06-12 Thread cjo
>From your comments, it seems that you have been dropped in at the deep end with this work, regarding Synergy and Jenkins. The synergy plugin requires that a project is already created in synergy and this is accessible by the jenkins user. This is so that it can check synergy for changes. (

Re: Jacoco Plugin not showing up in the update center

2012-06-12 Thread Ognjen Bubalo
Hello, mvn -B release:clean release:prepare release:perform Also I noticed that the exec did not return, it stopped at [INFO] Executing: cmd.exe /X /C "git push" [INFO] Working directory: d:\REPOs\GSoC\jacoco-plugin So in another cmd I executed: cmd.exe /X /C "git push" And of course after tha

Re: Jacoco Plugin not showing up in the update center

2012-06-12 Thread Jesse Farinacci
Greetings, On Tue, Jun 12, 2012 at 10:25 AM, Ognjen Bubalo wrote: > The last 1000 lines are test outputs. I don't anywhere see the release being deployed. What exact command line is being executed? -Jesse -- There are 10 types of people in this world, those that can read binary and those that

Re: Jacoco Plugin not showing up in the update center

2012-06-12 Thread Ognjen Bubalo
The last 1000 lines are test outputs.

Re: Jacoco Plugin not showing up in the update center

2012-06-12 Thread Ognjen Bubalo
Hello! It looks like this. [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.397 sec [INFO] [INFO] Results : [INFO] [INFO] Tests run: 58, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] [INFO] [INFO] --- maven-hpi-plugin:1.74:hpi (default-hpi) @ jacoco --- [INFO] [

Re: Jenkins and Synergy 7.1 ::Assistance Needed::

2012-06-12 Thread michaeltr
*Hey CJO, If I make a project in Jenkins called "testProject" and try to build it, this is what I'm getting from Jenkins. It fails at the same point, but the error message is different. I'm not using multiple Synergy installations and Jenkins is installed on the same box as Synergy, Change and RDS

Re: Jenkins and Synergy 7.1 ::Assistance Needed::

2012-06-12 Thread michaeltr
Correct, it does not work from the command line. If I create a project in Jenkins, are these projects supposed to show up if I were to log into the Synergy Client? If so, they're not. Or, am I suppose to create a project in Synergy then make a duplicate build project in Jenkins? Michael -- Vie

Re: Jenkins and Synergy 7.1 ::Assistance Needed::

2012-06-12 Thread cjo
Further to Emanuele's response, You should check the name of the project you entered as the -2 at the end seems to indicate a version and doing a few tests, shows that you also need :project:[instance] in this case if your database is DCM enabled. In our case we have DCM enabled (ability to

Re: Jenkins and Synergy 7.1 ::Assistance Needed::

2012-06-12 Thread Emanuele Zattin
Oh... another poor Synergy user. I feel your pain! Did you try running the same commands from the command line with the user you're running Jenkins from? >From the logs you provide it looks like Synergy is not able to find a project with the name you provided. BR, Emanuele Zattin --

Jenkins and Synergy 7.1 ::Assistance Needed::

2012-06-12 Thread michaeltr
*Hello, I have recently joined a team that is using Synergy 7.1.0.1 and wants to use Jenkins as a build manager. I've installed Jenkins and the Synergy Plug-in on our RedHat Enterprise Linux 5.0 server. All software installations were successful, but when I create a project in Jenkins and click bu

Re: Jacoco Plugin not showing up in the update center

2012-06-12 Thread Jesse Farinacci
Greetings, On Tue, Jun 12, 2012 at 4:05 AM, Ognjen Bubalo wrote: > I used maven in command line, and yes I've tried releasing 8 days ago, but > had some authentication problems (and there was always a BUILD FAILURE). I > fixed it yesterday, so now I had a BUILD SUCCESS, but does not show up. This

[ANN] Animal Sniffer version 1.8 Released

2012-06-12 Thread Stephen Connolly
Hi, The Mojo team is pleased to announce the release of Animal Sniffer version 1.8. This is the sixth release of Animal Sniffer (http://mojo.codehaus.org/animal-sniffer/) since it moved from java.net to the mojo project at codehaus. We have fixed a bug (http://jira.codehaus.org/secure/ReleaseNo

Re: jenkins can't clone repository from git.

2012-06-12 Thread MigrateFish
Thanks Jeff, I solve it by set the problem to another slave in hudson. This is because the original slave don't install git, but i run command $git clone -o origin ssh:// gerr...@db-testing-dtsfs07.db01.baidu.com:29418/udwproject.git/home/work/qa/ci/workspace/UDW_META_GERRIT in the master mach

Re: Allow user to add icons

2012-06-12 Thread Ullrich Hafner
You can have a look at the sidebar link plug-in, that allows users to upload icons, too. Ulli On 06/12/2012 10:07 AM, MaxiTrompe wrote: > Hello, > > I am making a plugin on Jenkins, and I wish to allow the user to add > his own icons to it. > When I am developing my plugin, I simply add the ico

Allow user to add icons

2012-06-12 Thread MaxiTrompe
Hello, I am making a plugin on Jenkins, and I wish to allow the user to add his own icons to it. When I am developing my plugin, I simply add the icons to the following directory : /static/58caf46e/images/, but this directory isn't accessible from the user. If somebody knows how to do so, it

Re: Jacoco Plugin not showing up in the update center

2012-06-12 Thread Ognjen Bubalo
Hello! Thank you for the response. I used maven in command line, and yes I've tried releasing 8 days ago, but had some authentication problems (and there was always a BUILD FAILURE). I fixed it yesterday, so now I had a BUILD SUCCESS, but does not show up. This was 1.0.1 already. I do not kn

Re: jenkins can't clone repository from git.

2012-06-12 Thread Jeff MAURY
You probably have a problem with your PATH when running in Jenkins Jeff Le 12 juin 2012 05:15, "MigrateFish" a écrit : > Hi,FYI: > >I want jenkins to fetch code from git repository to build. When > Jenkins has been installed git and gerrit plugins. I trigger Jenkins build > by hand, but fo

Jenkins remote ssh plugin Change master/slave configuration for git plugin

2012-06-12 Thread Abhijit Shinde
Earlier for installing remote ssh plugin we had following configuration, 1. Git plugin was polling repository periodically for change on branch and then triggers the build. 2. Triggered build runs remotely on Windows slave which has configuration as below: a. Usage: " Utilize th