在Azure Devops部署门中以“无效的登台表x_mioms_azpipeline_change_request_import”获取错误

时间:2019-12-19 11:02:51

标签: azure-devops azure-pipelines azure-pipelines-release-pipeline servicenow

我已经在Azure Devops发布管道中为服务配置了“部署门”,现在进行变更管理。当我触发发布管道时,我以错误“无效表”结束。下面是日志。请让我知道有人可以解决此问题。

import os
import glob

csv_files = glob.glob('./CSV/*.csv') #THIS RETURNS A LIST EVEN IF THERE IS A SINGLE MATCH
for csv_file in csv_files:
    print(os.path.getsize(csv_file))

0 个答案:

没有答案