Re: Understanding Console Output

2012-06-05 Thread Steve Berg
1] http://www.mono-project.com/Microsoft.Build > [2] http://www.mono-project.com/Porting_MSBuild_Projects_To_XBuild > > On Tue, Jun 5, 2012 at 12:22 PM, Steve Berg > wrote: > > OK--where can I find how to use msbuild in Jenkins in a linux > environment > > (for a C# prog

Re: Understanding Console Output

2012-06-05 Thread Steve Berg
sbuild. 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#

Re: Understanding Console Output

2012-06-05 Thread Steve Berg
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 > wrote: > > Thank you, Les. I

Re: Understanding Console Output

2012-06-05 Thread Steve Berg
sell wrote: > On Tue, Jun 5, 2012 at 1:21 PM, Steve Berg > wrote: > > Where can I find how to understand the Console Output from a Jenkins > build? > > I have this: > > > > Building in workspace /var/lib/jenkins/jobs/TestingJenkins/workspace > > That looks

Understanding Console Output

2012-06-05 Thread Steve Berg
Where can I find how to understand the Console Output from a Jenkins build? I have this: Started by timer Building in workspace /var/lib/jenkins/jobs/TestingJenkins/workspace Updating https://lstf.vzbi.com/svn/repos/mis/TeamForge/JenkinsTest At revision 2029 no change for https://lstf.vzbi.com

Re: Jenkins not catching Build errors

2012-05-31 Thread Steve Berg
ilding your > source. You can even use Visual Studio solutions or csproj files. > > On Thu, May 31, 2012 at 1:57 PM, Steve Berg wrote: > > OK, I'm seeing a section call Build with a button labeled Add build > step, > > and I hadn't put anything there. I&#

Re: Jenkins not catching Build errors

2012-05-31 Thread Steve Berg
wrote: > This looks like its only polling the SCM, but not actually building > the code. You need to add build steps to the job to actually build the > code. > > On Thu, May 31, 2012 at 1:41 PM, Steve Berg wrote: > > Here is my Console Output: > > > > Star

Re: Jenkins not catching Build errors

2012-05-31 Thread Steve Berg
u have evidence Jenkins is even running the build? > > > > *From:* jenkinsci-users@googlegroups.com [mailto: > jenkinsci-users@googlegroups.com] *On Behalf Of *Steve Berg > *Sent:* Thursday, May 31, 2012 4:29 PM > *To:* jenkinsci-users@googlegroups.com > *Subject:* Re: Jen

Re: Jenkins not catching Build errors

2012-05-31 Thread Steve Berg
t; On Thu, May 31, 2012 at 1:13 PM, Steve Berg wrote: > > I am charged with piloting Jenkins for our development team. I wrote a > > Hello-World type C# app for initial testing. It contains a Build error, > but > > Jenkins reports a successful build. Any clues? (Build error

Jenkins not catching Build errors

2012-05-31 Thread Steve Berg
I am charged with piloting Jenkins for our development team. I wrote a Hello-World type C# app for initial testing. It contains a Build error, but Jenkins reports a successful build. Any clues? (Build error is a missing semi-colon after "Second box". Jenkins is reading the code file from S