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
Install:
./install.sh
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 data/secrets/initialAdminPassword
Goto http://localhost:8080
docker-compose exec master-jenkins ssh [SSH_HOST] -p [SSH_PORT]
If this does not work. Please look for a ssh-rsa
or ssh-dsa
key with:
ssh-keyscan -p [SSH_PORT] [SSH_HOST]
: Please see license