Skip to content
Snippets Groups Projects
Commit 1b12ffd1 authored by Maxime PAKULA's avatar Maxime PAKULA
Browse files

2024->2025

parent 7c39dac6
Branches
No related tags found
1 merge request!12Update 2025 / Spring 3.4.2 / Java 21
...@@ -440,7 +440,7 @@ Once you publish your images to dockerhub, you will see them in your account: ha ...@@ -440,7 +440,7 @@ Once you publish your images to dockerhub, you will see them in your account: ha
!!! question !!! question
Why do we put our images into an online repo? Why do we put our images into an online repo?
<p align="center">&copy; Takima 2024</p> <p align="center">&copy; Takima 2025</p>
......
...@@ -11,4 +11,4 @@ For that we will give you each a server and a Java application. ...@@ -11,4 +11,4 @@ For that we will give you each a server and a Java application.
**Please read the indications carefully, most of the time what you need is in front of your eyes!** **Please read the indications carefully, most of the time what you need is in front of your eyes!**
<p align="center">&copy; Takima 2024</p> <p align="center">&copy; Takima 2025</p>
...@@ -110,7 +110,7 @@ The `main.yml` holds the architecture of your pipeline. Each job will represent ...@@ -110,7 +110,7 @@ The `main.yml` holds the architecture of your pipeline. Each job will represent
Here is what your `main.yml` should look like: Here is what your `main.yml` should look like:
```yaml ```yaml
name: CI devops 2024 name: CI devops 2025
on: on:
#to begin you want to launch this job in main and develop #to begin you want to launch this job in main and develop
push: push:
...@@ -263,7 +263,7 @@ Set up your pipeline to use **SonarCloud** analysis while testing. ...@@ -263,7 +263,7 @@ Set up your pipeline to use **SonarCloud** analysis while testing.
For that, you need to modify your first step named **Build and test** with Maven and change sonar organization and project key. For that, you need to modify your first step named **Build and test** with Maven and change sonar organization and project key.
```shell ```shell
mvn -B verify sonar:sonar -Dsonar.projectKey=devops-2024 -Dsonar.organization=devops-school -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=${{ secrets.SONAR_TOKEN }} --file ./simple-api/pom.xml mvn -B verify sonar:sonar -Dsonar.projectKey=<your-project-key> -Dsonar.organization=<your-organization> -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=${{ secrets.SONAR_TOKEN }} --file ./simple-api/pom.xml
``` ```
If you did your configuration correctly, you should be able to see the **SonarCloud analysis** report online: If you did your configuration correctly, you should be able to see the **SonarCloud analysis** report online:
...@@ -288,4 +288,4 @@ In this step you have to separate your jobs into different workflows so that the ...@@ -288,4 +288,4 @@ In this step you have to separate your jobs into different workflows so that the
!!! tip !!! tip
You can use **on: workflow_run** to trigger a workflow when another workflow is passed. You can use **on: workflow_run** to trigger a workflow when another workflow is passed.
<p align="center">&copy; Takima 2024</p> <p align="center">&copy; Takima 2025</p>
...@@ -19,4 +19,4 @@ For that we will give you each a server and a Java application. ...@@ -19,4 +19,4 @@ For that we will give you each a server and a Java application.
**Please read the indications carefully, most of the time what you need is in front of your eyes!** **Please read the indications carefully, most of the time what you need is in front of your eyes!**
<p align="center">&copy; Takima 2024</p> <p align="center">&copy; Takima 2025</p>
...@@ -125,7 +125,7 @@ $ ansible all -m service -a "name=apache2 state=started" --private-key=<path_to_ ...@@ -125,7 +125,7 @@ $ ansible all -m service -a "name=apache2 state=started" --private-key=<path_to_
Connect to your server from your browser and… it works ! Well done you’ve set up your very first server with Ansible. Now move on to the practical part. Connect to your server from your browser and… it works ! Well done you’ve set up your very first server with Ansible. Now move on to the practical part.
<p align="center">&copy; Takima 2024</p> <p align="center">&copy; Takima 2025</p>
...@@ -256,4 +256,4 @@ Configure Github action to automatically deploy your application when you releas ...@@ -256,4 +256,4 @@ Configure Github action to automatically deploy your application when you releas
!!! check !!! check
Full CI/CD pipeline in action. Full CI/CD pipeline in action.
<p align="center">&copy; Takima 2024</p> <p align="center">&copy; Takima 2025</p>
...@@ -46,4 +46,4 @@ Useful links: ...@@ -46,4 +46,4 @@ Useful links:
Checkpoint: do you Grafana? Checkpoint: do you Grafana?
<p align="center">&copy; Takima 2024</p> <p align="center">&copy; Takima 2025</p>
...@@ -26,4 +26,4 @@ For that we will give you each a server and a Java application. ...@@ -26,4 +26,4 @@ For that we will give you each a server and a Java application.
**Please read the indications carefully, most of the time what you need is in front of your eyes!** **Please read the indications carefully, most of the time what you need is in front of your eyes!**
<p align="center">&copy; Takima 2024</p> <p align="center">&copy; Takima 2025</p>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment