jjlehtinen / remoting

Jenkins Remoting module

Home Page:https://jenkins.io/projects/remoting/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jenkins Remoting layer

GitHub release Join the chat at https://gitter.im/jenkinsci/remoting

Jenkins remoting is an executable JAR, which implements communication layer in Jenkins automation server. It's being used for master <=> agent(fka "slave") and master <=> CLI communications.

In general, this library contains the bootstrap code to bridge separate JVMs into a single semi-shared space. It includes: TCP-based communication protocols, data serialization, Java classloading.

The library is reusable outside Jenkins.

Documentation

Remoting documentation is under development. More info will appear soon. Feel free to contribute.

User documentation:

Previous versions:

Developer documentation:

Reporting issues

Remoting library uses the Jenkins bugtracker. Issues should be reported there in the JENKINS project with the remoting component.

See How to report an issue for more details about Jenkins issue reporting.

More info

About

Jenkins Remoting module

https://jenkins.io/projects/remoting/

License:MIT License


Languages

Language:Java 99.7%Language:Shell 0.2%Language:Batchfile 0.1%