顯示具有 node 標籤的文章。 顯示所有文章
顯示具有 node 標籤的文章。 顯示所有文章

2016年2月23日 星期二

Add Jenkins slave node via Java Web start


1. Manage Jenkins=>Manage Nodes=> New Node
2. Type node's name and select Dumb Slave
3.Type Information
Remote root directory:type the working directory
Launch method: Launch slave agents via Java Web Start
Other:set as your wish
4. We will saw this screen.
5. click into the node information
6. Setup the slave node
6.1. Check Java SE environment exist (Download Page)
6.2. Download the slave.jar (by the page)

 7. Run Slave (by MacOSX)
# java -jar slave.jar -jnlpUrl http://xxxxxxx/slave-agent.jnlp
 8. Reload Jenkins node list will the the node started.