Skip to content
Snippets Groups Projects
Commit 7875659f authored by MUNIER Florian's avatar MUNIER Florian
Browse files

Update README.md

parent 705dbc92
No related branches found
No related tags found
No related merge requests found
......@@ -71,19 +71,9 @@ http://localhost:8080
- Configuration de l'instance :
- valider
## Créer un projet
- Sélectionner "Nouveau item"
- Saisissez un nom de projet (ex: Project_jenkins_php)
- Sélectionner "Pipeline"
## Installer les plugins du projet
- Allez dans "Tableau de bord"
- Allez dans "Administrer Jenkins"
- Dans le tableau de bord, allez dans "Administrer Jenkins"
- Sélectionner "Gestion des plugins"
......@@ -107,13 +97,21 @@ http://localhost:8080
- S'identifier
## Lancer le pipeline
## Créer un projet
- Sélectionner votre projet
- Sélectionner "Tableau de bord"
- Sélectionner "Configurer"
- Sélectionner "Nouveau item"
- Saisissez un nom de projet (ex: Project_jenkins_php)
- Sélectionner "Pipeline"
- Valider
## Lancer le pipeline
- Dans le projet, sélectionner "Pipeline"
- dans "Définition", choisir "Pipeline script from SCM"
- dans "SCM", choisir "Git"
- dans "Repository URL", coller le lien du dépôt GitLab (https://gitlab.imt-atlantique.fr/f21munie/project_jenkins_php.git)
......@@ -124,5 +122,19 @@ http://localhost:8080
- vous pouvez le sélectionner pour afficher ses résultats
- vous pouvez visualiser le pipeline graphiquement en sélectionnant "Open Blue Ocean" puis le pipeline exécuté
## Accès à la registry
- Accéder à la registry
```sh
http://localhost:8082/
```
- Sélectionner "checktva"
## Utiliser l'image de livraison
```sh
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment