Skip to content

Implemented CI/CD into gitlab for ApproveGuestService

Khoa Nguyen requested to merge feature/gitlab-ci-cd into master

Image: Java:8

I am using java 8 image for now as deploying it to docker container on GitLab would be later in the development stage and would requires much more team coordination to do so

Stages

  • trigger-cross-projects trigger librefoodpantry.gitlab.io to pull documentation
  • build check for dependencies and compiling the project in general
  • test running tests for the project for quality assurance

Additional feature(s)

  • Implemented JUnit dependencies so that it would run with test stage
Edited by Khoa Nguyen

Merge request reports