I have a PR open here: https://github.com/apache/phoenix/pull/1610
Link to jenkins build is here
<https://ci-hadoop.apache.org/blue/organizations/jenkins/Phoenix%2FPhoenix-PreCommit-GitHub-PR/detail/PR-1610/10/pipeline>
.
It is running unit and integration tests right now. Last line from
pipeline.log
<https://ci-hadoop.apache.org/blue/organizations/jenkins/Phoenix%2FPhoenix-PreCommit-GitHub-PR/detail/PR-1610/10/pipeline>
file below:
mvn --batch-mode
-Dmaven.repo.local=/home/jenkins/jenkins-home/workspace/enix-PreCommit-GitHub-PR_PR-1610/yetus-m2/phoenix-PHOENIX-6883-feature-patch-0
--threads=1 -DPhoenixPatchProcess -Dskip.code-coverage clean verify -fae >
/home/jenkins/jenkins-home/workspace/enix-PreCommit-GitHub-PR_PR-1610/yetus-general-check/output/patch-unit-phoenix-core.txt
2>&1
I want to access the patch-unit-phoenix-core.txt file while the tests are
still running. Is there any way to access this file? I know I can download
the file after the build is complete. Thank you !