X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ci%2FREADME;fp=ci%2FREADME;h=0000000000000000000000000000000000000000;hb=6742bc9c603e00c2930a6d779c774a1d8beeae3d;hp=d1bb1b1f0d26637f3266e1c77136df35b7533755;hpb=a80ff748730bd3ee8c42b8f00f5c01ba8e41dd92;p=octopus.git diff --git a/ci/README b/ci/README deleted file mode 100755 index d1bb1b1..0000000 --- a/ci/README +++ /dev/null @@ -1,25 +0,0 @@ -############################################################################## -# Copyright (c) 2015 Huawei Technologies Co.,Ltd. -# meimei@huawei.com -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Apache License, Version 2.0 -# which accompanies this distribution, and is available at -# http://www.apache.org/licenses/LICENSE-2.0# -############################################################################## -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.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) -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/jenkins-slave/slave.log) to confirm the connection to OPNFV Jenkins.