simple-java-maven-app is a reference repository created for the Jenkins tutorial on building a Java application with Maven. It contains a minimal Java program that prints “Hello world!” and includes unit tests to validate functionality, with test results exported in JUnit XML format. The repository provides an example that demonstrates how to configure a Jenkins Pipeline for building and delivering applications. It also includes scripts that define commands executed in pipeline stages, showcasing automation in continuous integration and delivery (CI/CD). This project is designed as an entry-level resource for developers learning Jenkins. By following the tutorial, users gain practical experience in setting up pipelines and integrating testing with Maven.
Features
- Simple Java application built with Maven
- Unit tests with JUnit XML reporting
- Example Jenkinsfile for pipeline configuration
- Shell scripts for Jenkins pipeline stages
- Designed for Jenkins CI/CD tutorial exercises
- Beginner-friendly introduction to Jenkins automation