首页
Java
登录
6mi
u
盘
搜
搜 索
Java
【Jenkins】参数化构建过程—Choice
【Jenkins】参数化构建过程—Choice
xiaoxiao
2021-02-28
162
【Jenkins】参数化构建过程—Choice
参数化构建过程,选择choice
python构建
# 代码
import
os choice = os.getenv(
'UseFlow'
) fileEexcute =
"pybot {0}.txt"
.format(choice) os.system(fileEexcute)
转载请注明原文地址: https://www.6miu.com/read-18161.html
技术
最新回复
(
0
)