Commit 8397d9be by 据说甜蜜呢

添加阶段

parent 32aed0c2
Pipeline #4264 passed with stage
in 20 seconds
...@@ -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
...@@ -51,4 +56,54 @@ staging-synchronizing-config_job: ...@@ -51,4 +56,54 @@ staging-synchronizing-config_job:
only: only:
- staging - staging
tags: 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 - 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