Commit 8397d9be by 据说甜蜜呢

添加阶段

parent 32aed0c2
Pipeline #4264 passed with stage
in 20 seconds
......@@ -5,6 +5,11 @@ stages:
# Updating
- analysing-git-changes
- synchronizing-config
- ci
- cd
- is-k8s-ready
- testing
- clean-k8s
build_job:
stage: build
......@@ -52,3 +57,53 @@ staging-synchronizing-config_job:
- staging
tags:
- 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment