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
IMAGE_TYPE=dev
IMAGE_REGISTRY_URL=192.168.1.204:8081
PROJECT_VERSION=0.0.1-SNAPSHOT
JDK_BASE_IMAGE=centos:oracle-jdk-10
JDK_BASE_IMAGE=adoptopenjdk/openjdk11:latest
PROJECT_CODE=spring-ci-advanced
......@@ -20,7 +20,7 @@ stages:
- compile
- sonnar_scanner
- check_quality_gate
- build_up # for merge request
- dokcer_build
- send_email
checkout:
......@@ -73,8 +73,8 @@ check_quality_gate:
# force pipeline exit and fail job if QUALITY GATE is FAIL
- sh ./stop_job.sh
build_up:
stage: build_up
dokcer_build:
stage: dokcer_build
only:
- master
# - 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