1. Урок 1.00:02:03
    Introduction to the course
  2. Урок 2.00:01:14
    Start building your Lab - Create a Virtual Machine using VirtualBox
  3. Урок 3.00:06:08
    Start building your Lab - Install CentOs
  4. Урок 4.00:04:29
    Start building your Lab - Configure Putty
  5. Урок 5.00:04:43
    Install Docker
  6. Урок 6.00:01:23
    Install Docker Compose
  7. Урок 7.00:02:47
    Download the Jenkins Docker Image
  8. Урок 8.00:07:26
    Create a Docker Compose file for Jenkins
  9. Урок 9.00:07:03
    Create a Docker Container for Jenkins
  10. Урок 10.00:01:59
    Create a local DNS for your Jenkins server
  11. Урок 11.00:02:17
    Note: You should keep using putty
  12. Урок 12.00:03:17
    Learn how to work with Docker and Jenkins
  13. Урок 13.00:02:03
    Introduction to Jenkins UI
  14. Урок 14.00:04:32
    Hands On! Create your first Jenkins Job
  15. Урок 15.00:03:52
    Keep playing with your first Job
  16. Урок 16.00:05:13
    Redirect your first Job's output
  17. Урок 17.00:07:29
    Learn how to execute a bash script from Jenkins
  18. Урок 18.00:05:31
    Add parameters to your Job
  19. Урок 19.00:02:28
    Learn how to create a Jenkins list parameter with your script
  20. Урок 20.00:08:04
    Add basic logic and boolean parameters
  21. Урок 21.00:07:16
    Docker + Jenkins + SSH - I
  22. Урок 22.00:05:53
    Docker + Jenkins + SSH - II
  23. Урок 23.00:10:25
    Docker + Jenkins + SSH - III
  24. Урок 24.00:02:55
    Learn how to install Jenkins Plugins (SSH Plugin)
  25. Урок 25.00:05:05
    Integrate your Docker SSH server with Jenkins
  26. Урок 26.00:03:38
    Run your a Jenkins job on your Docker remote host through SSH
  27. Урок 27.00:01:12
    Introduction: MySQL + AWS + Shell Scripting + Jenkins
  28. Урок 28.00:06:12
    Create a MySQL server on Docker
  29. Урок 29.00:06:38
    Install MySQL Client and AWS CLI
  30. Урок 30.00:03:46
    Create a MySQL Database
  31. Урок 31.00:01:48
    Create a S3 Bucket on AWS
  32. Урок 32.00:01:51
    Create a user (IAM) for AWS authentication
  33. Урок 33.00:06:50
    Learn how to take a backup and upload it manually to S3
  34. Урок 34.00:04:41
    Automate the backup and upload process with a shell script
  35. Урок 35.00:04:45
    Integrate your script with AWS CLI
  36. Урок 36.00:02:45
    Learn how to manage sensitive information in Jenkins (Keys, Passwords)
  37. Урок 37.00:06:51
    Create a Jenkins job to upload your DB to AWS
  38. Урок 38.00:02:43
    Execute your Job and be happy!
  39. Урок 39.00:04:46
    Persist the script on the remote host
  40. Урок 40.00:02:21
    Reuse your Job to upload different DB's to different buckets
  41. Урок 41.00:01:01
    Introduction: Jenkins + Ansible
  42. Урок 42.00:09:01
    Install Ansible: Docker + Jenkins
  43. Урок 43.00:06:04
    Make the ssh keys permanent on the Jenkins container
  44. Урок 44.00:09:58
    Create a simple Ansible Inventory
  45. Урок 45.00:07:15
    Create your first Ansible Playbook
  46. Урок 46.00:01:49
    Integrate Ansible and Jenkins (Ansible Plugin)
  47. Урок 47.00:05:17
    Learn how to execute Playbooks from a Jenkins Job
  48. Урок 48.00:06:18
    Power up! Add parameters to Ansible and Jenkins
  49. Урок 49.00:03:20
    Missing the colors? Colorize your playbooks' output
  50. Урок 50.00:01:55
    Challenge: Jenkins + Ansible + MySQL + PHP + NGINX + Shell Scripting
  51. Урок 51.00:02:26
    Create the DB that will hold all the users
  52. Урок 52.00:08:10
    Create a Bash Script to feed your DB - I
  53. Урок 53.00:05:29
    Create a Bash Script to feed your DB - II
  54. Урок 54.00:03:18
    Test your Script inserting the data to the DB
  55. Урок 55.00:06:43
    Start building a Docker Nginx Web Server + PHP - I
  56. Урок 56.00:05:06
    Start building a Docker Nginx Web Server + PHP - II
  57. Урок 57.00:02:40
    Build a table using HTML, CSS and PHP to display users
  58. Урок 58.00:03:44
    Integrate your Docker Web Server to the Ansible Inventory
  59. Урок 59.00:05:41
    Create a Playbook in Ansible to update your web table
  60. Урок 60.00:05:10
    Test your playbook and see the magic!
  61. Урок 61.00:04:36
    Ready? Let's create a Jenkins Job to build everything with a click!
  62. Урок 62.00:02:55
    Intro - Learn how to Enable/Disable Login in Jenkins
  63. Урок 63.00:03:00
    Allow users to sign up
  64. Урок 64.00:02:25
    Install a powerful security plugin
  65. Урок 65.00:03:31
    Create users manually in the Jenkins DB
  66. Урок 66.00:01:55
    Ever heard about roles? Let's create a Read Only role!
  67. Урок 67.00:04:26
    Assign the role that you created to a particular user
  68. Урок 68.00:02:55
    Create a role to execute jobs, and assign that role to your user
  69. Урок 69.00:05:56
    Learn how to restrict Jobs to users using Project Roles.
  70. Урок 70.00:03:56
    Global environment variables in Jenkins
  71. Урок 71.00:03:25
    Create your own custom global environment variables
  72. Урок 72.00:01:51
    Modify the Jenkins URL
  73. Урок 73.00:06:25
    Meet the Jenkins' cron: Learn how to execute Jobs automatically
  74. Урок 74.00:03:28
    Learn how to trigger Jobs from external sources: Create a generic user
  75. Урок 75.00:07:19
    Trigger your Jobs from Bash Scripts (No parameters)
  76. Урок 76.00:06:16
    Trigger your Jobs from Bash Scripts (With Parameters)
  77. Урок 77.00:01:03
    Install a Mail Plugin
  78. Урок 78.00:05:42
    Integrate Jenkins and AWS Simple Email Service
  79. Урок 79.00:03:02
    Integrate Jenkins and Gmail
  80. Урок 80.00:03:51
    Add notifications to your jobs
  81. Урок 81.00:01:39
    Introduction: Jenkins & Maven
  82. Урок 82.00:01:08
    Install the Maven Plugin
  83. Урок 83.00:00:51
    Install the GIT Plugin
  84. Урок 84.00:04:36
    Learn how to clone a GIT/GITHUB repository from Jenkins
  85. Урок 85.00:05:29
    Learn how to build a JAR using maven
  86. Урок 86.00:05:00
    Learn how to test your code
  87. Урок 87.00:03:39
    Deploy your Jar locally
  88. Урок 88.00:03:16
    Display the result of your tests using a graph
  89. Урок 89.00:02:35
    Archive the last successful artifact
  90. Урок 90.00:03:11
    Send Email notifications about the status of your maven project
  91. Урок 91.00:08:59
    Create a Git Server using Docker
  92. Урок 92.00:01:40
    Create your first Git Repository
  93. Урок 93.00:02:15
    Create a Git User to interact with your Repository
  94. Урок 94.00:05:35
    Upload the code for the Java App in your Repo
  95. Урок 95.00:04:52
    Integrate your Git server to your maven Job
  96. Урок 96.00:03:54
    Learn about Git Hooks
  97. Урок 97.00:04:46
    Trigger your Jenkins job using a Git Hook
  98. Урок 98.00:01:03
    Introduction: Jenkins DSL
  99. Урок 99.00:01:06
    Install the DSL Plugin
  100. Урок 100.00:01:41
    What is a Seed Job in DSL?
  101. Урок 101.00:03:16
    Understand the DSL Structure
  102. Урок 102.00:02:34
    Description
  103. Урок 103.00:03:10
    Parameters
  104. Урок 104.00:02:16
    SCM
  105. Урок 105.00:01:28
    Triggers
  106. Урок 106.00:03:38
    Steps
  107. Урок 107.00:01:49
    Mailer
  108. Урок 108.00:09:59
    Recreate the Ansible Job using DSL
  109. Урок 109.00:09:12
    Recreate the Maven Job using DSL
  110. Урок 110.00:03:12
    Version your DSL code using Git
  111. Урок 111.00:09:43
    Magic? Create Jobs only pushing the DSL code to your Git server!
  112. Урок 112.00:01:48
    Continuous Integration
  113. Урок 113.00:01:20
    Continuous Delivery
  114. Урок 114.00:01:17
    Continuous Deployment
  115. Урок 115.00:02:54
    Introduction to Pipeline
  116. Урок 116.00:02:52
    Introduction to Jenkinsfile
  117. Урок 117.00:01:08
    Install the Jenkins Pipeline Plugin
  118. Урок 118.00:04:35
    Create your first Pipeline
  119. Урок 119.00:02:36
    Add multi-steps to your Pipeline
  120. Урок 120.00:02:47
    Retry
  121. Урок 121.00:02:34
    Timeouts
  122. Урок 122.00:01:58
    Environment variables
  123. Урок 123.00:03:00
    Credentials
  124. Урок 124.00:03:15
    Post actions
  125. Урок 125.00:01:10
    Introduction
  126. Урок 126.00:09:42
    Learn how to install Docker inside of a Docker Container
  127. Урок 127.00:01:45
    Define the steps for your Pipeline
  128. Урок 128.00:12:24
    Build: Create a Jar for your Maven App using Docker
  129. Урок 129.00:04:26
    Build: Write abash script to automate the Jar creation
  130. Урок 130.00:06:14
    Build: Create a Dockerfile and build an image with your Jar
  131. Урок 131.00:04:35
    Build: Create a Docker Compose file to automate the Image build process
  132. Урок 132.00:06:20
    Build: Write a bash script to automate the Docker Image creation process
  133. Урок 133.00:02:20
    Build: Add your scripts to the Jenkinsfile
  134. Урок 134.00:01:57
    Test: Learn how to test your code using Maven and Docker
  135. Урок 135.00:01:56
    Test: Create a bash script to automate the test process
  136. Урок 136.00:01:00
    Test: Add your test script to Jenkinsfile
  137. Урок 137.00:06:29
    Create a remote machine to deploy your containerized app
  138. Урок 138.00:02:17
    Push: Create your own Docker Hub account
  139. Урок 139.00:00:49
    Push: Create a Repository in Docker Hub
  140. Урок 140.00:02:46
    Push: Learn how to Push/Pull Docker images to your Repository
  141. Урок 141.00:06:10
    Push: Write a bash script to automate the push process
  142. Урок 142.00:01:12
    Push: Add your push script to Jenkinsfile
  143. Урок 143.00:08:06
    Deploy: Transfer some variables to the remote machine
  144. Урок 144.00:09:23
    Deploy: Deploy your application on the remote machine manually
  145. Урок 145.00:06:12
    Deploy: Transfer the deployment script to the remote machine
  146. Урок 146.00:02:57
    Deploy: Execute the deploy script in the remote machine
  147. Урок 147.00:00:43
    Deploy: Add your deploy script to Jenkinsfile
  148. Урок 148.00:04:09
    Create a Git Repository to store your scripts and the code for the app
  149. Урок 149.00:03:24
    Create the Jenkins Pipeline. Finally!
  150. Урок 150.00:02:18
    Modify the path when mounting Docker volumes
  151. Урок 151.00:02:31
    Create the Registry Password in Jenkins
  152. Урок 152.00:01:44
    Add the private ssh key to the Jenkins container
  153. Урок 153.00:03:56
    Add post actions to Jenkinsfile
  154. Урок 154.00:04:11
    Execute your Pipeline manually
  155. Урок 155.00:02:12
    Create a Git Hook to automatically trigger your Pipeline
  156. Урок 156.00:06:55
    Start the CI/CD process by committing new code to Git!