Day 24 Task - 90daysofdevops : Complete Jenkins CI/CD Project

Day 24 Task - 90daysofdevops : Complete Jenkins CI/CD Project

Table of contents

Task-01

  • Fork this repository: To Fork Repository Go To location of Project then there is FORK option on top right side. Click on it you will able to fork Project.

Github Webhooks to Trigger Jenkins Pipeline

  • Create a connection to your Jenkins job and your GitHub Repository via GitHub Integration : Connection to your Jenkins Job with GitHub projects You can done through GitHub Hook : Go to project settings -> click on webhook -> Add webhook

    • Now for Installing GitHub Integration plugin in Jenkins

    • Open your jenkins dashboard.

    • Click on the Manage Jenkins button on your Jenkins dashboard

    • Click on Manage Plugins

    • Install GitHub Integration plugin

Task-02

  • In the Execute shell run the application using Docker compose

  • You will have to make a Docker Compose file for this Project

NOTE : Install the docker compose on your server ( like for ubuntu - docker-compose install -y)

  • After build you can check console output.