Jenkins/epics7.rst
changeset 5 3476542c437b
parent 4 633ec114762a
equal deleted inserted replaced
4:633ec114762a 5:3476542c437b
     7 If you want the change the installation directory(default is ) of epics-base click on the *Advanced..*-Button 
     7 If you want the change the installation directory(default is ) of epics-base click on the *Advanced..*-Button 
     8 in the *General*-tab check *Use custom workspace* and enter a Directory path e.g. ``/opt/EPICS/${JOB_NAME}``.
     8 in the *General*-tab check *Use custom workspace* and enter a Directory path e.g. ``/opt/EPICS/${JOB_NAME}``.
     9 If you choose to do this make shure the *Jenkins* user has the appropriate permission in that directory.
     9 If you choose to do this make shure the *Jenkins* user has the appropriate permission in that directory.
    10 To do that enter the following into the terminal::
    10 To do that enter the following into the terminal::
    11 
    11 
    12 	sudo useradd -a -G root jenkins
    12 	sudo usermod -a -G root jenkins
    13 	sudo chmod --recursive a+rwx /opt/EPICS/epics-base
    13 	sudo chmod --recursive a+rwx /opt/EPICS/epics-base
    14 
    14 
    15 You also have to set you epics environment variables accordingly.
    15 You also have to set you epics environment variables accordingly.
    16 
    16 
    17 | Now setup the git configuration inside the *Source Code Management*-tab
    17 | Now setup the git configuration inside the *Source Code Management*-tab