You may want to look at the msbuild plugin, it should work with dbuikd which is the mono implementation of msbuild. You'd need to install mono and build for sure.
Sent from my Windows Phone ------------------------------ From: Steve Berg Sent: 6/5/2012 11:52 AM To: jenkinsci-users@googlegroups.com Subject: Re: Understanding Console Output It's a C# program. The only experience I have building C# programs is in Visual Studio. Jenkins is pulling the source from Subversion. On Tuesday, June 5, 2012 1:48:23 PM UTC-5, LesMikesell wrote: > On Tue, Jun 5, 2012 at 1:39 PM, Steve Berg <steven.b...@verizon.com> > wrote: > > Thank you, Les. I'm new to Jenkins but beginning to make some progress. > > Yes, this is a linux system (CentOS). Where can I learn about commands > to > > execute builds on linux? (I'll talk to our network guy about the mail > > service.) > > The command to execute would depend on the language and type of build > job. For the general case you can supply a shell script with whatever > commands you need in the same way batch files might be used in > windows. For a C program 'make' might be all you need, or java might > have an ant build. > > -- > Les Mikesell > lesmikes...@gmail.com >