50000
TCP
Jenkins-Agent
Jenkins Agent
⚠️ Security: DependsStatus: Active💻 Category: Development
📋 Basic Information
- Port Number
- 50000
- Protocol
- TCP
- Service
- Jenkins-Agent
- Popularity
- Medium
🔒 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