Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jenkinsci/command-launcher-plugin
Allows agents to be launched using a specified command.
https://github.com/jenkinsci/command-launcher-plugin
jenkins jenkins-agent jenkins-plugin
Last synced: 3 months ago
JSON representation
Allows agents to be launched using a specified command.
- Host: GitHub
- URL: https://github.com/jenkinsci/command-launcher-plugin
- Owner: jenkinsci
- Created: 2017-10-17T19:03:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-12T18:45:23.000Z (3 months ago)
- Last Synced: 2024-11-12T19:30:23.667Z (3 months ago)
- Topics: jenkins, jenkins-agent, jenkins-plugin
- Language: Java
- Homepage: https://plugins.jenkins.io/command-launcher
- Size: 164 KB
- Stars: 8
- Watchers: 4
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Command Agent Launcher Plugin for Jenkins
=========================================[![Jenkins Plugin](https://img.shields.io/jenkins/plugin/v/command-launcher.svg)](https://plugins.jenkins.io/command-launcher)
[![GitHub release](https://img.shields.io/github/release/jenkinsci/command-launcher-plugin.svg?label=changelog)](https://github.com/jenkinsci/command-launcher-plugin/releases/latest)
[![Jenkins Plugin Installs](https://img.shields.io/jenkins/plugin/i/command-launcher.svg?color=blue)](https://plugins.jenkins.io/command-launcher)Allows agents to be launched using a specified command.
## Usage
The plugin adds a new agent _Launch method_ which starts an agent by having Jenkins execute a command from the controller.
Use this when the controller is capable of remotely executing a process on another machine, e.g. via SSH or RSH.![Configuration](/docs/images/command-launcher.png)
## Release notes
* See [GitHub Releases](https://github.com/jenkinsci/command-launcher-plugin/releases) for recent versions
* See the [changelog](./CHANGELOG.md) for version 1.3 and older