All Projects → jenkinsci → Remoting

jenkinsci / Remoting

Licence: mit
Jenkins Remoting module

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Remoting

Jenkins Cli
Jenkins CLI allows you manage your Jenkins as an easy way
Stars: ✭ 245 (+85.61%)
Mutual labels:  hacktoberfest, jenkins
Devops Guide
DevOps Guide - Development to Production all configurations with basic notes to debug efficiently.
Stars: ✭ 4,119 (+3020.45%)
Mutual labels:  hacktoberfest, jenkins
Jenkins
Jenkins automation server
Stars: ✭ 18,225 (+13706.82%)
Mutual labels:  hacktoberfest, jenkins
Jenkins.io
A static site for the Jenkins automation server
Stars: ✭ 165 (+25%)
Mutual labels:  hacktoberfest, jenkins
Err Jenkins
errbot plugin for Jenkins
Stars: ✭ 18 (-86.36%)
Mutual labels:  hacktoberfest, jenkins
Configuration As Code Plugin
Jenkins Configuration as Code Plugin
Stars: ✭ 2,253 (+1606.82%)
Mutual labels:  hacktoberfest, jenkins
Docker Inbound Agent
Docker image for a Jenkins agent which can connect to Jenkins using TCP or Websocket protocols
Stars: ✭ 342 (+159.09%)
Mutual labels:  hacktoberfest, jenkins
Plugin Installation Manager Tool
Plugin Manager CLI tool for Jenkins
Stars: ✭ 138 (+4.55%)
Mutual labels:  hacktoberfest, jenkins
Jenkinsfile Runner
A command line tool to run Jenkinsfile as a function
Stars: ✭ 727 (+450.76%)
Mutual labels:  hacktoberfest, jenkins
Docker
Docker official jenkins repo
Stars: ✭ 4,855 (+3578.03%)
Mutual labels:  hacktoberfest, jenkins
Docker Agent
Base Docker image for Jenkins Agents
Stars: ✭ 156 (+18.18%)
Mutual labels:  hacktoberfest, jenkins
Custom War Packager
Custom Jenkins WAR packager for Jenkins
Stars: ✭ 77 (-41.67%)
Mutual labels:  hacktoberfest, jenkins
Helm Charts
Jenkins community Helm charts
Stars: ✭ 154 (+16.67%)
Mutual labels:  hacktoberfest, jenkins
Orcid Source
ORCID Open Source Project
Stars: ✭ 233 (+76.52%)
Mutual labels:  hacktoberfest, jenkins
Demo Jenkins Config As Code
Demo of Jenkins Configuration-As-Code with Docker and Groovy Hook Scripts
Stars: ✭ 143 (+8.33%)
Mutual labels:  hacktoberfest, jenkins
Node Build Monitor
A Build Monitor written in Node.js, which supports several build services and can be easily extended.
Stars: ✭ 336 (+154.55%)
Mutual labels:  hacktoberfest, jenkins
Jenkins
Development repository for the jenkins cookbook
Stars: ✭ 416 (+215.15%)
Mutual labels:  hacktoberfest, jenkins
Localization Zh Cn Plugin
Chinese Localization for Jenkins
Stars: ✭ 65 (-50.76%)
Mutual labels:  hacktoberfest, jenkins
Zebrunner
Zebrunner is a Test Automation Management Tool
Stars: ✭ 131 (-0.76%)
Mutual labels:  hacktoberfest, jenkins
Simplebluetoothlibrary
Android library for simplifying bluetooth usage.
Stars: ✭ 131 (-0.76%)
Mutual labels:  hacktoberfest

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 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.

Downloads

Jenkins Remoting libraries are supplied as a part of the Jenkins distributions, and it is recommended to use versions from there to ensure compatibility with your Jenkins instance. You can download the ${JENKINS_URL}/jnlpJars/agent.jar from your Jenkins server. If you need a specific Remoting version, it can be downloaded from the Jenkins artifact repository. Recent artifacts are available here.

For usage in Docker, the Jenkins project also provides official agent images which bundle Remoting: jenkins/agent and jenkins/inbound-agent. We recommend using and extending these images if you need to run agents in Docker.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].