Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 615 Bytes

File metadata and controls

17 lines (11 loc) · 615 Bytes

Jenkins_Job_Preparation

alt text

Jobs and Builds Questions

29. What is the difference between Freestyle and Pipeline jobs in Jenkins?
30. How do you schedule a build in Jenkins?
31. What is a Parameterized build, and when would you use it?
32. What is the purpose of post-build actions in Jenkins?
33. How do you handle build failures in Jenkins?
34. What is the difference between a build and a job in Jenkins?
35. How do you configure Jenkins to automatically trigger builds when code changes are committed?

Solution Of Jobs and Builds Questions