Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexsjones/jenkins_cluster
https://github.com/alexsjones/jenkins_cluster
docker-compose jenkins-docker jenkins-scaling
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexsjones/jenkins_cluster
- Owner: AlexsJones
- Created: 2017-02-12T15:10:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-12T16:41:24.000Z (almost 8 years ago)
- Last Synced: 2024-12-22T04:42:18.058Z (12 days ago)
- Topics: docker-compose, jenkins-docker, jenkins-scaling
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jenkins_cluster
This is an example/workable POC to get jenkins up and running with agents using a shared docker socket.
```
DOCKER_OPTS="-H unix:///var/run/docker.sock -H tcp://0.0.0.0:2375"
```
Must be in /etc/init/docker.confTo run
```
docker-compose up
```In Jenkins set the docker connection to `tcp://HOSTNAME:2375` and use jenkins credentials for the `jenkinscluster_jenkins_slave` image to jenkins/jenkins