/blog-002

Repository containing code for blog post @AutomatingGuy: Exploring Jenkins Pipelines - an example delivery flow

Primary LanguageJavaApache License 2.0Apache-2.0

A sample delivery pipeline

This repository contains the codebase of example presented in a blog post at AutomatingGuy.com (Exploring Jenkins Pipelines - an example delivery flow).

The code here is a fully functional system, with a sample application, automated API and UI tests and necessary Dockerfiles and pipeline-as-code in form of a Jenkinsfile.

Contents

  • a sample ToDo application implemented using Spark Framework
  • UI tests implemented using Bobcat framework
  • API tests implemented using REST Assured
  • Dockerfile for creating application containers
  • Jenkinsfile describing the whole delivery pipeline of the application

To Jenkins configuration, please refer to the blog post.