-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SEDEX-260 Ajout de l'ensemble des codes erreur
- Loading branch information
1 parent
c91c360
commit 3660597
Showing
2 changed files
with
127 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
include: | ||
- project: $PROJECT_TEMPLATES_GITLABCI_PATH | ||
ref: main | ||
file: '.gitlab-ci-java-basic.yml' | ||
|
||
# -------------------------------------- | ||
# Variables | ||
# -------------------------------------- | ||
variables: | ||
# Nexus IQ | ||
NEXUS_IQ_APP_ID: Sedex_Message_Handler | ||
|
||
# Docker | ||
DOCKER_IMAGE: $DOCKER_URL/maven:3.8.6-openjdk-8 | ||
|
||
# Maven | ||
MAVEN_CLI_OPTS_CUSTOM: '-Pwindows-x86-32' | ||
|
||
# Sonar | ||
SONAR_JAVA_BINARIES: 'src/distribution' | ||
|
||
# -------------------------------------- | ||
# Tags | ||
# -------------------------------------- | ||
default: | ||
tags: | ||
- 'for:container-image' | ||
- 'host:privileged-container' | ||
- 'net:gold-dev' | ||
|
||
|
||
# Set timezone | ||
.before_script_custom: &before_script_custom | ||
script: | ||
- export TZ="Europe/Zurich" | ||
|
||
|
||
# Compilation | ||
build: | ||
extends: | ||
- .build | ||
artifacts: | ||
paths: | ||
- /builds/gitlab/DEVELOPPEUR-EDG/SEDEX/MESSAGE-HANDLER/sedex-Message-Handler/src/distribution/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters