RE: Major Problems after upgrading to 1.532.2 LTS Release

2014-02-20 Thread Dunnigan, Terrence J
What version were you running previously? From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Andrew Sumner Sent: Thursday, February 20, 2014 5:47 PM To: jenkinsci-users@googlegroups.com Subject: Major Problems after upgrading to 1.532.2 LTS Release Near

Re: LTS 1.532.2 release date

2014-02-20 Thread Andrew Sumner
I've upgraded to 1.532.2 but have many issues with it: Cannot access it at all via Chrome It becomes unresponsive after approx 1 hour After nearly every action I get this error (most of time it goes away after refresh): com4j.ComException: 80040e14 (Unknown error) : On

Re: Major Problems after upgrading to 1.532.2 LTS Release

2014-02-20 Thread Andrew Sumner
Also: * I can't connect to Jenkins at all via Chrome * Jenkins becomes unresponsive and I have to restart the service after approx 1 hour (running on windows 2008 server) -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from thi

How can I see all builds in a job via api/json ?

2014-02-20 Thread Christian Goetze
WHen I run /job//api/json?tree=builds[url], then I get a list of some builds, but not all the builds I can retrieve via the UI? What's the magic to get all builds? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group

Re: Major Problems after upgrading to 1.532.2 LTS Release

2014-02-20 Thread Andrew Sumner
Update: if press back button on browser it will often work on second attempt. eg click on a view, get error, go back and try again -- 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

Major Problems after upgrading to 1.532.2 LTS Release

2014-02-20 Thread Andrew Sumner
Nearly everything I do gives this error - any assistance will be greatefully accepted! Stack trace com4j.ComException: 80040e14 (Unknown error) : One or more errors occurred during processing of command. : .\invoke.cpp:517 at com4j.Wrapper.invoke(Wrapper.java:166) at $Proxy41.ex

Re: Is it possible to scan for warnings in Visual Studio PREfast files

2014-02-20 Thread Charles Chan
This is my solution, please kindly review. RegEx: .*?(.+?).*?(.+?).*?(.+?).*?(.+?).*? Groovy script: // Regular Expression: // .*?(.+?).*?(.+?).*?(.+?).*?(.+?).*? // // where //... // - the tag containing 1 violation // .*? // - zero or more characters // (.+?) // - ca

Re: Is it possible to scan for warnings in Visual Studio PREfast files

2014-02-20 Thread Ullrich Hafner
This format is not yet supported. Maybe you can write a new parser based on one of the existing XML parsers. Typically the groovy parsers are better suited for non-Xml files. Interested in providing one? Am Donnerstag, 20. Februar 2014 schrieb Baptiste Mathus : > You can define a custom warnings

Re: Double checkstyle/pmd/findbugs warnings in a jenkins maven multimodule job

2014-02-20 Thread Ullrich Hafner
You do not need to aggregate in Maven, the Jenkins plugin does that for you. Am Donnerstag, 20. Februar 2014 schrieb pa7751 : > I have a jenkins maven job with an aggregator pom and a bunch of > submodules. When jenkins displays the aggregated checkstyle/pmd/findbugs > warnings it does it like so

Extended choice parameter

2014-02-20 Thread Maneesh M P
I have a requirement like this, I need to add two build choice parameters. Second parameter should be selected based on what is selected in first parameter lets say, I have two components and component has a subset of values 22, 33, 44 and component has subset of valu

Re: Is it possible to scan for warnings in Visual Studio PREfast files

2014-02-20 Thread Baptiste Mathus
You can define a custom warnings parser very easily with some lines of groovy to match the lines you want. Cheers Le 20 févr. 2014 18:12, "Charles Chan" a écrit : > In our Jenkins job, we set up Visual Studio to run the static code > analysis. This produces an XML file, similar to the one above.

Is it possible to scan for warnings in Visual Studio PREfast files

2014-02-20 Thread Charles Chan
In our Jenkins job, we set up Visual Studio to run the static code analysis. This produces an XML file, similar to the one above. We would like to use the plugin "Scan for compiler warnings" to monitor the number of violations. I have tried a number of different parser, but it doesn't seem to b

Re: Workspace by ssh

2014-02-20 Thread git-lover
Wow, you replied very fast, thank you for this ! I didn't know about this option, but it is a good solution, I will try if it is possible to clone an empty repository (and so to do the real clone in the build command by ssh). Thank you so much for your help, Regards. -- View this message in co

RE: Parametrized build with dynamically populating values

2014-02-20 Thread Dhrutiben.Patel
Hello Alok, There are Dynamic Choice Parameter and Dynamic Parameters plugins for this purpose. See any of those can solve your problem. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Maciej Jaros Sent: Wednesday, February 19, 2014 11:08 PM To: j

Re: Workspace by ssh

2014-02-20 Thread Mark Waite
Ouch. Should not be pressing tab while in a web mail client.. For example, on my Debian build machine, I have a bare repository stored at: /var/lib/git/mwaite/jenkins/git-client-plugin.git That is a result of "git clone --bare https://github.com/MarkEWaite/git-client-plugin.git"; The jobs I de

Re: Workspace by ssh

2014-02-20 Thread Mark Waite
It sounds like the size of the git repository is more of a concern to you than the size of the contents of the working directory associated with the git repository. If so, then you could consider using the "advanced option" of the git plugin to define a reference repository and use that reference

Workspace by ssh

2014-02-20 Thread git-lover
Hi everyone, Is anyone know a way to put the workspace of a job on a distant machine using ssh ? I am currently trying to make a jenkins server on linux available for a team of developers. The problem is that I want everyone to be able to use git to triggers their own jobs, but as we have a big g

Re: Jenkins setup

2014-02-20 Thread Baptiste Mathus
Choosing virtualization or physical servers depends on what you can/want to do. As often, there's no hard answer for your request. Depends on what you're gonna build. >From what you write, not sure you have "slaves" in mind in your architecture. If not, definitely consider it. For example, we hav

Re: Jenkins setup

2014-02-20 Thread Les Mikesell
On Thu, Feb 20, 2014 at 9:16 AM, Yogi Nerkar wrote: > Hi, > > I am trying to setup Jenkins for enterprise grade for CI. > > Can someone help me with providing the information on hardware > configurations and architecture and how to implement Jenkins? > > Setup on Linux server > - Physical or V

Re: Jenkins setup

2014-02-20 Thread Yogi Nerkar
Hi, I am trying to setup Jenkins for enterprise grade for CI. Can someone help me with providing the information on hardware configurations and architecture and how to implement Jenkins? Setup on Linux server - Physical or Virtual box - Memory - Number of CPUs *Regards,Yogesh* --

Re: Jenkins version number shows 1.547 even thought it is 1.551

2014-02-20 Thread Mark Waite
Possibly the copy of /var/lib/jenkins is perceived as somehow being "newer" than the contents of the jenkins.war file, so the contents of the jenkins.war file are not being extracted over the copy? Mark Waite On Thu, Feb 20, 2014 at 7:30 AM, Rahul Ghose wrote: > Hello folks, > > I installed je

Jenkins version number shows 1.547 even thought it is 1.551

2014-02-20 Thread Rahul Ghose
Hello folks, I installed jenkins via official repository and the versions seems to be skewed. I did copy /var/lib/jenkins over from an older installation. What could be the problem? - Rahul Ghose -- You received this message because you are subscribed to the Google Groups "Jenkins Users" gr

Re: Test results not being displayed properly

2014-02-20 Thread Max Tritschler
Hi Andreas, it has been a while since your post but I am having the same problem you had back then. Did you manage to resolve your problem? Cheers, Max Am Mittwoch, 6. März 2013 14:08:08 UTC+1 schrieb Andreas Schöneck: > > Seems to still *not* work. :( > > Will research this further. In the mea

Double checkstyle/pmd/findbugs warnings in a jenkins maven multimodule job

2014-02-20 Thread pa7751
I have a jenkins maven job with an aggregator pom and a bunch of submodules. When jenkins displays the aggregated checkstyle/pmd/findbugs warnings it does it like so: - submodule 1: 10 warnings - submodule 2: 10 warnings - Aggregator module: 20 warnings - Total: 40