Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/core23/jenkins-docker-agents
https://github.com/core23/jenkins-docker-agents
docker hacktoberfest jenkins jenkins-agent jenkins-slave
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/core23/jenkins-docker-agents
- Owner: core23
- Created: 2018-12-07T15:46:35.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T09:48:44.000Z (5 months ago)
- Last Synced: 2024-10-11T13:13:03.270Z (about 1 month ago)
- Topics: docker, hacktoberfest, jenkins, jenkins-agent, jenkins-slave
- Language: Dockerfile
- Homepage:
- Size: 162 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
Jenkins Agents
==============[![Continuous Integration](https://github.com/core23/jenkins-docker-agents/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/core23/jenkins-docker-agents/actions/workflows/continuous-integration.yml)
PHP Agents
----------If you have a jenkins server running (on serverhost:8080), you can connect the agent via the following command.
```bash
docker run -d --restart always -v ~/.composer:/home/jenkins/.composer ghcr.io/core23/jenkins-php-agent:8.2 -url http://serverhost:8080 SECRET AGENT_NAME
```Please have a look at the [official docs](https://hub.docker.com/r/jenkins/inbound-agent) for more information.