Mô tả

If you’ve heard of DevOps and seen the words: CI/CD, Pipelines and automation, then more than likely, the tool being used is Jenkins.


Where most courses go wrong is they teach you the tool in the web interface. Then as soon as you start the job, you’re presented with “Jenkinsfiles” as everything is done in code.


This course will show you how to do everything you need to do in Jenkins exclusively in the code format - why? Because that is what is used in Business!


Do I need programming experience?


No, you don’t. It’s easy to get started and no scripting experience required.


Sign up now and get started with learning the most popular CI/CD tool on the market!


Having spent hundreds of dollars on training and getting up to speed with Jenkins when I was a contractor for Deloitte, I found that I had wasted loads of time and resources on courses that didn’t prepare me for what I would need to do on the job.


They will teach you how to use the web interface...


REALITY CHECK: ALL THE PIPELINES ARE SCRIPTED IN Jenkinsfiles!


The web interface WAS NEVER used to set up the jobs, like I had been taught to do in the courses.


I remember when I was in your shoes, TIME WAS EVERYTHING! I had to have this skill “yesterday” so if I had even just an hour to study it was crucial! Now imagine having spent that limited and invaluable time on JUST the installation! Like many of these courses do.


This fueled me to create this course out of spite because I wanted to SAVE YOU the PAIN, TIME and MONEY that this mistake costme.


This led to the birth of this course to teach you Jenkins and how it’s used in industry so you’re ready to go, immediately after you finish watching it!


In this course, you’re going to learn about:


  • Jenkins Pipelines: What they are and how they are used

  • Parameterized jobs: Pass information between the different jobs. You’ll be using these all the time at work

  • Integration with GitHub: Jenkins and GitHub go hand-in-hand which is why I’ll show you how to leverage both with this course

  • Full breakdown of how to use Jenkinsfiles: From the ground up and for a complete beginner, by the end of the course you’ll know exactly how to create, use and update Jenkinsfiles

  • Trains you to use Jenkins the RIGHT way! Get used to and familiarised with Jenkinsfiles and Declarative Pipelines so that you can hit the ground running at work

  • Scripting your CI/CD solution You’ll be surprised how often you’ll be asked to do this in your DevOps role and you’ll know exactly what you need to do to implement it

  • How to use functions in your Jenkins pipelines

  • Take advantage of functions to save yourself time instead repeating big blocks of code

  • Multistage Pipelines in Code These are one of the MOST POWERFUL FEATURES of Jenkins and now you’ll not only learn about them, you’ll know how to create them in code

  • How to use Declarative Pipeline Language The bread and butter of Jenkinsfiles, learn it here and learn it now


Sounds like a lot to take in right? I remember having to learn this on the job thinking “Where do I start?!”.


I’ve gone through the PAIN so YOU DON’T HAVE TO!


The course has been expertly organised to maximise your learning efficiency!


Following the Warp 9 mantra of mastering everything you need to know to get hired tomorrow, TODAY!


In just over 2 hours from now you will go from googling: “what is Jenkins” to being on the same level as a DevOps pro!


All the fluff, filler, mistakes, corrections and unscripted blunders REMOVED!


Everything, from the filler “erms”, load times kept in and to the little details like the large gaps between sentences has been cut-down to streamline your learning experience and save you time!


Everything you need to master Jenkins, packaged where YOUR Time is The Most Important Factor!


I’ve shown this course to some of my former colleagues asking them what they thought...


They all loved it! Wished they had something this concise and quick to teach them when they were starting out!


Now to the question you’re asking yourself…


“Well that’s great, but how much does this cost?”


Normally considering the time, research, professional know-how from REAL EXPERIENCE, and effort put in, I’d have charged MORE! A lot of my former associates who know the value of an expertly crafted course would have happily signed up early.


But I know recent events have been challenging for us all, and I wanted to do my part in helping you become the engineer I know you can be!

Bạn sẽ học được gì

Jenkins Pipelines

Parameterized jobs

Full breakdown Of How To Use Jenkinsfiles

How To Use Jenkins The PROPER Way

Scripting Your CI/CD Solution

Use Functions In Your Jenkins Pipelines

Multistage Pipelines in Code

How To Write Declarative Pipeline Language

Yêu cầu

  • Laptop Or Desktop
  • Internet Connection
  • Ready To Master Jenkins

Nội dung khoá học

15 sections

Introduction

3 lectures
Introduction
02:11
Why This Course Is Different
02:20
Stay Up To Date
00:26

What Is CI/CD?

2 lectures
CI
02:01
CD
01:43

Setup

11 lectures
Reason For Docker
00:55
Docker For Mac
01:05
Docker For Windows
02:49
Docker For Windows Notes
00:12
Docker For Linux
02:30
Docker For Linux Notes
00:10
Editor Of Choice
01:21
Getting Jenkins Running
01:40
Links for VS Code and Plugins
00:03
How to Login
00:59
Code For The Course
00:09

Jenkins 101

3 lectures
Create New Jobs
00:23
Settings Explained
03:13
Up Next Pipelines
00:15

Challenge 1

2 lectures
Challenge 1 - Breakdown
00:21
Challenge 1 - Walkthrough
00:56

Pipelines

24 lectures
Introduction
00:45
Maven Setup
01:47
VS Code Setup
01:02
Jenkins Login
00:30
Pipeline Script
00:36
Build Triggers
01:11
Useful Links
00:45
Useful Links
00:01
Install Maven
02:12
Pipeline Statement
00:16
Agent
00:59
Stages
00:26
Clean Up Stage
02:03
Clone Repo Stage
01:15
Build Stage
00:24
DIR Explained
00:54
Using the Dir Step
00:34
Avoid Mistakes With This Plugin!
00:27
Test Stage
00:43
Stages Recap And Build
01:32
Build Success And Logs
00:42
Console Output
00:27
Replay
01:39
Quick Recap
00:49

Challenge 2

2 lectures
Challenge 2 - Breakdown
01:33
Challenge 2 - Walkthrough
02:58

GitHub Jenkins

3 lectures
Before You Begin
00:34
Setup Phase
07:17
Polling SCM
04:15

MultiBranch Pipelines

3 lectures
Branches Explained
01:27
Setting Up the MultiBranch Pipeline
03:47
Amazing Time Saving Trick
01:03

Parameterized Pipelines

7 lectures
What they are
00:41
Demonstration
00:32
Boolean Parameter
05:27
String Parameter
02:51
Check Which Parameters Were Used
00:19
Dropdown Selection Parameters
02:39
Recap
00:50

Challenge 3

2 lectures
Challenge 3 - Breakdown
01:12
Challenge 3 - Walkthrough
06:33

Variables

4 lectures
Introduction to Variables
01:18
Defining Variables
01:47
Using Variables
01:12
Jenkins Specific Environment Variables
03:06

Advanced Jenkins

15 lectures
Groovy
01:29
Build Health
01:34
Troubleshooting
02:20
Credentials
01:38
Jenkinsfile Name
02:00
Multiple Jenkinsfiles
01:12
Multiple Jenkinsfiles Demo
01:32
Debugging Trick
02:35
If Statements
04:20
Functions
05:16
Variable Scope
02:29
Multiple Lines In Bash Shell
00:52
Job From A Job
01:45
Pass Parameters Between Jobs
02:57
Plugins
01:25

Clean Up

3 lectures
Delete Forked Repo
00:56
Stop Docker
00:42
Delete Volumes
01:42

At the end...

1 lectures
Final Video
01:11

Đánh giá của học viên

Chưa có đánh giá
Course Rating
5
0%
4
0%
3
0%
2
0%
1
0%

Bình luận khách hàng

Viết Bình Luận

Bạn đánh giá khoá học này thế nào?

image

Đăng ký get khoá học Udemy - Unica - Gitiho giá chỉ 50k!

Get khoá học giá rẻ ngay trước khi bị fix.