【Jenkins】参数化构建过程—Choice

xiaoxiao2021-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)