use jenkins via docker-compose
.env | 7 years ago | ||
.gitignore | 7 years ago | ||
LICENSE.md | 7 years ago | ||
README.md | 7 years ago | ||
docker-compose.yml | 7 years ago | ||
install.sh | 7 years ago | ||
jenkins.conf | 7 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