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
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 it is cpu intensive and every
exp
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 repositor
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
numb
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 there
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
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 re
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 JUnit
- Flexible Publish Plugin
>
> If those plugins answer your question you can check for the Job Generator
> plugin to generate cleaned job configurations without the conditional steps.
>
> Cheers,
> syl20bnr
>
> Le vendredi 15 mars 2013 14:39:40 UTC-4, cchen a écri
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
issues with the plugin itself.
>
>
> On Fri, Mar 15, 2013 at 11:41 AM, cchen >wrote:
>
>> Just had another exception
>>
>> [[ Exception while replacing SCRIPT. Please report this as a bug. ]] {{
>> java.lang.NullPointerException }}
>>
>> Any ideas?
&
gt;
> Any ideas?
>
> On Friday, March 15, 2013 8:48:47 AM 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,
> >
> > sl
t; 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 >wrote:
>
>> I see. thank you for the quick response!
>>
>>
>
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 unsub
t;
>
> On Thu, Mar 14, 2013 at 11:59 PM, cchen >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
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 replacing SCRIPT. Please report this as a bug. ]] {{
Hi there,
In my groovy email template, in addition to the content that is driven by
the build status, there are also dynamic content depends on the
configuration value of certain plug-ins. In my case, I need to find out
the configurations of a recorder/publisher plugin. Any way to do this?
T
request and tests, feel free to do so.
>
>
> On Tue, Mar 5, 2013 at 1:27 PM, cchen >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 independen
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 resul
an connect from jenkins
server to the target server.
Chunrei
--- On Mon, 2/4/13, kiranm.ch [via Jenkins]
wrote:
From: kiranm.ch [via Jenkins]
Subject: Re: How to proper configure Publish Over Plugin for the first time
To: "cchen"
Date: Monday, February 4, 2013, 7:02 AM
Hi
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?
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
for the job?
>
> Andrey
>
> On Thu, Jun 28, 2012 at 2:16 PM, cchen 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
>> compil
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 deter
24 matches
Mail list logo