Re: How to find out WHY a job was executed on a specific slave?

2013-09-09 Thread Baptiste Mathus
Le 10 sept. 2013 07:31, "Dirk Heinrichs" a écrit : > > Am 09.09.2013 17:03, schrieb Les Mikesell: > > > Maybe there was a network glitch or something that made > > jenkins think that node was unavailable. > > Yes, see subject. This is exactly what I want to find out. The question > is: How? Is the

Re: Jenkins Log4j warning

2013-09-09 Thread Baptiste Mathus
Did you apply what I asked? " As for your issue, move your log4j.properties file to src/test/resources." With maven, only source code goes into src/*/java. .properties must be inside src/*/resources. Le 10 sept. 2013 07:31, "Gaurang shah" a écrit : > I don't think it is a maven question, as when

Re: Jenkins Log4j warning

2013-09-09 Thread Gaurang shah
I don't think it is a maven question, as when i run project thorough maven i don't see any warning, however when i run though Jenkins then i see *log4j *warning and so many other logs and mention below Please guys let me know how to get rid of this warning and logs messages. log4j:WARN No appende

Re: How to find out WHY a job was executed on a specific slave?

2013-09-09 Thread Dirk Heinrichs
Am 09.09.2013 17:03, schrieb Les Mikesell: > Maybe there was a network glitch or something that made > jenkins think that node was unavailable. Yes, see subject. This is exactly what I want to find out. The question is: How? Is there any Jenkins log file that says: "Couldn't use slave X, because.

Deploy multiple jars

2013-09-09 Thread Ashwin Mohan
I have around 10 different jobs to deploy 10 different jars to a repository. I am giving separate (10) subversion repository URLs to get the source. Wanted to check if there is a way to do these through a single job. Please let me know. Basically I want to get source from different locations and

Re: Plugin require for BTS

2013-09-09 Thread Jonathan Rogers
Mark Waite wrote: > What if there were a plugin that allowed the classification of test > failures, and then allowed filtering and reviewing history of test > failures by type of failure, frequency of failure, etc.? That might > then support the human driven failure analysis with gathered data. >

What systems does the Plugin Update Center use?

2013-09-09 Thread Merrow, Frank
I have a number of Jenkins instance running on systems that generally have all port 80 internet access blocked. For the Plugin Manager, I've gotten around the problem until recently by setting a "HTTP Proxy Configuration" on the "Advanced" Plugin Manager tab. My IT department recently figured

Problems with proxy

2013-09-09 Thread Jose Diaz
Hello, I am getting it error java.io.IOException: Server returned HTTP response code: 502 for URL: http://updates.jenkins-ci.org/update-center.json?uctest How can I test correctly the connection for download plugins, use git, use maven. By terminal using git and give the information of my p

Jenkins xcode plugin continue build after failure

2013-09-09 Thread reinhard . karbas
Is it possible to configure Jenkins / the xcode plugin in a way that the Jenkins job continues with the next steps even if the xcode build fails? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving

Re: Perforce clientspec issue

2013-09-09 Thread Andrew Barber
I found the bug...here it is: private String getConcurrentClientName(FilePath workspace, String p4Client) { if (workspace != null) { // Match @ followed by an integer at the end of the workspace path Pattern p = Pattern.compile(".*@(\\d+)$"); <<<

Re: Plugin require for BTS

2013-09-09 Thread Mark Waite
What if there were a plugin that allowed the classification of test failures, and then allowed filtering and reviewing history of test failures by type of failure, frequency of failure, etc.? That might then support the human driven failure analysis with gathered data. I know we can claim a build

Re: How to find out WHY a job was executed on a specific slave?

2013-09-09 Thread Les Mikesell
On Mon, Sep 9, 2013 at 1:46 AM, Baptiste Mathus wrote: > OK, so I suppose you'll have to dig into the source to see if any log is > issued, and hopefully understand what happened. > > My 2 cents. Yes jenkins normally does execute the same job on the same node when it is available, but my 2 cents

How to add build result to project result

2013-09-09 Thread kvysh
I am using Image Gallery Plugin, here it displays the gallery in build page. But i want to add latest result(Gallery) to project home page, How can i do this? I tried "getProjectAction" but this executes only when we do the configuration. I looked into "perform" method which is already exist in thi

Re: shell execution produces "couldn't flush stdout" error

2013-09-09 Thread John Russell
Try adding a noop command after the pipeline. When I run that locally, done is printed long before it exits. Its possible sed is still running when jenkins tries to exit the script. On Sun, Sep 8, 2013 at 3:32 PM, Matthias wrote: > Hello, > > thank you for the suggestion - but I already tried t

Re: Perforce clientspec issue

2013-09-09 Thread Andrew Barber
This seems to be a bug in the perforce SCM plugin when specifying -Dhudson.slaves.WorkspaceList=_ I took this option out of my jenkins invocation and magically clienspec creation that is unique to the workspace started happening again. Here is an example of it working: Started by user ano

Re: Debug connection between node and master

2013-09-09 Thread ycollet
I am still stuck with the connection debugging. A looked at the jenkins code, but I am not a java specialist. Do you know if there is a flag I can add on the java command line when I start slave.jar ? Best regards, YC -- You received this message because you are subscribed to the Google Groups

Re: Debug connection between node and master

2013-09-09 Thread ycollet
I a -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_o

Re: Perforce clientspec issue

2013-09-09 Thread Andrew Barber
Here is an example of running starting a concurrent build of a project: Started by user anonymous [EnvInject] - Loading node environment variables. Building in workspace /home/scratch/jenkins/jobs/foo-sanity/workspace_2 Using master perforce client:

Priority sorter plugin / multi-configuration project

2013-09-09 Thread CHAVANNE Robert
Hi all, Ia m using Jenkins version 1.523 and priority sorter plugin version 1.3. I have been trying to set priority for different multi-configuration projects A and B but it does not seem to be taken into account. If I run a build of A with priority 100 and then if I run a build of B with priority

Re: Limit project size?

2013-09-09 Thread Steffen Breitbach
Hi Stephen, this sounds very promising, let's hope I get the time to build a plug in or so ;) Regards Steffen On Mon, 2013-09-09 at 10:59 +0100, Stephen Connolly wrote: > There are the extension points that would allow you to write a plugin > to do just that. > > > Easiest way to start woul

Re: multiple dropdown build parameter

2013-09-09 Thread Stephen Connolly
It is certainly technically possible (i.e. if there is not yet a way to do it, a plugin could be written and all the necessary hooks are present to enable the required functionality)... but I don't know if it is possible without resorting to a new plugin (as I don't use parameterized builds that mu

multiple dropdown build parameter

2013-09-09 Thread nhadie ramos
Hi All, Is it possible to have multiple dynamic choices (drop down) as build parameter? I would like my developers to be able to deploy on different vm's on different esx host. so my first dropdown i have a list of all our esx host, once they select one host the next dropdown will contain the

Re: Limit project size?

2013-09-09 Thread Stephen Connolly
There are the extension points that would allow you to write a plugin to do just that. Easiest way to start would be to depend on the disk usage plugin and then implement a QueueTaskDispatcher. If you want a per-project limit you would also want to implement a JobProperty to hold the per-project l

Limit project size?

2013-09-09 Thread Steffen Breitbach
Hi everyone! Is there a way to limit the size a project (or all projects) may use on the file system? Let's say I could limit the disk space (for all builds) to 2 GB. If the project has reached its limit it won't build any more until an older build has been deleted (or something like that). Than

RE: resctrict number of jobs at a time

2013-09-09 Thread Matthew.Webber
Use this plugin: https://wiki.jenkins-ci.org/display/JENKINS/Throttle+Concurrent+Builds+Plugin From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Tânia Magalhães Sent: 09 September 2013 10:20 To: jenkinsci-users@googlegroups.com Subject: resctrict numbe

Re: resctrict number of jobs at a time

2013-09-09 Thread Dirk Heinrichs
Am 09.09.2013 11:20, schrieb Tânia Magalhăes: > I don't want to go for a solution like restrict the number of > executors to 1 in each node. But that's exactly what it's good for. Bye... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Infrastructure *Recommind GmbH*, Von-Liebig-Straße

resctrict number of jobs at a time

2013-09-09 Thread Tânia Magalhães
Hi! Let's say that I have severall jobs. I start all the jobs and I want to make use of all available nodes. But I have one restriction: I don't want these jobs to run more than one on the same machine at a time. There is no problem if I have more than one running at the same time, but only if