简体   繁体   English

本地计算机上的Jenkins Slave未启动

[英]Jenkins Slave on local machine not launched

I have a Jenkins server on Ubuntu EC 2, i am trying to make a slave on my local windows machine, but not able to do. 我在Ubuntu EC 2上有一个Jenkins服务器,我试图在本地Windows机器上创建一个从属服务器,但无法执行。 Even though i can make slaves on other EC 2 instances. 即使我可以在其他EC 2实例上做奴隶。 is there some settings or some port need to be open. 是否有一些设置或需要打开某些端口。 Jenkins is on ngnix. 詹金斯(Jenkins)在ngnix上。

Regards, Ashish 问候,Ashish

I think you need a firewall rule to allow the port used by Jenkins for master-slave communication. 我认为您需要一个防火墙规则,以允许Jenkins使用该端口进行主从通信。 Go to $JENKINS_URL/configureSecurity and set the port to a fixed number that's available on your Jenkins master, then add a firewall rule for that port. 转到$ JENKINS_URL / configureSecurity并将端口设置为Jenkins主服务器上可用的固定编号,然后为该端口添加防火墙规则。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何配置 Jenkins,从本地运行代码到从机? - How to configure Jenkins, running code from Local to slave machine? 将源文件从本地计算机传输到Jenkins从站 - Transfer source files from local machine to Jenkins slave jenkins从属机器上的多个从属进程 - multiple slave processes on jenkins slave machine Jenkins从机Windows配置 - Jenkins slave machine Windows configuration 以Jenkins主服务器创建AWS EC2 Linux服务的计算机,以从服务器创建本地Windows计算机 - create AWS EC2 Linux service's machine as Jenkins master and local Windows machine as slave 有没有可能让我的本地机器作为主/从来访问 Jenkins 自己而不依赖于任何其他机器 - Is there any possibility to make my local machine as master/slave to access Jenkins myself without depending on any other machines Jenkins-如何在从属机器上建立主作业? - Jenkins - How to build a master job in slave machine? 在詹金斯从机中必须有svn吗? - is it must to have svn in jenkins slave machine? 传递给jenkins作业的参数不会在从属计算机上更新 - Parameters passed to jenkins job are not updated on slave machine gcloud机器上的开放端口用于jenkins从属连接 - Open port on a gcloud machine for a jenkins slave connection
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM