Skip to content

Commit

Permalink
doc(wip): Update documentation to existing code
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanjerome committed May 5, 2024
1 parent aa6e3a9 commit 6cdac77
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
41 changes: 41 additions & 0 deletions docs/CI-CD_TEST_GUIDE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# CI/CD Testing Projects

This documentation contains information about the CI/CD testing projects.

## Projects

Here are the projects that are used for testing the CI/CD pipeline.

### SpringBoot Technology

- [Spring PetClinic](https://github.com/spring-projects/spring-petclinic.git)

### Spring Framework Technology

- [Spring Framework PetClinic](https://github.com/spring-petclinic/spring-framework-petclinic.git)

### Angular Technology

- [Spring Angular PetClinic](https://github.com/spring-petclinic/spring-petclinic-angular.git)

### React.js Technology

- [Spring React PetClinic](https://github.com/spring-petclinic/spring-petclinic-reactjs.git)

### .NET Technology

- [.NET 8 Core CleanArchitecture](https://github.com/ardalis/CleanArchitecture.git)
- [.NET 7 Core CleanArchitecture](https://github.com/ardalis/CleanArchitecture.git@v8) Or v8.0.1 ?
- [.NET 6 Core CleanArchitecture](https://github.com/ardalis/CleanArchitecture.git@dotnet-6)

----
> TODO: Add more projects until we have enough to test the CI/CD pipeline.
----

### Python Technology

## Configuration for GitLab CI/CD

## Configuration for Jenkins CI/CD


4 changes: 4 additions & 0 deletions docs/INSTALL_GITLAB-CI.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ source ./shell/gitlab.sh
gitlab.start
```

After the container is started, you can access GitLab-CI at http://gitlab.scalastic.local:4000.

## Install GitLab-CI Runner

### Create a Personal Access Token
Expand All @@ -30,6 +32,8 @@ gitlab.start

Copy the token (this is your Personal Acces Token) and save it in a safe place. It should start with `glpat-` and contain a long string of letters and numbers.

![GitLab Personal Access Token](images/gitlab-personal_access-token.png)

### Create a GitLab-CI Runner

```bash
Expand Down
Binary file added docs/images/gitlab-personal_access-token.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6cdac77

Please sign in to comment.