Completed
Views: Less mails, more Build Monitor
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Jenkins Features and Plugins You Wished You Had Known About Before
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Set-up: Use docker
- 3 Set-up: Use the jenkins/jenkins Docker images
- 4 Set-up: First time installer & Plugins
- 5 Set-up: Provision your plugins
- 6 Set-up: Don't do work on the Master, use Agents
- 7 Set-up: Provision agents using Swarm plugin
- 8 Set-up: Automate agent provisioning and make them ephemeral
- 9 Jobs: Pipeline: Job configuration as code
- 10 Jobs: Pipeline: Do work on agents...
- 11 Jobs: Pipeline: Stages are groups of steps
- 12 Jobs: Pipeline: Don't mess with environment variables
- 13 Jobs: Pipeline: Parameters are an option
- 14 Jobs: Pipeline: Parallelism
- 15 Jobs: Pipeline: Know the difference between Declarative and Scripted
- 16 Continuation-passing style (CPS)
- 17 Jobs: Pipeline: Aborting Pipelines
- 18 Jobs: Pipeline: Blue ocean GUI
- 19 Jobs: Pipeline: There is a Pipeline editor
- 20 Jobs: Pipeline: Use Shared libraries
- 21 Jobs: Pipeline: Use files from shared libraries
- 22 Views: Build your own view
- 23 Views: Less mails, more Build Monitor
- 24 There is an API
- 25 Views: Extreme feedback
- 26 Learn about Cloudbees
- 27 Enterprise Jenkins: Cloudbees
- 28 My favorite plugins