Lab 1 Report
Succesful CI/CD job that executed the game: https://gitlab.stud.atlantis.ugent.be/redlapla/devops-project/-/jobs/185502
I had some problems with the logic service, I fixed it by copying the link to it from gitlab and pasting it behind "name: ".
Questions:
- ./mvnw is a Maven Wrapper script that allows you to use a project-specific version of Maven, ensuring consistency and compatibility across development environments. The advantage is that you don't need to install Maven globally.
- We use caching to store Maven dependencies. It speeds up CI/CD by reusing dependencies from the cache.
- We use artifacts to store build files for accessibility in later stages of the pipeline.