The *jenkins-slave* role prepares a host to have the Jenkins slave agent deployed on it. Deploying the agent itself is done by the Jenkins master, through the web UI.
4 lines
74 B
YAML
4 lines
74 B
YAML
jenkins_slave_required_packages:
|
|
- git-core
|
|
- java-1.8.0-openjdk-headless
|