Learn more about these different git repos.
Other Git URLs
The command was modified to use the getBuildLogs call in #3232, but if the build has a task id, then it will instead just download task outputs. Since task outputs tend to get cleaned up fairly quickly, this preference seems backwards.
getBuildLogs
It's a little unclear what the best approach should be. There are cases where getBuildLogs could fail to logs, but listTaskOutput might, e.g. for a recently failed build.
listTaskOutput
I suggest that the command use getBuildLogs for builds that are in the complete state whether there is a task id or not, and only fall back to the looking up the task output if the build is in a different state.
Metadata Update from @tkopecek: - Custom field Size adjusted to None - Issue set to the milestone: 1.36
Metadata Update from @tkopecek: - Issue tagged with: testing-ready
Metadata Update from @tkopecek: - Issue untagged with: testing-ready - Issue tagged with: testing-basic
Metadata Update from @mfilip: - Issue tagged with: testing-done
Commit 9ba4398 fixes this issue
Log in to comment on this ticket.