My First Jenkins Python Unittest Pipeline

Overview

  1. Start Jenkins Server
  2. Create new Jenkins Job
  3. Run Job and View Build Output
  4. Convert Job to Pipeline
  5. Run Pipeline and View Build Output

Part 1 - Start Jenkins Server

start chrome http://localhost:8080/
start jenkins start

Part 2 - Create New Job

Source Control Management

Build

Part 3 - Build Job and View Output

Part 4 - Convert Job To Pipeline

Part 5 - Build Pipeline and View Output