Mark Liu created BEAM-7940:
------------------------------
Summary: beam_Release_Python_NightlySnapshot is broken due to
directory not exist
Key: BEAM-7940
URL: https://issues.apache.org/jira/browse/BEAM-7940
Project: Beam
Issue Type: Bug
Components: build-system, test-failures
Reporter: Mark Liu
Assignee: Mark Liu
:sdks:python:depSnapshot broke beam_Release_Python_NightlySnapshot due to:
{code}
sh: 1: cannot create
/home/jenkins/jenkins-slave/workspace/beam_Release_Python_NightlySnapshot/src/sdks/python/build/requirements.txt:
Directory nonexistent
{code}
Directory `sdks/python/build` doesn't exist when writes to
sdks/python/build/requirements.txt. We can create an empty file first to fix
this problem and do cleanup at same time if old file exists.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)