Sunday, October 18, 2020

Devops: Jenkins

  •  https://www.youtube.com/watch?v=FX322RVNGj4 (start from 32.00 min)(****)
  1. Show how to configure email (SMPT) 
  2. show to how to run simple build
  3. show how to build from git command
  4. show how to build from git and deploy to tomcat server autmatically (VVI)
  5. show how to create master slave node in jenkins (VVI)
  6. creating pipeline to run multiple job (2:00 hour later) (VVI)
  7. also show pipeline using groovy scripting

What is the role of configuration managemnet:

 Helps in administrating and managing several server and maintains intregety of the entire infrastructure

How does continues monitoring help in maintaining the entrie architecture of the system.

Continues monitoring in devops is a process of detecting, identifying and reporting any faults or threates in the entire infrastructure of the system.


No comments:

Post a Comment

Autoboxing and Unboxing

  Autoboxing  is the automatic conversion that the Java compiler makes between the primitive types and their corresponding object wrapper cl...