Commit a51ee38d by 李二毛

Merge branch 'development' into 'release/staging'

添加动态选择runner

See merge request liermao/microservice-autodevopspipelines!94
parents d8fb9433 41024e04
Pipeline #4314 canceled with stages
in 16 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