Skip to content

Continuous Integration

hel1na edited this page Oct 24, 2013 · 17 revisions

Jenkins

For continuous integration we are using Jenkins. It is a server-based system and it runs on Amazon EC2.
Link: http://ec2-54-220-204-100.eu-west-1.compute.amazonaws.com:8080/job/TartuTrainer/

How to run Jenkins:

  1. Configure putty (if you like to use command line)
  2. Jenkins -> Project -> Build Now -> Console Output (see the errors, successes etc.)

We can see all the necessary information from Jenkins. It sends each time a email notifications about Jenkins build status (Build failed in Jenkins, Jenkins build is back to normal).

Clone this wiki locally