cgumpert created page: jenkins setup authored by Christian Gumpert's avatar Christian Gumpert
......@@ -39,3 +39,9 @@ Probing /cvmfs/atlas.cern.ch... OK</tt>
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>
1. Configuring the Jenkins server
1. Create an admin user by following the instructions on the webpage.
1. Install the following plugins:
+ git plugin
+ gitlab plugin
+ multijob plugin
\ No newline at end of file