Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
spring-ci-advanced
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Bùi Bá Trường
spring-ci-advanced
Commits
66554eb8
Commit
66554eb8
authored
Jul 31, 2019
by
Bùi Bá Trường
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
truongbb - test ci
parent
c023bbe9
Pipeline
#408
failed with stages
in 3 minutes and 8 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
.env
.env
+1
-1
.gitlab-ci.yml
.gitlab-ci.yml
+3
-3
No files found.
.env
View file @
66554eb8
...
@@ -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
.gitlab-ci.yml
View file @
66554eb8
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment