add custom field in jenkins

2012-12-04 Thread David Gang
Hi all, I need a custom field in jenkins for reporting issues. I have a groovy script which sends a mail of all builds which were made on the server and if the build failed. I want to add a custom field for each project who the maintainer of the project is. How do i do it (without writing a plug

How to send broadcast email in Jenkins - quick question

2012-12-04 Thread Z W
Hi Is there a way to broadcast an email to everyone in Jenkins to inform them of maintenance service ? Thanks

Re: FTP publisher plugin appears to succeed, but files are not on the destination machine???

2012-12-04 Thread alok kumar
You can enable the check box for "Verbose output in console" option present in the advanced section where you specify the machine where you want to publish the files. You will have couple more options there that you can use. Thanks, Alok On Tue, Dec 4, 2012 at 8:36 PM, Steve K wrote: > > How do

RE: Open visual studio command line for build

2012-12-04 Thread Richard J Otter
MSTest It’s part of VS. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of bearrito Sent: Tuesday, December 04, 2012 4:05 PM To: jenkinsci-users@googlegroups.com Subject: Re: Open visual studio command line for build What tool are you using?

Re: Open visual studio command line for build

2012-12-04 Thread bearrito
What tool are you using? TestDriven.Net, NCover or one of the Visual Studio/ Team Server offerings. On Monday, December 3, 2012 6:46:37 PM UTC-5, Richard J wrote: > > We use Visual Studio to run unit tests and acquire code coverage. > > > > If you know how to do that without a full VS install,

Re: Cygpath Cygwin Git

2012-12-04 Thread Xavier Nodet
Do you have the Cygwin DLLs in your path? They need to be available to the program, and they will be looked for by the system in the path or in the location of the program you run. When you run a program from .../cygwin/bin without the path being set, it's fine because the DLLs are at the same pla

Has anyone used dr memory plugin on linux

2012-12-04 Thread Sohel Khan
Hi, Has anyone used this plugin successfully on linux to analyse memory leaks? I get this error, suggesting that it needs the exe for dr memory. I downloaded the linux version that has a perl script instead of exe, but no information on how and where to configure the plugin for this Setting l

Matrix-based security workspace access - quick question

2012-12-04 Thread Z W
Hi We currently are using Matrix-based security to allow users to access workspace. However, we have an artifact produced that we like some users to pick up but not have access to the whole workspace as it contains all our source files. Is there a way using this Matrix-based security to only limi

cannot use Add Build Step --> Execute Shell

2012-12-04 Thread Kamal Ahmed
Just installed Jenkins 1.492 on ubuntu 12.04 , but i was not able to use ANY pulldown menu options available by "Add Build Step" and i get no error as well.  jdk:  java -version java version "1.6.0_35" Java(TM) SE Runtime Environment (build 1.6.0_35-b10) Java HotSpot(TM) 64-Bit Server VM (build 2

Running jenkins behind a reverse proxy (apache)

2012-12-04 Thread RC
Hi, I'm trying to use apache as a reverse proxy for Jenkins (1.492), it generally works, but there is an issue when creating a new job. When selecting the radio button for a maven 2/3 project, a new 'panel' appears between the job name field and the radio buttons. Does anyone have an idea on how

Re: FTP publisher plugin appears to succeed, but files are not on the destination machine???

2012-12-04 Thread Steve K
How do I set the "Verbose output in console" option for the Publish Over FTP Plugin? Certainly, the primary objective is to successfully use ftp to copy the files to the desired location. When the ftp fails, however, do you agree that the "Publish Over FTP Plugin" should throw an error? Thank

Re: Plugin to show number of failed tests per job on dashboard?

2012-12-04 Thread Clemens
Hi, have a look at the Dashboard View Plugin . I guess it is good for your first point. But not sure about (2/3). Maybe you have to modify it, but shouldnt be a problem. Greetings Am Freitag, 30. November 2012 16:16:43 UTC+1 schrieb ra

Re: Builds of new configuration in a matrix build are lost after some time.

2012-12-04 Thread B.Latinville
Here is the bug on JIRA : https://issues.jenkins-ci.org/browse/JENKINS-15799 Hopefully, it will be solved quickly. Vote for it it !

Re: NPE while archiving after build success

2012-12-04 Thread David Causse
Hi, The problem was due to a bad sysadmin cleanup script that deleted tomcat temp directory. Some build seems to work correctly but this one required temporary files for logging. Sorry for the noise. Le 03/12/2012 15:37, David Causse a écrit : Hi, jenkins told to report this problem on this

How to generate JavaDocs and deploy them to Artifactory?

2012-12-04 Thread Peter Korsten
The Jenkins CI and Artificatory setup I've created generally works fine (except for some memory issues, since they run in the same Tomcat), but I'm having trouble creating JavaDocs and deploying them to Artifactory. For creating, I've added 'javadoc:javadoc' as a build target, after 'clean inst