У нас вы можете посмотреть бесплатно Run a Containerized Jenkins Environment with Docker Agent for Seamless Pipeline Integration или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Join our immersive hands-on DevOps training as we explore the power of Jenkins and Pipeline automation. In this practice session, you'll learn to set up a containerized Jenkins environment on your local machine and leverage the Pipeline plugin to simplify and optimize your pipelines. Join me to take your skills to the next level! https://www.udemy.com/course/hands-on-mast... Gists: Dockerfile: https://gist.github.com/naturalett/00e35f1... Pipeline: https://gist.github.com/naturalett/366ef9e... Commands: docker build -t naturalett/jenkins:docker . docker run -d --name jenkins -p 8080:8080 -u root -p 50000:50000 -v /var/run/docker.sock:/var/run/docker.sock naturalett/jenkins:docker docker logs jenkins -f docker ps docker images | grep -i 'hello-world' Need assistance with creating a virtual machine? https://codebots.com/docs/ubuntu-18-04-vir... Medium: https://lidor-ettinger.medium.com GitHub: https://github.com/naturalett LinkedIn: https://www.linkedin.com/in/lidor-ettinger... Dzone: https://dzone.com/users/4878961/naturalett... Keep in touch: https://www.top10devops.com