2. Build, Test, Deploy
This project has been set-up with a basic CI/CD pipeline, using AutoDevOps. Review the CI configuration.
-
1. View the CI/CD pipeline at CI/CD > Pipelines
-
2. Click the link in the Status
column to view the most recent pipeline -
3. Review the Build, Test, and Production stages -
4. View the pipeline yaml at CI/CD > Editor
-
5. Review the pipeline source -
6. Click Browse Templates
to see a library of CI/CD templates -
7. View the templates used in this project using the Web ID at Repository
, then clickWeb IDE
-
8. View the .gitlab/Jobs/Build.gitlab-ci.yml
file -
9. View the .gitlab/Jobs/Test.gitlab-ci.yml
file -
10. View the .gitlab/Jobs/Deploy.gitlab-ci.yml
file