Mentions légales du service

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

Update .gitlab-ci.yml

parent 37fd51b3
No related branches found
No related tags found
2 merge requests!5Develop,!1Feature/iuainfra 30
...@@ -19,28 +19,16 @@ variables: ...@@ -19,28 +19,16 @@ variables:
P_NAME: "app.access-token-provider" P_NAME: "app.access-token-provider"
P_APP_TYPE: "java" P_APP_TYPE: "java"
P_CODE_SRC_PATH: "." P_CODE_SRC_PATH: "."
P_MAVEN_IMAGE_TAG: "3.6.3"
# Define jobs # Define jobs
code: code:
stage: build stage: build
extends: extends:
- .codeForJava - .buildCodeForJava
variables:
P_MAVEN_IMAGE_TAG: "3.6.3"
quality: quality:
stage: tests stage: tests
extends: extends:
- .sonarqubeForJava - .testQualityForJavaWithSonarqube
variables: \ No newline at end of file
P_MAVEN_IMAGE_TAG: "3.6.3"
P_CODE_BINARIES: "target/classes/"
P_CODE_JACOCO_REPORT_PATH: "target/jacoco.exec"
P_CODE_JUNIT_REPORTS_PATH: "target/surefire-reports"
P_CODE_DYNAMIC_ANALYSIS: "reuseReports"
P_CODE_COVERAGE_PLUGIN: "jacoco"
P_CODE_SOURCE_ENCODING: "UTF-8"
P_CODE_LANGUAGE: "java"
P_CODE_DEVELOPER_EDITION: "true"
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