pipeline {
  agent any

  stages {
    // TODO: Checkout stage
    // TODO: Build stage
    // TODO: Test stage (should clearly represent failure)
  }
}
