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. +