Live Demos: Pipeline, Git, and Blue Ocean


Details
Back in September at Jenkins World, many of the Jenkins experts demoed their favorite Jenkins plugin/project. The demos were not recorded and due to the large crowds surrounding the demo area, the audio was limited. We thought it would be a good idea to share these demos on this channel, to a wider audience. Hope you can join us.
WHERE: YouTube Live. (https://www.youtube.com/watch?v=TsWkZLLU-s4)
WHEN: Wednesday Dec 14 8:00am PST (http://www.timeanddate.com/worldclock/fixedtime.html?msg=Online+JAM+14+Dec+2016&iso=20161214T08&p1=283)
Q&A / Chat on #jenkins IRC Channel (https://wiki.jenkins-ci.org/display/JENKINS/IRC+Channel)
8:00 - 8:10am Introduction - R Tyler Croy
8:10 - 8:25am Git plugin - large repos, submodule authentication, and more - Mark Waite (https://github.com/MarkEWaite)
8:30 - 8:45am Blue Ocean in Action - Keith Zantow8:50 - 9:05am A simpler way to define Jenkins Pipelines - Andrew Bayer (https://github.com/abayer)
9:10- 9:25am Docker and Pipeline - R Tyler Croy 9:30 - 9:45am Freestyle to Pipeline - R Tyler Croy9:50am - 10:05am Extending Pipeline with Libraries - Jesse Glick10:10 - 10:25am Notifications with Jenkins Pipeline - Liam Newman (https://github.com/bitwiseman)
10:30 - 10:45am External Workspace Manager Plugin for Jenkins Pipeline - Alex Somai10:50am Thank you & Close - R Tyler Croy
Demo Description:
Git plugin - large repos, submodule authentication, and more - Mark Waite
- Techniques for managing large git repositories
Shallow clone - clone only recent history
Honor RefSpec - clone only specific branches
Reference repositories - use pointers to an existing repository
Sparse checkout - checkout fewer working files - Submodule authentication - it works
Command line git only Same URL scheme and credentials required in repository and all submodules - Pipelines and git Additional behaviors and how they interact with pipelines
Blue Ocean in Action - Keith Zantow
Showcase of Blue Ocean and how it will make Jenkins a pleasure to use.
A simpler way to define Jenkins Pipelines - Andrew Bayer Get to know a new way to define your Pipelines in a more configuration-like way!
Docker and Pipeline - R Tyler Croy
Learn how to use Docker inside of Pipeline for clean, repeatable testing environments
Freestyle to Pipeline - R Tyler Croy
Overview on how easy it is to migrate from a confusing series of Freestyle Jobs to Jenkins Pipeline
Extending Pipeline with Libraries - Jesse GlickWhen you have many jobs using similar configuration, it is natural to factor out the common parts into libraries. See some ways Pipeline lets you do this.
Notifications with Jenkins Pipeline - Liam Newman
Sending information to Slack, HipChat email and more from your Pipeline
External Workspace Manager Plugin for Jenkins Pipeline - Alex SomaiExternal Workspace Manager plugin, which supports managing workspaces across multiple Jenkins jobs running on different nodes. The plugin also supports automatic workspace cleanup, multiple disk pools and flexible disk selection management. Alex will show several examples for Jenkins Pipeline.

Live Demos: Pipeline, Git, and Blue Ocean