-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitlab-ci.yml
46 lines (36 loc) · 956 Bytes
/
.gitlab-ci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
include:
- project: $PROJECT_TEMPLATES_GITLABCI_PATH
ref: main
file: '.gitlab-ci-java-basic.yml'
# --------------------------------------
# Variables
# --------------------------------------
variables:
GIT_BRANCH_NAME_PRINCIPAL: "/^(develop|main)$/"
# 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/