Completed
| Creating a jenkins user
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Jenkins Pipeline for Multiple Java Versions Using Matrix Feature
Automatically move to the next video in the Classroom when playback concludes
- 1 | Intro
- 2 | Explaining the previous Dockerfile
- 3 | Creating Dockerfile for SDKMAN!
- 4 | Explaining how Jenkins runs the container
- 5 | Creating a jenkins user
- 6 | Installing SDKMAN
- 7 | Installing Java and Maven using SDKMAN
- 8 | Preparing PATH env variable
- 9 | Building the docker image
- 10 | Running container from the created image
- 11 | Creating Jenkinsfile
- 12 | Defining matrix with different Java versions
- 13 | Defining Build and Test stages
- 14 | Defining dockerfile agent
- 15 | Running the pipeline
- 16 | End screen