commit | 7d5d8c7e36eb15d8a5389ca19e3b0aeb1daa1326 | [log] [tgz] |
---|---|---|
author | Sam Saccone <[email protected]> | Fri Dec 04 14:35:14 2020 -0800 |
committer | Sam Saccone <[email protected]> | Wed Jan 06 09:10:31 2021 -0800 |
tree | 5cd5da7590dab4ea1bd935542a00d251e7783bb5 | |
parent | 124901334739a71f0c474e00de65cbe9554662f2 [diff] |
Implement initial version of fetch_artifact BUG=121042212 Change-Id: Ib6a701df8c28decd48771c65ca9f618c8d0cf8fe
Fetch artifact is a tool for downloading artifacts from Android's continuous integration service.
target
: Required - The target you would like to download the artifact from.build_id
: Required - The build_id of the target to download the artifact from.artifact
: Required - The artifact to download.output
: Optional - If you would like the contents of the file to be written to a specific file-
: Optional - If you would like the contents of the file to be written to stdout (must be the last arg)fetch_artifact -target=aosp_arm64-userdebug -build_id=7000390 -artifact=COPIED
fetch_artifact -target=aosp_arm64-userdebug -build_id=7000390 -artifact=COPIED -
OUT_DIR=out ./build