Introduction
Welcome to this lab on configuring basic Freestyle projects in Jenkins. The Freestyle project is a highly flexible and easy-to-use option in Jenkins, suitable for any type of project. It allows you to configure build triggers, build steps, and post-build actions through a web-based graphical interface.
In this lab, you will learn how to:
- Add shell command build steps to a project.
- Schedule builds to run automatically using triggers.
- Archive build artifacts for later use.
- Configure post-build actions like workspace cleanup.
A Jenkins instance is already running, and a basic Freestyle project named sample-project has been created for you. You can access the Jenkins web interface by opening the Firefox browser on the desktop. The browser will automatically open to http://localhost:8080, so you don't need to manually enter the URL. No login is required.






