I'm trying to use a Raspberry Pi as home developement server. I need to run a build server on it.
Jenkins is horribly slow, takes 10-15 seconds to just load the start page and when I tried to access the admin page I had to stop the Jenkins server after running for 15 minutes on 100% cpu load.
This is unacceptable.
What's considered the best alternative to Jenkins when I just use ant + git to build and want to archivate builds for a smaller number of projects?
Are there any possibilities to speed up my current Jenkins installation? I'm currently using Oracle Java 8 JDK for ARM and tried Jenkins v1.447.2 (the version I get with "apt-get install jekins" with default Rasbian package sources) as well as v1.502 (the latest, which is way faster but still unbearable).