User Tools

Site Tools


wiki:jenkins

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
wiki:jenkins [2015/02/10 16:02]
Fatih Degirmenci Domain creation added.
wiki:jenkins [2016/01/18 21:33] (current)
Iben Rodriguez old revision restored (2016/01/08 02:39)
Line 3: Line 3:
 Jenkins is an extensible open source continuous integration server. See the details from [[http://​jenkins-ci.org/​|here]]. Jenkins is an extensible open source continuous integration server. See the details from [[http://​jenkins-ci.org/​|here]].
  
-====== OPNFV Jenkins ====== 
  
 Linux Foundation provides Jenkins for OPNFV. You can access it from [[https://​build.opnfv.org/​ci/​|this link]]. Linux Foundation provides Jenkins for OPNFV. You can access it from [[https://​build.opnfv.org/​ci/​|this link]].
 +
 +====== How to Connect Servers from Labs to OPNFV Jenkins ======
 +
 +The method that is normally used for connecting servers(slaves) to Jenkins requires SSH access to servers from outside. This may not be something to fix quickly for all the labs so we use the alternative way to connect slaves to Jenkins.
 +
 +This alternative uses JNLP. Via JNLP, slaves open connection towards Jenkins instead of Jenkins accessing to them.
 +
 +The server you want to connect to OPNFV Jenkins must have access to internet obviously.
 +
 +Please follow below steps to enable this.
 +
 +  * Please create a ticket by sending mail to OPNFV LF Helpdesk first, opnfv-helpdesk@rt.linuxfoundation.org.
 +  * Ensure DNS is setup for your public IP addresses: DNS A records and PTR records need to be matching
 +  * Create a local user on server you want to connect to OPNFV Jenkins. (user could be named jenkins for example)
 +  * Download slave.jar to server you want to connect to OPNFV Jenkins using this link: https://​build.opnfv.org/​ci/​jnlpJars/​slave.jar
 +  * Create a directory /​home/​jenkins/​opnfv_slave_root
 +  * Ping/​contact LF(Aric) via chat as getting the server connected requires Aric's help.
 +  * Ask Aric to create a slave on OPNFV Jenkins. The slave should use JNLP as method. ​ (You can mention Ericsson slave so he can copy that slave and do small modifications on it.)
 +  * Provide needed information to Aric such as the IP of the server, name for your slave, slave root ( /​home/​jenkins/​opnfv_slave_root for example) and so on. 
 +  * Aric should provide you the key/token you need to use.
 +  * Have a quick try to see if you can establish connection towards OPNFV Jenkins by using below command.
 +  * java -jar slave.jar -jnlpUrl https://​build.opnfv.org/​ci/​computer/<​slave_name>/​slave-agent.jnlp -secret <​token_you_get_from_Aric>​
 +  * Navigate to OPNFV Jenkins and look for your slave. It should have some executors in "​Idle"​ state if the connection is successful. (https://​build.opnfv.org/​ci/​)
 +  * Aric will probably create a "​HelloWorld"​ job and execute it on the slave to verify basic functionality.
 +  * Once you reach this step, you have the server connection to OPNFV Jenkins completed. You can script the command you used above so the connection between slave and Jenkins can be kept open.
 +====== Jenkins Slaves ======
 +
 +The slaves connected to OPNFV Jenkins using the method explained above are listed below.
 +
 +https://​build.opnfv.org/​ci/​computer/​
 +
 +The ones that don't have red cross next to computer icon are fully functional.
  
 ====== Basic Jenkins Setup ====== ====== Basic Jenkins Setup ======
Line 27: Line 58:
 ===== Creating Jobs ===== ===== Creating Jobs =====
  
-These are the jobs that build software, test it and so on.+These are the jobs that build software, test it and so on.  See notes on [[octopus:​jenkins_wow|Creating/​Configuring/​Verifying Jenkins Jobs]]
  
 ===== Installing Plugins ===== ===== Installing Plugins =====
wiki/jenkins.1423584152.txt.gz ยท Last modified: 2015/02/10 16:02 by Fatih Degirmenci