Skip to content
Adam Kalachman edited this page Mar 18, 2015 · 7 revisions

Jenkins is our continuous integration server. It automatically builds both the client and server, runs unit tests and functional tests on an Android tablet in the office, takes snapshots of the development database, and publishes Debian packages on our package server.

Our Jenkins instance is available here.

If you need to make changes to Jenkins, set up SSH access to the Jenkins server by opening an in-browser SSH terminal and adding your SSH public key to the .ssh/authorized_keys file in your home directory.

Clone this wiki locally