Commit 41024e04 by 据说甜蜜呢

添加动态选择runner

parent b7ae2069
Pipeline #4313 passed with stage
in 18 seconds
......@@ -21,13 +21,17 @@ build_job:
release-major_job:
stage: release-major
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
only:
- release/staging
- release/production
tags:
- staging
- production
- $Environment
analysing-git-changes_job:
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