use jenkins via docker-compose
| .env | 8 years ago | ||
| .gitignore | 8 years ago | ||
| LICENSE.md | 8 years ago | ||
| README.md | 8 years ago | ||
| docker-compose.yml | 8 years ago | ||
| install.sh | 8 years ago | ||
| jenkins.conf | 8 years ago | ||
Please see jenkins.conf
Get files:
git clone https://gitbucket.pgollor.de/git/docker/jenkins.git cd jenkins
Start container:
docker-compose up -d
Get secret for installaton:
docker-compose exec master-jenkins cat /var/jenkins_home/secrets/initialAdminPassword
or from your repository dir:
cat home/secrets/initialAdminPassword
Goto http://localhost:8080
: Please see license