Date
1 - 3 of 3
Jenkins Integration wiki
Luis Gomez
Hi team,
I finally managed to write the Jenkins integration wiki for remote Labs, please check the bottom link on this page: https://wiki.opendaylight.org/view/CrossProject:Integration_Group:Open_Labs Thanks Andy for your inputs here. BR/Luis |
|
Liguangpeng (Roc, IPTechnologyResearchDept&HW) <liguangpeng@...>
Hi Luis,
toggle quoted message
Show quoted text
I have installed Jenkins in TestTools VM as master and in Controller VM as slave. I notice that Jenkins will listen on 8080 port which will be used by ODL controller as RESTful API port. Do you think there is a conflict there? Finally, I cannot let jobs run successfully at Huawei's Lab. I am not sure if this is the reason. Best Regards. Guangpeng -----Original Message----- |
|
Greetings Guangpeng,
Yes the master runs on port 8080 by default. Slaves do not open a listening port so you're safe from conflicts with the controller as long as it's running on a slave. If you're running Jenkins on a RHEL based system then you can change the port that Jenkins runs on by shutting down jenkins and modifying the /etc/sysconfig/jenkins file. There's a line in there that specifies the port to listen on, once you change that just restart Jenkins and it will come up on your specified port. -Andy- On Thu, 2014-04-24 at 08:53 +0000, Liguangpeng (Roc, IPTechnologyResearchDept&HW) wrote: Hi Luis,-- Andrew J Grimberg Systems Administrator The Linux Foundation |
|