Home | History | Annotate | Download | only in build

Lines Matching refs:build_id

53     def Fetch(self, branch, target, artifact_name, build_id="latest"):
60 build_id: string, ID of the build or latest.
68 fetch_info["build_id"] = None
73 if build_id == "latest":
74 build_id = self.GetLatestBuildId(branch, target)
75 fetch_info["build_id"] = build_id
77 if "{build_id}" in artifact_name:
78 artifact_name = artifact_name.replace("{build_id}", build_id)
82 branch, target, build_id, artifact_name,