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

Merge branch 'master' of gitlab.imt-atlantique.fr:f21munie/project_jenkins_php

parents d709f52a 47e8d955
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