Loading .gitlab-ci.yml +8 −8 Original line number Diff line number Diff line # stages of the cicd pipeline stages: - build - test - unittest - integrationtest - dependencies - deploy - functionaltest # stages: # - build # - test # - unittest # - integrationtest # - dependencies # - deploy # - functionaltest # include the individual .gitlab-ci.yml of each micro-service include: Loading src/monitoring/.gitlab-ci.yml +9 −0 Original line number Diff line number Diff line stages: - build - test - unittest - integrationtest - dependencies - deploy - functionaltest # build, tag and push the Docker image to the gitlab registry build monitoring: variables: Loading Loading
.gitlab-ci.yml +8 −8 Original line number Diff line number Diff line # stages of the cicd pipeline stages: - build - test - unittest - integrationtest - dependencies - deploy - functionaltest # stages: # - build # - test # - unittest # - integrationtest # - dependencies # - deploy # - functionaltest # include the individual .gitlab-ci.yml of each micro-service include: Loading
src/monitoring/.gitlab-ci.yml +9 −0 Original line number Diff line number Diff line stages: - build - test - unittest - integrationtest - dependencies - deploy - functionaltest # build, tag and push the Docker image to the gitlab registry build monitoring: variables: Loading