⇒ Jenkins is a powerful automation server that facilitates Continuous Integration and Continuous Deployment (CI/CD). In this guide, we will explore several key Jenkins concepts, including Linked Projects, Views, User Management, and the Master-Slave Concept. We will provide clear explanations, structured steps, and lab instructions for each topic.
Jenkins allows projects (jobs) to be connected using Upstream and Downstream relationships. This feature helps in automating workflows where one job triggers another based on build success.
→ Continuing from the previous lab on the 3rd page
Click on "New Item" → Enter the name as JobA → Click OK.
Go to the Build section → Enter the command:
echo "Hello"
Click Save.
This demonstrates Upstream Linked Projects.