Установка
link: https://www.jenkins.io/doc/book/installing/
Docker
Create bridge network
Create the following volumes to share the Docker client TLS certificates needed to connect to the Docker daemon and persist the Jenkins data.
In order to execute Docker commands inside Jenkins nodes, download and run the docker:dind
(это по факту докер в докере) Docker image using the following docker container run
command:
Download the jenkinsci/blueocean
image and run it as a container in Docker using the following docker container run
command:
Post installation
Go to http://localhost:8080
здесь спросят пароль админа. Для его получения лезем в логи или в конфиги jenkins. Для docker'а: docker exec jenkins-blueocean cat /var/jenkins_home/secrets/initialAdminPassword
Это так же пароль для пользователя admin (на случай, если пропустили создания пользователя в настройках). Если не знаешь какие плагины нужны, выбирай Install suggested plugins.
Last updated