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
7f0ea971
Commit
7f0ea971
authored
Jul 31, 2019
by
Bùi Bá Trường
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
truongbb - test MR
parent
779634a1
Pipeline
#415
passed with stages
in 2 minutes and 9 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
.gitlab-ci.yml
.gitlab-ci.yml
+7
-6
No files found.
.gitlab-ci.yml
View file @
7f0ea971
...
@@ -27,6 +27,7 @@ checkout:
...
@@ -27,6 +27,7 @@ checkout:
stage
:
checkout
stage
:
checkout
only
:
only
:
-
master
-
master
-
merge_request
script
:
script
:
-
ls
# test command
-
ls
# test command
-
cd /root/GitlabRunner/repo/
-
cd /root/GitlabRunner/repo/
...
@@ -41,7 +42,7 @@ compile:
...
@@ -41,7 +42,7 @@ compile:
stage
:
compile
stage
:
compile
only
:
only
:
-
master
-
master
#
- merge_request
-
merge_request
script
:
script
:
-
cd /root/GitlabRunner/repo/spring-ci-advanced
-
cd /root/GitlabRunner/repo/spring-ci-advanced
-
ls
-
ls
...
@@ -52,7 +53,7 @@ sonnar_scanner:
...
@@ -52,7 +53,7 @@ sonnar_scanner:
stage
:
sonnar_scanner
stage
:
sonnar_scanner
only
:
only
:
-
master
-
master
#
- merge_requests
-
merge_requests
script
:
script
:
-
cd /root/GitlabRunner/repo/spring-ci-advanced
-
cd /root/GitlabRunner/repo/spring-ci-advanced
-
ls
-
ls
...
@@ -63,7 +64,7 @@ check_quality_gate:
...
@@ -63,7 +64,7 @@ check_quality_gate:
stage
:
check_quality_gate
stage
:
check_quality_gate
only
:
only
:
-
master
-
master
#
- merge_requests
-
merge_requests
script
:
script
:
-
cd /root/GitlabRunner/repo/spring-ci-advanced
-
cd /root/GitlabRunner/repo/spring-ci-advanced
-
ls
-
ls
...
@@ -77,8 +78,8 @@ check_quality_gate:
...
@@ -77,8 +78,8 @@ check_quality_gate:
dokcer_build
:
dokcer_build
:
stage
:
dokcer_build
stage
:
dokcer_build
only
:
only
:
-
master
#
- master
#
- merge_requests
-
merge_requests
script
:
script
:
-
cd /root/GitlabRunner/repo/spring-ci-advanced
-
cd /root/GitlabRunner/repo/spring-ci-advanced
-
ls
-
ls
...
@@ -90,7 +91,7 @@ send_email:
...
@@ -90,7 +91,7 @@ send_email:
stage
:
send_email
stage
:
send_email
only
:
only
:
-
master
-
master
#
- merge_requests
-
merge_requests
script
:
script
:
-
curl --request POST
-
curl --request POST
--url https://api.sendgrid.com/v3/mail/send
--url https://api.sendgrid.com/v3/mail/send
...
...
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