コード例 #1
0
def export_puppet_pipeline_logs(execution_id):
    core.export_puppet_pipeline_logs(execution_id)
コード例 #2
0
def export_puppet_pipeline_logs(execution_id, puppet_account_id):
    if puppet_account_id is None:
        puppet_account_id = config.get_puppet_account_id()
    core.export_puppet_pipeline_logs(execution_id, puppet_account_id)