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
a328da93
Commit
a328da93
authored
Jul 30, 2019
by
Bùi Bá Trường
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
truongbb - test ci
parent
93adf755
Pipeline
#348
canceled with stages
in 2 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
3 deletions
+13
-3
.gitlab-ci.yml
.gitlab-ci.yml
+13
-3
No files found.
.gitlab-ci.yml
View file @
a328da93
...
...
@@ -15,7 +15,8 @@ before_script:
stages
:
-
checkout
-
compile
-
build
-
sonnar_scanner
-
build_up
# for merge request
-
send_email
checkout
:
...
...
@@ -43,8 +44,8 @@ compile:
-
chmod +x ./build-test.sh
-
./build-test.sh compile
build
:
stage
:
build
sonnar_scanner
:
stage
:
sonnar_scanner
only
:
-
master
# - merge_requests
...
...
@@ -52,6 +53,15 @@ build:
-
cd /root/GitlabRunner/repo/spring-ci-advanced
-
ls
build_up
:
stage
:
build_up
only
:
# - master
-
merge_requests
script
:
-
cd /root/GitlabRunner/repo/spring-ci-advanced
-
ls
send_email
:
stage
:
send_email
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