cgumpert created page: jenkins setup authored by Christian Gumpert's avatar Christian Gumpert
......@@ -8,6 +8,7 @@ The following steps explain on how to setup and configure a Jenkins server for c
+ keypair: make sure to add a public ssh key
1. Configure the virtual machine:
1. Login to the new machine using: 'ssh root@\<hostname\>'. Make sure that you use the same ssh key pair as specified when you created the openstack instance.
1. Install git: <tt>yum install git</tt>
1. CVMFS
+ installation:<br />
<tt>yum-config-manager --add-repo http://cvmrepo.web.cern.ch/cvmrepo/yum/cvmfs/x86_64/</tt><br />
......
......