Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 4b4a4089 authored by Malo Toudic's avatar Malo Toudic
Browse files

gitlab-ci

parent 77c07955
No related branches found
No related tags found
3 merge requests!5Develop,!4Feature/igamt,!1Gazelle hl7v2 validator igamt
# Define templates
include:
- project: 'gazelle/private/gitlab-ci-templates'
file: 'extends.yaml'
ref: 'master'
# Define global variables
variables:
P_NAME: "GazelleHL7v2Validator"
P_APP_TYPE: "java"
P_CODE_SRC_PATH: "."
P_MAVEN_IMAGE_TAG: "3.6.3"
# Define stages
stages:
- build
- postbuild
- predeploy
- deploy
- tests
- posttests
- release
- upgrade
- cleanup
# Define jobs
code:
stage: build
extends:
- .buildCodeForJava
quality/sonarqube:
stage: tests
extends:
- .testQualityForJavaWithSonarqube
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment