This project is archived. Its data is
read-only
.
Changes
Page history
cgumpert created page: jenkins setup
authored
May 11, 2016
by
Christian Gumpert
Show whitespace changes
Inline
Side-by-side
jenkins-setup.md
View page @
fb03f16e
...
...
@@ -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