Running circle download-artifacts <build number>, I see one of the following happen:
-
On a build with a small number of artifacts, it says it's downloading them to a tmp folder, but the folder is actually empty.
-
On a build with a very large number of artifacts, it hits an error with too many concurrent connections.
-
Today on master, with any build number, I'm getting
json: cannot unmarshal object into Go value of type []*circle.CircleArtifact
None of these are the desired behavior.
Running
circle download-artifacts <build number>, I see one of the following happen:On a build with a small number of artifacts, it says it's downloading them to a tmp folder, but the folder is actually empty.
On a build with a very large number of artifacts, it hits an error with too many concurrent connections.
Today on
master, with any build number, I'm gettingNone of these are the desired behavior.