Welcome to Exploring Jenkins, a simple Java repository designed for learning and experimenting with Jenkins! π
This project contains a basic HelloWorld.java file to demonstrate how Jenkins can be used to automate builds, testing, and deployments. The purpose is to help you explore Jenkins functionality with a minimal setup.
The HelloWorld.java
class prints the classic "Hello, World!"
message to the console when executed. This basic project will
serve as your foundation for learning CI/CD principles using Jenkins.
First, clone the repository to your local machine:
git clone [email protected]:menavarroc/exploring-jenkins.git
Then, ...