From 50060d87ce3953a8f5af2245a424fb715db20ae5 Mon Sep 17 00:00:00 2001 From: raghu-kadali Date: Mon, 30 Jun 2025 12:19:33 +0530 Subject: [PATCH] Create BuildingBlocks.groovy --- Jenkins/BuildingBlocks.groovy | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Jenkins/BuildingBlocks.groovy diff --git a/Jenkins/BuildingBlocks.groovy b/Jenkins/BuildingBlocks.groovy new file mode 100644 index 0000000..7d1099e --- /dev/null +++ b/Jenkins/BuildingBlocks.groovy @@ -0,0 +1,21 @@ +//Bulding blocks of jenkin +JenkinsMaster: + - The main server that controls and manages all jobs. + +BuildAgents: +- Machines that run the actual build jobs. + +Jobs: + Tasks or workflows that define the build, test, and deploy process. + +Plugins: +- Add extra features and tools to Jenkins. + +Build: +Triggers - Events that start the build automatically. + +Workspace: +- The folder where the code is built and tested. + +Artifacts: - Files created after the build, like reports or binaries. +