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
e1819e6c
Commit
e1819e6c
authored
Jul 30, 2019
by
Bùi Bá Trường
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
truongbb - test ci
parent
0d1fa56e
Pipeline
#404
failed with stages
in 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
15 deletions
+15
-15
.gitlab-ci.yml
.gitlab-ci.yml
+15
-15
No files found.
.gitlab-ci.yml
View file @
e1819e6c
...
@@ -16,27 +16,27 @@ variables:
...
@@ -16,27 +16,27 @@ variables:
QUALITY_GATE
:
"
OK"
QUALITY_GATE
:
"
OK"
stages
:
stages
:
#
- checkout
-
checkout
# - compile
# - compile
# - sonnar_scanner
# - sonnar_scanner
-
check_quality_gate
-
check_quality_gate
-
build_up
# for merge request
-
build_up
# for merge request
-
send_email
-
send_email
#
checkout:
checkout
:
#
stage: checkout
stage
:
checkout
#
only:
only
:
#
- master
-
master
#
script:
script
:
#
- ls # test command
-
ls
# test command
#
- cd /root/GitlabRunner/repo/
-
cd /root/GitlabRunner/repo/
#
- ls
-
ls
#
- rm -rf ./spring-ci-advanced
-
rm -rf ./spring-ci-advanced
#
- git config --global user.name 'truongbb96'
-
git config --global user.name 'truongbb96'
#
- git config --global user.email 'truongbb@itsol.vn'
-
git config --global user.email 'truongbb@itsol.vn'
#
- git clone https://truongbb96:hoanghuynh0801@git.myitsol.com/truongbb96/spring-ci-advanced.git
-
git clone https://truongbb96:hoanghuynh0801@git.myitsol.com/truongbb96/spring-ci-advanced.git
#
- cd ./spring-ci-advanced
-
cd ./spring-ci-advanced
#
#compile:
#compile:
# stage: compile
# stage: compile
# only:
# only:
...
...
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