搜尋

首頁  >  問答  >  主體

python自動化專案在jenkins上運行的log文件

def log_settings(logging_path=None):
    import logging.config
    import logging.handlers
    if logging_path is None:
        logging_path = os.getenv('WORKSPACE', os.curdir)
        

Python 自動化測試專案在本機環境運作會產生Log文件,但在CI jenkins 上收集不到該log檔案。

11:05:10 Output:  /var/fpwork/jenkins_wk/workspace/IMP_GIT_ET_Regression/IMP/test/ET/log/output.xml
11:05:16 Log:     /var/fpwork/jenkins_wk/workspace/IMP_GIT_ET_Regression/IMP/test/ET/log/log.html
11:05:16 Report:  /var/fpwork/jenkins_wk/workspace/IMP_GIT_ET_Regression/IMP/test/ET/log/report.html
11:05:16 iptables: Saving firewall rules to /etc/sysconfig/iptables: [  OK  ]
11:05:20 Archiving artifacts
11:05:27 Robot results publisher started...
11:05:27 -Parsing output xml:
11:05:27 Done!
11:05:27 -Copying log files to build dir:
11:05:36 Done

有啥問題?

过去多啦不再A梦过去多啦不再A梦2812 天前622

全部回覆(1)我來回復

  • phpcn_u1582

    phpcn_u15822017-05-18 10:50:10

    實際上是會產生的,只是在調用的程式jenkins的當前目錄下

    回覆
    0
  • 取消回覆