50000

TCP

Jenkins-Agent

Jenkins Agent

⚠️ Security: DependsStatus: Active💻 Category: Development

📋 Basic Information

Port Number
50000
Protocol
TCP
Service
Jenkins-Agent
Popularity
Medium
Description
Jenkins build agent JNLP communication port for distributed builds, master-slave connections, and CI/CD pipeline execution
Tags
ci-cdjenkinsautomation

🔒 Security Information

💡

Security Notes

Configure agent authentication, firewall restriction, use TLS

🛠️ Installation

🐳Docker

docker run -d --name jenkins -p 8080:8080 -p 50000:50000 jenkins/jenkins:lts

💻Agent

java -jar agent.jar -url http://jenkins:8080 -secret SECRET -name agent1

🔗 Related Ports