summaryrefslogtreecommitdiffstats
path: root/ci/README
diff options
context:
space:
mode:
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>2015-05-08 09:32:37 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-05-08 09:32:37 +0000
commitddaba308b83e832f44e83f6f31eda60d49052c09 (patch)
treee02e4a930fb2ca6857f0e6ff1ff15e93cf86aa83 /ci/README
parentf705dea9cf4128d50b8c1c909c18ff2ec650f6d5 (diff)
parentcafeb3a2ef6f894cb14632917f29d795b5aeba74 (diff)
Merge "Add script of launch slave to OPNFV Jenkins by using JNLP"
Diffstat (limited to 'ci/README')
-rwxr-xr-xci/README13
1 files changed, 7 insertions, 6 deletions
diff --git a/ci/README b/ci/README
index a830076..d1bb1b1 100755
--- a/ci/README
+++ b/ci/README
@@ -9,16 +9,17 @@
Before use this script please make sure things below you have done:
1.Install JDK on server
2.Create local user on server: jenkins
-3.Create the local workspace configured in jenkins
-3.Download slave.jar and put it into $HOME directory of jenkins user
-4.Your slave has been configured in OPNFV Jenkins
-5.Obtain slave's token from Linux Foundation Helpdesk
+3.Your slave has been configured in OPNFV Jenkins master
+4.Create slave's local workspace that has been configured in jenkins master
+5.Download slave.jar and put it into the folder of /home/jenkins/
+6.Obtain slave's token from Linux Foundation Helpdesk
Consult wiki : https://wiki.opnfv.org/wiki/jenkins#how_to_connect_servers_from_labs_to_opnfv_jenkins
Follow steps below to launch your slave to OPNFV Jenkins:
1. cp jenkins-slave.init /etc/init.d/jenkins-slave
2. chmod +x /etc/init.d/jenkins-slave
-3. define $SLAVENAME&$TOKEN in config file(jenkins-slave)
+3. Define $SLAVENAME&$TOKEN in config file(jenkins-slave)
4. cp jenkins-slave /etc/default/jenkins-slave
5. service jenkins-slave start
-Finally, run "service jenkins-slave status" command to check the process is running, see the log(/home/jenkins/slave.log) to confirm the connect to OPNFV Jenkins. \ No newline at end of file
+
+Finally, run "service jenkins-slave status" command to check the process is running, see the log(/home/jenkins/jenkins-slave/slave.log) to confirm the connection to OPNFV Jenkins.