Skip to content

RedRoverSchool/JenkinsQA_Java_2025_fall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,129 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JenkinsQA_Java_2025_fall

Project for Testing the CI/CD Tool Jenkins

Jenkins logo

Jenkins is an automation tool designed for Continuous Integration (CI) and Continuous Deployment (CD). It allows automatic execution of build, testing, and deployment processes whenever code changes are made in the repository.

Content:

Tech Stack


️ Settings

To configure the project locally, follow these steps:

  1. Run Jenkins locally

    • Install and start Jenkins on your machine.
    • Ensure all required plugins are installed.
  2. Configure the settings file

    • Copy .properties.TEMPLATE.
    • Rename it to .properties (remove TEMPLATE).
    • Fill in the necessary values with your local configuration.

After completing these steps, your project should be ready to use! 🚀


Running Tests Locally

To run automated tests locally, use the following commands:

  1. Run all tests:

    • mvn test
  2. Run specific tests:

    • mvn test -Dtest=TestName

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 116