Skip to content

Jenkins Pipeline

Maryam Nawaz edited this page Apr 14, 2021 · 6 revisions

The Jenkins pipeline contains 3 stages:

Checkout

Takes the latest version of the code in Fireant's Github repository on the main branch.

Build

Locates the Dockerfile on the main branch and uses it to build a Docker image.

Upload

Upload the new Docker image to Fireant's Dockerhub repository.

Clone this wiki locally