-
Notifications
You must be signed in to change notification settings - Fork 1
Jenkins Pipeline
Maryam Nawaz edited this page Apr 30, 2021
·
6 revisions
The pipeline accesses the Jenkinsfile in the main branch to implement CI/CD. It runs every 24 hours and every time a new commit is pushed to the Github repository. Commits are detected using a webhook on the Github repository.
Takes the latest version of the code in Fireant's Github repository on the main branch.
Locates the Dockerfile on the main branch and uses it to build a Docker image.
Upload the new Docker image to Fireant's Dockerhub repository.
Runs the Docker image.
Sends Slack message to notify build status.