Commit 66554eb8 authored by Bùi Bá Trường's avatar Bùi Bá Trường

truongbb - test ci

parent c023bbe9
Pipeline #408 failed with stages
in 3 minutes and 8 seconds
...@@ -2,5 +2,5 @@ TAG=latest ...@@ -2,5 +2,5 @@ TAG=latest
IMAGE_TYPE=dev IMAGE_TYPE=dev
IMAGE_REGISTRY_URL=192.168.1.204:8081 IMAGE_REGISTRY_URL=192.168.1.204:8081
PROJECT_VERSION=0.0.1-SNAPSHOT PROJECT_VERSION=0.0.1-SNAPSHOT
JDK_BASE_IMAGE=centos:oracle-jdk-10 JDK_BASE_IMAGE=adoptopenjdk/openjdk11:latest
PROJECT_CODE=spring-ci-advanced PROJECT_CODE=spring-ci-advanced
...@@ -20,7 +20,7 @@ stages: ...@@ -20,7 +20,7 @@ stages:
- compile - compile
- sonnar_scanner - sonnar_scanner
- check_quality_gate - check_quality_gate
- build_up # for merge request - dokcer_build
- send_email - send_email
checkout: checkout:
...@@ -73,8 +73,8 @@ check_quality_gate: ...@@ -73,8 +73,8 @@ check_quality_gate:
# force pipeline exit and fail job if QUALITY GATE is FAIL # force pipeline exit and fail job if QUALITY GATE is FAIL
- sh ./stop_job.sh - sh ./stop_job.sh
build_up: dokcer_build:
stage: build_up stage: dokcer_build
only: only:
- master - master
# - merge_requests # - merge_requests
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment