Giter Site home page Giter Site logo

remoting's Introduction

Jenkins Remoting layer

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.

Remoting versions

Currently there are two supported baselines of Remoting.

Remoting 3

Remoting 3 is a new baseline introduced in Jenkins 2.27.

Major changes:

  • Java 7 is a new target JVM, the new remoting version is not guaranteed to work properly on Java 9 and versions below Java 7
  • New JNLP4-connect protocol, which improves performance and stability compared to the JNLP3 protocol

Remoting 3 does not have full binary compatibity with Remoting 2 (see Remoting 3 Compatibility Notes).

Remoting 2

Remoting 2 is a version, which was used in Jenkins till the 2.27 release. It is not being offered in new releases of Jenkins. This version is still being maintained, because it is being used in Jenkins LTS and several other projects.

Maintenance approach:

  • The version will be maintained till at least May 2017
  • New releases may include bugfixes, security fixes and performance enhancements
  • There is no plans to introduce new features in remoting-2.x

Changelogs for Remoting 2.x releases are available here.

Documentation

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

User documentation:

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.