Jenkins Tutorial – How to Deploy a Test Server with Docker + Linux (Full Course)

preview_player
Показать описание
Learn about Jenkins by building a CI/CD pipeline for a web application. Jenkins is an open source automation server which makes it easier to build, test, and deploy software. In this course, you will learn how to build a full dev-ops pipeline using Jenkins, Linode Servers, and other tools.

🏗 Linode provided a grant that made this course possible.

⭐️ Contents ⭐️
⌨️ (00:00:00) Video Intro
⌨️ (00:01:33) Course Overview
⌨️ (00:02:36) What is Jenkins?
⌨️ (00:08:47) Terms & Definitions
⌨️ (00:11:58) Project Architecture
⌨️ (00:13:28) Linode Intro
⌨️ (00:20:18) Setting Up Jenkins
⌨️ (00:24:11) Tour of Jenkins Interface
⌨️ (00:30:33) Installing Plugins
⌨️ (00:33:39) Blue Ocean
⌨️ (00:34:55) Creating a Pipeline
⌨️ (00:42:37) Installing Git
⌨️ (00:45:15) Jenkinsfile
⌨️ (00:46:27) Updating a Pipeline
⌨️ (00:52:05) Jenkins with nom
⌨️ (00:56:36) Docker & Dockerhub
⌨️ (01:02:14) Closing Remarks

🎉 Thanks to our Champion and Sponsor supporters:
👾 Raymond Odero
👾 Agustín Kussrow
👾 aldo ferretti
👾 Otis Morgan
👾 DeezMaster

--

Рекомендации по теме
Комментарии
Автор

Thanks for the opportunity to make this tutorial! DevOps is a lot of fun and I enjoyed getting to create this video 🙂
Let me know if you have any questions 🤓

FaradayAcademy
Автор

Amazing job! Thank you for such a nice and clean introduction to Jenkins!

cybermindable
Автор

It's the most desirable tutorial for me right now, thank you very much

clintonhussein
Автор

I NEEDED THIS. Thanks . There are where few videos about Jenkins . Nowadays all attention is focus on GitHub actions and other similar products

Jhonfreddy
Автор

Awesome tutorial. Was super easy to understand and follow along. Thank you Gwen and FCC.

aidoka
Автор

Your tempo and your explanation is in my opinion the best ❤

mykolatokariev
Автор

Great material and great intro. Thanks for sharing!

queiroz-rafael
Автор

This was a very good introduction. Thanks for also leaving in the error your encountered.

light.yagami
Автор

Well explained and easy to follow tutorial. Good Work

majidalikhanquaid
Автор

Thanks a lot most needed ...waiting for so far 😀

vrushalrt
Автор

Thank you for making this video for learning myself.

thamaraie
Автор

Great presentation and a good introduction for newbies

devihomes
Автор

Its a pretty good tutorial, I got stuck in the github API rate limit which I´m trying to solve now. Thanks a lot!

Nedwarez
Автор

This is amazing content for beginners. Learned and understand what Jenkins can do

gabrielgitonga
Автор

It is a great tutorial! Probably I'll watch this video again - I didn't catch it all in one view.

OleksandrBorysenko
Автор

Nice tutorial covering Jenkins at a glance. What is not mentioned though is a procedure of deploying an artifact in a server after this has been built from Jenkins. In general this a topic that I have devoted with and I haven't find any smooth way (like using a Jenkins plugin for example) to push your code to a server without just SSH to it and do your magic there with custom bash commands.

agelosnm
Автор

Nice tutorial. Thank you.

One question: Every time I push server to the code, your pipeline would build a docker image. Would that fill up the server's filesystem with images or is Jenkins cleaning that up automatically? Or should I put another stage in the pipeline (after pushing it to the hub) to delete the image that was just built?

fuuman
Автор

Awesome to see. I also just posted a Jenkins Tutorial recently

DevOpsJourney
Автор

FreeCodeCamp my fav thanks for all the contents some corrections as given below.

Mistake at 9:48 the slide says Continuous delivery automatically deploys code to production but that's not right as we need manual approval for Continuous Delivery only in case of Continuous deployment we will automatically deploy the code to prod. There is a huge difference between Continuous delivery and deployment.

OpenToLearn