Jenkins Interview Questions and Answers – Part 6
What are the parts of the task lifecycle Execution Initialization, Configuration, Execution (Ans) Initialization, Configuration, Execution, Finalization Configuration, Execution How do you declare a typed task? task copyImages (type: Copy) (Ans) Copy copyImages task copyImages (Copy) In a multi project build which two files do I need to add to the top level project? build.gradle…
