RE: Publishing vstest results?

2014-11-06 Thread Sebok, Marton
Hi! I’ve found two incompatibilities between the publish functionality of the mstest plugin and vstest.console generated trx files: 1. Vstest.console generates the name of the trx file dynamically 2. Mstest plugin tries to parse fully qualified type names in the trx, where vstest.c

RE: Beginner Question: Jenkins and Visual Studio tests

2014-11-06 Thread Sebok, Marton
Hello! You will need to install at least Agents for Microsoft Visual Studio 2013 (http://www.microsoft.com/en-us/download/details.aspx?id=40750) to run vstest.console Bye Marci From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Christoph M Sent: 2014

Re: Docker Hack Day contribution

2014-11-06 Thread Nigel Magnay
So, launching slaves based on a dockerfile looks like a particularly useful enhancement (particularly as a personal usecase has recently popped up, which involves compiling embedded code with highly specific versions of GCC). My question is, why not merge it into the main docker plugin? On Tue,

Re: jenkins external html reports

2014-11-06 Thread code M
hi, thanks for the hint, but i think that plugin just copies from the slaves to the master? how to use that to copy e.g. the html rendered by xunit to another directory? On 5 November 2014 10:57, kgiloo wrote: > Hello, > have you tried > https://wiki.jenkins-ci.org/display/JENKINS/HTML+Publishe

Re: Docker Hack Day contribution

2014-11-06 Thread Richard Bywater
I'd think merging it in somehow would be best as well. Richard On 6/11/2014 11:11 PM, "Nigel Magnay" wrote: > So, launching slaves based on a dockerfile looks like a particularly > useful enhancement (particularly as a personal usecase has recently popped > up, which involves compiling embedded

RE: Passing environment variables using the parameterized trigger plugin

2014-11-06 Thread Ginga, Dick
Perhaps the label=sl6 is getting parsed as another parameter?? Try \'ing it: label\=sl6 -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Adam Mercer Sent: Wednesday, November 05, 2014 5:40 PM To: jenkinsci-users@googlegroup

I am a jenkin user would like post few queries

2014-11-06 Thread Prem Subudhi
Please allow me to join in this group. -- 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 htt

How to set the upstream job build status based on downstream build status.

2014-11-06 Thread Prem Subudhi
Hi , Please guide me to fix the following issue. Attempted following groove script to set the status but its throwing error . upstreamJob = upstreamBuilds.keySet().iterator().next(); lastUpstreamBuild = upstreamJob.getLastBuild(); buildResult = manager.build.result; if(lastUpstreamBuild.ge

Re: Start Jenkins slave from Windows 7 while master is run with https protocol

2014-11-06 Thread Sebastian Schuberth
Try adding the "-noCertificateCheck" command line option. Also see http://stackoverflow.com/a/26782250/1127485. Regards, Sebastian -- 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 i

Re: Publishing vstest results?

2014-11-06 Thread Jeff Dege
First - added a build action: run unit tests with VSTest.console Second - added a build-action: Execute Windows batch command to convert the results from vstest to junit Third - added a post-build action: Publish JUnit test result report What VSTest.console outputs is XML, what the JUnit report p

RE: I am a jenkin user would like post few queries

2014-11-06 Thread Rob Mandeville
You posted to the group rather than to the subscriber. The subscriber address is jenkinsci-users+subscr...@googlegroups.com. On the other hand, as you did post to the group, it looks like you’re already a member. --Rob From: jenkinsci-users

Re: Beginner Question: Jenkins and Visual Studio tests

2014-11-06 Thread Christoph M
Hello, thank you all for your help. I've installed Visual Studio for test purposes and my tests are running well. Does anybody know a visualisation plugin to display the results (runned by the vsconsole.exe)? Am Donnerstag, 6. November 2014 09:47:30 UTC+1 schrieb Sebok, Marton: > > Hello! >

How to set the upstream job build status based on downstream build status.

2014-11-06 Thread James Nord
You can't change the result of a build after the build has completed. If you can explain what you are trying to accomplish at a higher level then we can probably let you know several ways in which you can accomplish this. Regards James -- You received this message because you are subscribed

Slave fails to connect to Master: HTTP/1.1 400 bad request

2014-11-06 Thread nirmesh patel
Using Jenkins V 1.583 I am seeing connection issue between slave and Master. Basically error message ( see below) complains about bad HTTP request from slave to master. Jenkins Version: 1.583 Master: Windows 7 x64 Slave : Windows 7 x86 Error message: java.lang.Exception: The server rejected

Re: Slave fails to connect to Master: HTTP/1.1 400 bad request

2014-11-06 Thread nirmesh patel
BTW I an using *JNLP java web start* to launch slave. On Thursday, November 6, 2014 2:34:48 PM UTC-7, nirmesh patel wrote: > > > Using Jenkins V 1.583 I am seeing connection issue between slave and > Master. Basically error message ( see below) complains about bad HTTP > request from slave to

Re: Passing environment variables using the parameterized trigger plugin

2014-11-06 Thread Adam Mercer
On Thu, Nov 6, 2014 at 7:15 AM, Ginga, Dick wrote: > Perhaps the label=sl6 is getting parsed as another parameter?? Try \'ing it: > label\=sl6 Interesting idea, that kind of makes sense. The problem is that there's nothing for me to escape, as label=sl6 is part of JOB_NAME itself. Cheers Adam

RE: Passing environment variables using the parameterized trigger plugin

2014-11-06 Thread Ginga, Dick
Change the jobname to labl:sl6? Or labl-sl6? -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Adam Mercer Sent: Thursday, November 06, 2014 5:07 PM To: jenkinsci-users@googlegroups.com Subject: Re: Passing environment variabl

Jenkins error about Argument list too long

2014-11-06 Thread ydwchina
1. Configuration info: Server: Linux x86-64 2.6.18-274.12.1.el5 (RedHat Enterprise Linux) Jenkins ver. 1.58 Java version: JRE 1.7.0 Linux amd64-64 20120614_113458 (IBM Java 7.0) Client: Windows 7 x86-64 Intel Core i3 3.10GHz 4.00G

Jenkins failed to connect to TFS

2014-11-06 Thread Sivachidambaram Masilamani
Hi I have been working on configuring Jenkins to connect to TFS server and all was working fine until we migrate some of our projects to TFS 2012. Our Jenkins is running on a CI server as a service under local system account and the users will log into the Jenkins console using windows id as i

Using Coverity plugin

2014-11-06 Thread Shobha Dashottar
Hi, I have the Coverity setup created and installed the client on a linux slave machine. Using Coverity UI I can created the xml and run coverity analysis just fine. In my Jenkins job, I have configured Coverity and that build just fails with the below error: The build job was running fi

Re: Passing environment variables using the parameterized trigger plugin

2014-11-06 Thread Adam Mercer
On Thu, Nov 6, 2014 at 4:15 PM, Ginga, Dick wrote: > Change the jobname to labl:sl6? Or labl-sl6? I can't, that's what Jenkins assigns. The job itself is called LAL and the matrix plugin adds /label=sl6, /label=wheezy, etc... depending on which operating system I'm trying to build on. I build the