Re: Eamil-ext plugin add text to msg

2012-11-13 Thread Sven Finsterwalder
Ok here it is: That code is the pre-send script area: def deploymentJob = Jenkins.getInstance().getItemByFullName("deployment-universal") def colorDeployment = deploymentJob.getIconColor() def testJob = Jenkins.getInstance().getItemByFullName("selenium2-portalservices-Smoketests-windows-Chrome-2

EnvInject Plugin can't read key

2012-11-13 Thread Olly
Hi, I try to read key/value pairs from a property file with the EnvInject Plugin. It works. But when I want to read a key like scp.test (with a point) I can't read it with $scp.test. I have tryed a few combinations like ${scp.test} but nothing works. Can somebody help me? Thanks Olly -- View

Re: Wanted: HOWTO write Dashboard portlets

2012-11-13 Thread Glfk4rt
Certainly covers the ground. I thought that all of the portlets went through the dashboard view and was hoping there would be something more specific. Thanks, Rodney On Tue, Nov 13, 2012 at 4:49 PM, Mark Waite wrote: > How about https://wiki.jenkins-ci.org/display/JENKINS/Extend+Jenkins ? > >

Re: parallel builds on single Hudson possible - quick question

2012-11-13 Thread Mark Waite
In the Jenkins job configuration screen, there is a check box "Execute concurrent builds if necessary".  I don't know if that feature is available in Hudson or not.  It may have been added after most of the developers switched from Hudson to Jenkins. Mark Waite >_

parallel builds on single Hudson possible - quick question

2012-11-13 Thread Z W
Hi All We have a single Hudson server and we like to perform parallel builds for multiple different builds. Can Hudson support that, meaning one job starts at 815am and another at 820am so in the build queue there would be 2 paralllel builds ? If not, what's the usual practice to support multiple

Wasted Minutes plugin -- stats available per build?

2012-11-13 Thread Jerry
Is there a way to retrieve wasted minutes on a per-job, per-build basis? The aggregate total is available through the CloudBees free plugin, but per-build numbers are not in the Rest API. Thanks, Jerry

RE: how to make windows batch command shell continue run after start up another program.

2012-11-13 Thread ZHANG Xinchun A
I used to have the same need as you. What I do is in batch file, set BUILD_ID to some other value and use "start" command to start your "another program". Then this "another program" would continue to run without blocking the batch file execution. there is a webpage on Jenkins related website, bu

Re: Wanted: HOWTO write Dashboard portlets

2012-11-13 Thread Mark Waite
How about https://wiki.jenkins-ci.org/display/JENKINS/Extend+Jenkins ? Mark Waite On Tuesday, November 13, 2012 1:52:14 PM UTC-7, Rodney Stanton wrote: > > I tried Googling for a HOWTO without luck. (yes, I did google first :P ) > > Our development would like more customization on our Dashboard.

Re: Memory issues with Jenkins

2012-11-13 Thread Brad Knowles
On Nov 9, 2012, at 7:08 AM, David Weintraub wrote: > There's not a lot of jobs running on this. We're just getting Jenkins setup, > and maybe get one or two builds per day. The problem seems to stem from the > Analytic plugins: Findbugs, PMD, Checkstyle, Warnings, and CPD. The build > complete

Re: Companies using Jenkins?

2012-11-13 Thread John Zhang
I am working in the Oslo office of WesternGeco, Schlumberger. Our project has been using Jenkins as our CI system. It is really good! We don't have a public site for this. But you can access the public site http://www.slb.com/westerngeco.aspx. Basically, we are developing a marine seismic softwa

Re: how to make windows batch command shell continue run after start up another program.

2012-11-13 Thread clintthomas
I am dealing with a similar issue, did you ever get the answer/solution to this? -- View this message in context: http://jenkins.361315.n4.nabble.com/how-to-make-windows-batch-command-shell-continue-run-after-start-up-another-program-tp4635941p4646041.html Sent from the Jenkins users mailing li

New project failure

2012-11-13 Thread Amad
Hello all, I am new to Jenkins. Following the steps in chapter 5 of the manual to configure a build. I've specified my SVN repo as shown below but Jenkins gives the following message when I save the project. The path is valid. svn://x.x.x.x/trunk/diamond/src /trunk/diamond/src doesn't exist

Wanted: HOWTO write Dashboard portlets

2012-11-13 Thread Glfk4rt
I tried Googling for a HOWTO without luck. (yes, I did google first :P ) Our development would like more customization on our Dashboard. Is there a portlet development FAQ? Rodney

Shelve Project - Waiting for next available executor

2012-11-13 Thread VFloyd
Hi All, I have just installed the Shelve Project Plugin. Whenever I try to shelve a project it just sits in the "Build Queue" with the msg "Waiting for next available executor". There is nothing running on any of the build servers. Outside of clicking into the project and choosing "Shelve Proj

Re: passing parameters to maven build

2012-11-13 Thread Fábio Uechi
I can thing of two ways: 1) property file or 2) environment variable On Tuesday, November 13, 2012 5:15:55 PM UTC-2, Levin, Ilya wrote: > > Hello, > > > > I have created a maven build project, in the Goals and Options section I > have: > > ` install -P -D=VALUE` > > > > VALUE is someth

passing parameters to maven build

2012-11-13 Thread Levin, Ilya
Hello, I have created a maven build project, in the Goals and Options section I have: ` install -P -D=VALUE` VALUE is something I need to calculate in a shell script, what is the best way to pass it to maven (to the Goals and Options line). Thanks, ilya

Re: Jenkins failing to auto install JDK when JENKINS_HOME is pointing to a newly created volume/filesystem

2012-11-13 Thread Fábio Uechi
Found it! There was a problem in the fstab entry which was responsible for mounting the partition. I was using *noexec* instead of *exec.* Just had to change this: */dev/vg0/jenkins /jenkins ext4 defaults,auto,noatime,noexec 0 0* * * for this: * * */dev/vg0/jenkins /jenkins ext4 defaults,auto,n

Re: Build Flow Plugin: No signature of method FlowDelegate.parallel()

2012-11-13 Thread r2_
Woops. Thanks a lot, Nicolas, using the closure fixed my issue. parallel ( {build("agile_code", ENVIRONMENT: params["ENVIRONMENT"], ACTION: params["ACTION"])}, {build("agile_db", ENVIRONMENT: params["ENVIRONMENT"], ACTION: params["ACTION"])} ) On Saturday, November 10, 2012 9:28:18 AM UT

Re: Jenkins failing to auto install JDK when JENKINS_HOME is pointing to a newly created volume/filesystem

2012-11-13 Thread Fábio Uechi
This is the exception I'm getting: Building in workspace /jenkins/workspace/teste Installing JDK jdk-6u34-oth-JPR Downloading JDK from http://download.oracle.com/otn/java/jdk/6u34-b04/jdk-6u34-linux-x64.bin Downloading 72036348bytes Installing /jenkins/tools/JDK/1.6.34/jdk.sh [1.6.34] $ /jen

Re: Perforce Plugin - Workspace root folder always overwritten to C:\Program Files (x86)\Jenkins\jobs\\workspace

2012-11-13 Thread cjo
You can easily move the workspace of the jobs, On slaves, this is just setting the Remote FS root for the slave, and the workspaces will be created under that. ( /computer//configure) On Master you can configure workspace to use a different directory to that of Jenkins home. "Workspace Root Dir

Perforce Plugin - Workspace root folder always overwritten to C:\Program Files (x86)\Jenkins\jobs\\workspace

2012-11-13 Thread Stephen Tunney
In the end, this is just annoying, but I have two separate volumes on my build machine. 80GB volume for OS and framework build binaries (VC++ runtime, SDKs, etc.) and a separate volume for source code, build artifacts, etc. I would like to have Jenkins use a path such as L:\jenkins\\workspace

New release of Dependency Graph View Plugin with experimental Javascript visualisation

2012-11-13 Thread Stefan Wolf
Hi together, I just released a new version of the https://wiki.jenkins-ci.org/display/JENKINS/Dependency+Graph+View+Plugin. This version includes an experimental visualisation via jsPlumb based on work by domi. Since I am pretty new to javascript it would be very helpful to get some feedback on

Re: Eamil-ext plugin add text to msg

2012-11-13 Thread Slide
Please show your code. On Tue, Nov 13, 2012 at 8:01 AM, Sven Finsterwalder wrote: > Hi, > > how can add text to the email that will be send. > >> msg - the MimeMessage object which can be modified > > I try it with the pre-send script, but it does not work :-( > Please give me an example code li

Re: Automatic diagram

2012-11-13 Thread Stefan Wolf
Hi all, I just released a new version of the https://wiki.jenkins-ci.org/display/JENKINS/Dependency+Graph+View+Plugin It includes an experimental visualisation via jsPlumb based on domis work. Please give me feedback how to improve the javascript visualisation and the plugin in general. Feature

Eamil-ext plugin add text to msg

2012-11-13 Thread Sven Finsterwalder
Hi, how can add text to the email that will be send. > msg - the MimeMessage object which can be modified I try it with the pre-send script, but it does not work :-( Please give me an example code line. Thanks

Re: Why jenkins restart every day?

2012-11-13 Thread Gaetan
Hello I can confirm it was coming from the thinBackup plugin. Thanks a lot ! - Gaetan 2012/11/2 Eric Pyle > I have also seen our Jenkins get stuck in “Jenkins is going to shut > down” mode, and it appears to be caused by the thin-backup plugin trying to > begin a backup while a long-ru

RE: Problems with "Authorization" configuration . . .

2012-11-13 Thread Mandeville, Rob
I can't find the issue number or the part of the change log that speaks to it, but I've had this problem. This was fixed in the past couple of months (somewhere...), so upgrading Jenkins will fix this, if you're willing to do "Latest and Greatest" rather than long-term support release. --Rob

Re: Copy/Replicate jobs in Hudson - How - Quick question

2012-11-13 Thread Mahesh kalase
Hi, All you need to do is just follow the below steps. 1. Stop your new Jenkins server & backup the contents your interested in. 2. Copy the contents of "conf" directory from your current Jenkins server to the new server. 3. Copy the contents of "jobs" directory from your current Jenkins server