Re: Building C# project with msbuild

2012-08-19 Thread bearrito
In a Job you might call COMPILE I'd use the Msbuild plugin to do the compilation. You will just need to point the Msbuild plugin at the .SLN file. In another job you might call UNITTEST I'd use the NUNIT plugin to run the test. You will need to point the NUNIT runner at the assembly containing

build fails although there are test results

2012-08-19 Thread Odish
Hi, At the end of the builds I get: No test report files were found. Configuration error? Build step 'Publish JUnit test result report' changed build result to FAILURE In publish JUnit test result, I configured the test reports xml location to reports/junit/html*. During the building pro

Re: Git plugin trigger of downstream is not building same branch

2012-08-19 Thread Sami Tikka
I think it depends on how you have configured the two jobs. Jenkins does not carry any sort of hidden message about git branch from build to another build. Maybe you could share the job configurations with the list? Could you put them up on pastebin or gist for us to see? You can get the job con

Re: cannot install msbuild plugin...

2012-08-19 Thread Qazwart
Click on Advance Button and see if you need to configure a proxy. Also try it with another browser like Chrome. IE can cause some unusual issues in Jenkins - especially older versions of IE. -- David Weintraub da...@weintraub.name On Aug 18, 2012, at 1:55 PM, waysys wrote: > I am having a s

Re: Building C# project with msbuild

2012-08-19 Thread Qazwart
Jenkins basically integrates with your version control system to do checkouts, and runs commands. In theory, you can just use batch or shell scripts to do your builds. Jenkins is program language neutral. As long as the correct .Net framework is installed, Jenkins can just run the "msbuild.exe

RE: Git plugin trigger of downstream is not building same branch

2012-08-19 Thread Alex Earl
It would all depend on how your workspace us setup. If you haven't setup a custom workspace, then yes the code should be whatever was cloned in the preceding build step. The downstream jobs, unless you have done something yourself, don't really know about the scm, except through the upstream relati

Re: Git plugin trigger of downstream is not building same branch

2012-08-19 Thread Allen Bierbaum
I had the same thought but was hoping for something more concrete to track down or fix. Just to be clear then, if a build using git triggers a downstream build using "Build other projects" as a post build action then the downstream build should build the same branch as the upstream? -Allen On S

Re: How to include only one folder in git for pooling

2012-08-19 Thread zacky az
Hi, after change the "Included Regions" ^test/test1/test2/.* it start working Regards Zacky On Wednesday, August 15, 2012 1:56:49 PM UTC+3, zacky az wrote: > Hi, > > > > i try to use the "Included Regions" test/test1/test2/.* > > > > it start the build with file main/inp/Search1.h > >

Re: Unable to start ssh slave , Getting java.lang.NullPointerException in hudson.Util.copyStream(Util.java:437)

2012-08-19 Thread Prafulla T
It automatically got fixed when I disabled ruby-runtimeplugin. Somebody needs to debug this dependency and fix this issue. On Sunday, August 19, 2012 1:09:00 AM UTC-7, Prafulla T wrote: > > > Hi All, > > I am getting following error while starting ssh

Unable to start ssh slave , Getting java.lang.NullPointerException in hudson.Util.copyStream(Util.java:437)

2012-08-19 Thread Prafulla T
Hi All, I am getting following error while starting ssh slave. Any help on how to solve this ? . hudson.util.IOException2: Could not copy slave.jar to slave at hudson.plugins.sshslaves.SSHLauncher.copySlaveJar(SSHLauncher.java:530) at hudson.plugins.sshslaves.SSHLauncher.launc