Commit 41024e04 by 据说甜蜜呢

添加动态选择runner

parent b7ae2069
Pipeline #4313 passed with stage
in 18 seconds
...@@ -21,13 +21,17 @@ build_job: ...@@ -21,13 +21,17 @@ build_job:
release-major_job: release-major_job:
stage: release-major stage: release-major
script: script:
# Import external functions
- chmod +x ./devops/PipeLines/Functions.core.sh
- source ./devops/PipeLines/Functions.core.sh
- ReleaseEnvironmentOf environment
- export Environment=$environment
- bash ./devops/PipeLines/Creation/Creation_Pipeline.sh - bash ./devops/PipeLines/Creation/Creation_Pipeline.sh
only: only:
- release/staging - release/staging
- release/production - release/production
tags: tags:
- staging - $Environment
- production
analysing-git-changes_job: analysing-git-changes_job:
stage: analysing-git-changes stage: analysing-git-changes
......
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