Skip to content

PaulRepo/jenkinsTutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

jenkinsTutorial

This repo is a simple project in which we will below components:

  1. there are two branches of this repo
  • master
  • dev1
  1. We will be having jenkins and docker running in RHEL 8 where firewall is stopped.
  2. We need to run two web servers in docker
  • production server
  • Test server
  1. The task of first jenkins item/job is to get the latest code change from master branch and put it directly into production server

This is SCM configuration

This is Build Trigger and Build configuration

5) The task of 2nd jenkins item/job is to get the latest change from dev1 branch and put it directly into test server.

This is SCM configuration

This is Build Trigger and Build configuration

6) The task of 3rd jenkins item/job is to run some automated test cases and only if the build is passed then dev1 branch should be merged to master branch and same should be reflected in production server

This is SCM configuration

This is Build Trigger

This is post build trigger configuration

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages