![](https://secure.gravatar.com/avatar/63453c8b45c819c09599328f046818cf.jpg?s=120&d=mm&r=g)
On 26-11-2014 10:10, Bryce Harrington wrote:
On Wed, Nov 26, 2014 at 12:14:37AM +0100, Johan Engelen wrote:
Hi all, The Jenkins server seems to work well. Today we got extra space (30GB total now), so now we should have plenty for:
- trunk build, unittest, etc.
- release, unittest, etc.
- rendertest (trunk only?)
- 2geom trunk, tests, etc.
- wishes?
- I want to give more people access to Jenkins. If only to be able to
restart builds if something simple goes wrong (bzr sometimes crashes, which fails the build. Simply clicking the Build Now button fixes that). Ping me on IRC for login details. I prevented people from signing up, because it quickly creates a mess of users in my previous experience. Perhaps there is a better way. Access rights are pretty granular btw. No root rights required for everybody, keeping OSUOSL happy.
- I would greatly appreciate it if someone can help me to quickly
forward port 80 to 8080, so that we can access jenkins simpler through http://jenkins.inkscape.org
I think what you need is ProxyPass:
http://stackoverflow.com/questions/9180687/apache-port-forward
So, I think in your 000-default.conf you'd need to install mod_proxy, and then add:
ProxyPass / http://localhost:8080/ ProxyPassReverse / http://localhost:8080/
See http://stackoverflow.com/questions/9180687/apache-port-forward
Thanks Bryce, but: Apache is not installed, we don't need it. Instead, I've used iptables functionality, using https://wiki.jenkins-ci.org/display/JENKINS/Running+Jenkins+on+Port+80+or+44...
Seems to work!
cheers, Johan