In this lesson, students will learn how to set up a Jenkins server, which is an open-source automation server, to automate the building and deployment of applications. They will learn how to configure jobs and pipelines, which are sequences of tasks and events that automate the process of building, testing, and deploying software. The students will learn how to set up and manage automated builds, test execution, and deployment to various environments. This will help them to automate the continuous integration and continuous delivery of their applications, ensuring that the software is always in a releasable state.
Back To The Course
Module 1: OOPS Concept
Module 2: Conditional and Loop statements
Module 3: Array
Module 4: String
Module 5 : Programming on String
Module 7: Exceptional handling
- Try-catch-finally block
- Throw and throws
Module 8: Collection
Module 9: Asynchronised Collection
- ConcurrentHashMap, ConcurrentLinkedQueue, and ConcurrentSkipListSet
Module 10: Java 8 Concepts
- Lambda expressions
- Stream API
- Date and time API
Module 11: Interview Practice based on Programming Question
- Tips for preparing for technical interviews
Module 12: Selenium Architecture
- Overview of Selenium