Passing parameters or files within a matrix build

2013-11-21 Thread cchen
Hey folks, For a matrix job, I can't seem to find a good way to pass parameters or files from the parent build(flyweight build) to child builds. My use case is that the parent build will perform some calculation which I don't want the child builds to repeat. As a result, I would like to pass

Re: Jenkins can't pull local Git repo - v1.536

2013-10-24 Thread cchen
Check if you have git user.name set. http://git-scm.com/book/en/Customizing-Git-Git-Configuration On Thursday, October 24, 2013 9:36:24 AM UTC-7, Julien Tanay wrote: Hi, Since this morning - and I absolutely don't know why! - Jenkins is not able to pull from any of my local repository.

Re: Problem with concurrent executions of the same Jenkins job

2013-06-25 Thread cchen
No way to easily turn off the wait. A couple of solutions for you to consider: 1) Modified the code in the jenkins plugins that are blocking you to not wait for previous builds to complete. 2) Instead of posting to a parameterized job, the client would create a new job and post the build

Jenkins api: can you filter builds of a job by build parameters?

2013-06-25 Thread cchen
1) For a parameterized job, how can I filter builds by build parameters? For example, I would like to get all the builds of a job that have parameter name = 'abc' in one call. Currently, I have to make multiple calls. 2) Another related question - I can filter build records using build

Anyway to make Publish JUnit Results not to wait on previous run's results?

2013-05-03 Thread cchen
Hello, I have a job where its jobs don't finish in the order they started at. Each build should send out test results immediately after it finishes. However, Publish Junit Results always waits on the previous runs to be finished which causes delay in getting the results.. Anyway we can work

Can jenkins not fail the builds that don't have the JUnit test result file?

2013-04-18 Thread cchen
Hello, I have a job that compiles and executes tests on the modules that were modified. As a result, some runs don't have any JUnit test result file while most of the run do generate JUnit test result file. The job is configured to look for Junit test results files and when it can't any

Re: Can jenkins not fail the builds that don't have the JUnit test result file?

2013-04-18 Thread cchen
Note that the current work around is to add a dummy test to every module, but I am hoping for a better solution. On Thursday, April 18, 2013 11:53:50 AM UTC-7, cchen wrote: Hello, I have a job that compiles and executes tests on the modules that were modified. As a result, some runs don't

Re: met a problem when New build job

2013-03-16 Thread cchen
Make sure you have subversion plug-in installed first. https://wiki.jenkins-ci.org/display/JENKINS/Subversion+Plugin On Saturday, March 16, 2013 4:18:31 AM UTC-7, 黄登辉 wrote: Hi Jenkins experts. I meet a problem when New build job, it is that there is no SVN option available to

Re: Exception from email-ext plugin

2013-03-15 Thread cchen
, cchen chen...@gmail.com javascript:wrote: Hello, I pulled master of emial-ext on 3/6 and made some modifications. 50% of the times, I see the following exception from one groovy email template which is that different from our other templates. Any ideas? thanks! [[ Exception while

Anyway bind a build parameter to a boolean configuration field?

2013-03-15 Thread cchen
Hello, Is there a way to bind a build parameter such as a boolean parameter to a checkbox in job configuration? Is there any workaround if there is no directly supported ways? Thanks! -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To

Re: Exception from email-ext plugin

2013-03-15 Thread cchen
filed [1] in order to track the issue. Thanks, slide 1 - https://issues.jenkins-ci.org/browse/JENKINS-17234 On Fri, Mar 15, 2013 at 8:22 AM, cchen chen...@gmail.com javascript:wrote: I see. thank you for the quick response! On Friday, March 15, 2013 7:29:28 AM UTC-7, slide wrote

Re: Exception from email-ext plugin

2013-03-15 Thread cchen
UTC-7, slide wrote: I'll try and improve the error message, it should not tell you to report it as a bug. I filed [1] in order to track the issue. Thanks, slide 1 - https://issues.jenkins-ci.org/browse/JENKINS-17234 On Fri, Mar 15, 2013 at 8:22 AM, cchen chen

Re: Exception from email-ext plugin

2013-03-15 Thread cchen
, Mar 15, 2013 at 11:41 AM, cchen chen...@gmail.com javascript:wrote: Just had another exception [[ Exception while replacing SCRIPT. Please report this as a bug. ]] {{ java.lang.NullPointerException }} Any ideas? On Friday, March 15, 2013 8:48:47 AM UTC-7, slide wrote: I'll try

Re: Any way to send results Email without waiting for previous builds to finish?

2013-03-06 Thread cchen
, feel free to do so. On Tue, Mar 5, 2013 at 1:27 PM, cchen chen...@gmail.com javascript:wrote: Hey folks, For one of ours jobs, users would specify the branch to build or even the build target to be executed. As a result, each build of job is independent from other builds and we don't need

Any way to send results Email without waiting for previous builds to finish?

2013-03-05 Thread cchen
Hey folks, For one of ours jobs, users would specify the branch to build or even the build target to be executed. As a result, each build of job is independent from other builds and we don't need to detect status change from one build to another. My question is - Is there a way to send

Re: How to proper configure Publish Over Plugin for the first time

2013-02-11 Thread cchen
from jenkins server to the target server. Chunrei --- On Mon, 2/4/13, kiranm.ch [via Jenkins] ml-node+s361315n465421...@n4.nabble.com wrote: From: kiranm.ch [via Jenkins] ml-node+s361315n465421...@n4.nabble.com Subject: Re: How to proper configure Publish Over Plugin for the first time To: cchen

Anyway to force stop or delete a hung run?

2012-11-29 Thread cchen
When you have a build that is hung forever and is unable to be killed or stopped (such as builds that is hung on IO operations) via the stop button (red x button), is there any way to force stop or delete it? Will restarting the master stop it? anyway to stop it without restarting?

How to compare results between different jobs?

2012-11-16 Thread cchen
Hey folks, If I have jobs running on different branches, and I would like to compare results between them and the latest results from a job that is running on master/main branch. Is there an existing way or a plug-in that can do that? Thanks, Chris

Unable to determine where the build failed

2012-06-28 Thread cchen
Hey folks, Using jenkins to build a scala project via maven, and I am having trouble to determine how builds are failing at times. Sometimes, there is no compile error, no test failure and everything seemed to succeed, but jenkins says it failed. So I am hoping to understand how Jenkins

Re: Unable to determine where the build failed

2012-06-28 Thread cchen
? Andrey On Thu, Jun 28, 2012 at 2:16 PM, cchen chench...@gmail.com wrote: Hey folks, Using jenkins to build a scala project via maven, and I am having trouble to determine how builds are failing at times. Sometimes, there is no compile error, no test failure and everything seemed to succeed