
流水線編排
手冊分類

- 1. 禅道DevOps解決方案介紹
- 1.1 關于禅道DevOps解決方案
- 2. 安裝與升級
- 2.1 快速安裝
- 3. 代碼庫
- 4. 流水線
- 5. 掃描
- 6. 制品庫
- 6.1 管理制品庫
- 7. 應用
- 7.1 管理應用
- 8. 部署
- 9. 配置
- 10. 命令行工具
- 10.1 安裝及升級
- 10.2 status子命令說明
變量 分享鏈接 /book/devops/1522.html
作者:趙紅梅
最后编辑:赵红梅 于 2024-10-29 14:45:46
浏覽量:1383
本篇目錄
在流水線中,變量可以在三个不同的层级设置:
- 流水線层级(Pipeline Level):流水線环境變量对于流水線中的所有運行步驟都是可用的。
- 階段层级(Stage Level):階段环境變量对于该階段中的所有運行步驟可用。每个階段可以有自己独立的环境變量,这些變量不会影响到其他階段。
- 步骤层级(Step Level):運行步驟的环境變量仅在该步骤中可用。
需要注意的是,当變量名称相同时,不同层级的變量会按照优先级进行解析,优先级顺序为:步骤 > 階段 > 流水線 。步骤中的變量会覆盖階段中的變量,而階段中的變量又会覆盖流水線中的變量。这种机制使得在复杂的流水線配置中,开发者能够精确控制變量的使用和影响。
流水線层级(Pipeline Level)
流水線环境變量对于流水線中的所有運行步驟都可用。
kind: pipeline
spec:
options:
envs:
GOOS: linux
GOARCH: amd64
stages:
- type: ci
spec:
steps:
- name: test 1.20
type: run
spec:
container: golang:1.20
script: |
go build
go test
- name: test 1.21
type: run
spec:
container: golang:1.21
script: |
go build
go test
階段层级(Stage Level)
階段环境變量对于该階段中的所有運行步驟可用。
kind: pipeline
spec:
stages:
- type: ci
spec:
envs:
GOOS: linux
GOARCH: amd64
steps:
- name: test 1.20
type: run
spec:
container: golang:1.20
script: |
go build
go test
- name: test 1.21
type: run
spec:
container: golang:1.21
script: |
go build
go test
步骤层级(Step Level)
運行步驟的环境變量仅在该步骤中可用:
kind: pipeline
spec:
stages:
- type: ci
spec:
steps:
- name: test
type: run
spec:
container: golang
envs:
GOOS: linux
GOARCH: amd64
script: |
go build
go test
後台步驟也支持环境變量:
kind: pipeline
spec:
stages:
- type: ci
spec:
steps:
- name: database
type: background
spec:
container: mariadb
envs:
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
MYSQL_DATABASE: test
- name: test
type: run
spec:
container: mariadb
script: |-
sleep 15
mariadb -u root -h database --execute="SELECT VERSION();"
-
禅道産品
禅道開源版 禅道企業版 禅道旗艦版 禅道IPD版 -
核心功能
産品管理 項目管理 質量管理 效能管理 -
使用文檔
基本版手冊 企業版手冊 旗艦版手冊 IPD版手冊 開發中心手冊 -
幫助中心
积分問答 常見問題 論壇交流 使用視頻 Gitee GitHub -
關于我們
關于我們 禅道軟件 最新動態 禅道活動 -
禅道社區
禅道博客 積分排行 積分商城 禅道書院 -
聯系方式
聯系人:魏中顯 電話:18561939726 微信:18561939726 Q Q:1746749398北京、上海、深圳分部
友情鏈接:
ZTF自動化測試框架
ZenData測試數據生成器
喧喧IM
敏捷開發
敏捷咨詢
測試窩
悅庫網盤
Ledge知識平台
渠成軟件
ZDOO全協同企業管理軟件
融管理社區
ZenDAS數據分析工具
ZenShot跨平台截圖工具
飛信釘即時通訊解決方案
項目管理
IPD學習網
PMP百科網
艾體驗
創無記2049