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
64fb4b91
Commit
64fb4b91
authored
Jan 10, 2019
by
据说甜蜜呢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加job,并优化管道
parent
be42bd18
Pipeline
#4219
passed with stage
in 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
6 deletions
+18
-6
.gitlab-ci.yml
+18
-6
No files found.
.gitlab-ci.yml
View file @
64fb4b91
stages
:
-
build
-
staging-release-major
-
prod-release-major
# Creation
-
release-major
# Updating
-
analysing-git-changes
build_job
:
stage
:
build
...
...
@@ -11,7 +13,7 @@ build_job:
-
build
staging-major_job
:
stage
:
staging-
release-major
stage
:
release-major
script
:
-
export Environment='Staging'
...
...
@@ -32,7 +34,7 @@ staging-major_job:
-
staging
prod-major_job
:
stage
:
prod-
release-major
stage
:
release-major
script
:
-
export Environment='Production'
...
...
@@ -50,4 +52,14 @@ prod-major_job:
only
:
-
rel/major
tags
:
-
production
\ No newline at end of file
-
production
staging-analysing-git-changes_job
:
stage
:
analysing-git-changes
script
:
# 001 Analysing git changes.
-
bash +x ./devops/PipeLines/Updating/001_AnalysingGitChanges.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