I'm trying to set up a Jenkins build server, however the build just doesn't seem to be running any of the build tasks in the 'build' section.
I've been trying to use msbuild, and also a simple shell script, but every time I do a build it neither runs the steps or throws an exception.
Each output just looks like this:
Started by user anonymous
Finished: SUCCESS
Also the server log doesn't show anything suspicious.
I was wondering if anyone else had encountered this, or had any ideas of how to debug it?
Your build may be a matrix build without axes. If it says 'Configuration Matrix' anywhere on the job configuration page - that's a matrix job. Create another job choosing 'Build a free-style software project' option.