- Java 8
- Java JDK 17
- Maven 3.9
- Git
Run the server
- Clone the repository
git clone https://github.com/joss2002/Continuous_Integration.git- Build the project with Maven
mvn clean compile- Run the CI-server
mvn exec:javaTest the server
Option 1: Use curl
curl http://localhost:8080/Expected output
StatusCode : 200
StatusDescription : OK
Content : CI job done (placeholder)Option 2: Open browser at http://localhost:8080/
Expected output
CI job done (placeholder)
Note: 8080 is the default port number.
| Name | Contribution |
|---|---|
| Josefine "joss2002" Nyholm |
|