Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
microservice-autodevopspipelines
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李春生
microservice-autodevopspipelines
Commits
8397d9be
Commit
8397d9be
authored
Jan 11, 2019
by
据说甜蜜呢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加阶段
parent
32aed0c2
Pipeline
#4264
passed with stage
in 20 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
56 additions
and
0 deletions
+56
-0
.gitlab-ci.yml
+56
-0
No files found.
.gitlab-ci.yml
View file @
8397d9be
...
@@ -5,6 +5,11 @@ stages:
...
@@ -5,6 +5,11 @@ stages:
# Updating
# Updating
-
analysing-git-changes
-
analysing-git-changes
-
synchronizing-config
-
synchronizing-config
-
ci
-
cd
-
is-k8s-ready
-
testing
-
clean-k8s
build_job
:
build_job
:
stage
:
build
stage
:
build
...
@@ -52,3 +57,53 @@ staging-synchronizing-config_job:
...
@@ -52,3 +57,53 @@ staging-synchronizing-config_job:
-
staging
-
staging
tags
:
tags
:
-
staging
-
staging
staging-ci_job
:
stage
:
ci
script
:
-
export Environment='Staging'
-
bash ./devops/PipeLines/Updating/003_CI.sh
only
:
-
staging
tags
:
-
staging
staging-cd_job
:
stage
:
cd
script
:
-
export Environment='Staging'
-
bash ./devops/PipeLines/Updating/004_CD.sh
only
:
-
staging
tags
:
-
staging
staging-is-k8s-ready_job
:
stage
:
is-k8s-ready
script
:
-
export Environment='Staging'
-
bash ./devops/PipeLines/Updating/005_IsK8sReady.sh
only
:
-
staging
tags
:
-
staging
staging-testing_job
:
stage
:
testing
script
:
-
export Environment='Staging'
-
bash ./devops/PipeLines/Updating/006_Testing.sh
only
:
-
staging
tags
:
-
staging
staging-clean-k8s_job
:
stage
:
clean-k8s
script
:
-
export Environment='Staging'
-
bash ./devops/PipeLines/Updating/007_CleanK8s.sh
only
:
-
staging
tags
:
-
staging
\ No newline at end of file
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