Jenkins is an extendable open source continuous integration server. In this blog post I show you how you can build FAKE’s Calculator sample with Jenkins. If you are familiar with Jenkins or Hudson then this should be straight forward.
Install Jenkins
Go to http://jenkins-ci.org/ and download/install Jenkins. In addition install the following plugins:
Create a new Task
Create a new “free-style” task in Jenkins:
Use git as the Source Control Management tool and configure the repo as following:
Configure the build step to run FAKE from the command line:
And finally configure the post build actions:
Running the build
If everything is setup correctly, then you should be able to start the build from the project page:
The output should look similar to this:
Tags: CI, Continuous Integration, F#, Jenkins