cgumpert created page: jenkins setup authored by Christian Gumpert's avatar Christian Gumpert
......@@ -35,4 +35,7 @@ Probing /cvmfs/atlas.cern.ch... OK</tt>
+ start Jenkins server:<br />
<tt>service jenkins start</tt><br />
<tt>chkconfig jenkins on</tt><br />
\ No newline at end of file
+ open ports in firewall:<br />
add the following line to the list of rules in <tt>/etc/sysconfig/iptables</tt><br />
<tt>-A INPUT -p tcp -m tcp --dport 8080 --tcp-flags FIN,SYN,RST,ACK SYN -j ACCEPT</tt>
+ The Jenkins webpage should now be accessible in your web browser at <tt>http://\<hostname\>:8080</tt>
\ No newline at end of file