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

Add README.md

parent 391122b7
Branches
No related tags found
No related merge requests found
# Projet
Ce projet a pour but de réaliser une intégration continue via Jenkins, d'une application PHP.
# Cloner l'application
```sh
git clone https://gitlab.imt-atlantique.fr/f21munie/project_jenkins_php.git
cd project_jenkins_php
```
# Effectuer les tests manuellement
```sh
cd project_jenkins_php
docker build -t phpunit build/docker/phpunit/
docker run --rm -ti -v "$PWD":/app phpunit make
```
# Lancer le service Jenkins
```sh
cd project_jenkins_php
docker-compose up
```
Puis allez sur votre navigateur à l'adresse : localhost:8080.
Créer un nouveau projet et collez le Jenkinsfile dans le script du pipeline.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment