Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload of artifacts should be retried on failure #1749

Closed
timfish opened this issue Jun 27, 2017 · 0 comments
Closed

Upload of artifacts should be retried on failure #1749

timfish opened this issue Jun 27, 2017 · 0 comments

Comments

@timfish
Copy link
Contributor

timfish commented Jun 27, 2017

On my CI server, sometimes uploading of artifacts to Github fails. Uploading should be re-attempted a few times.

Publishing to Github (owner: CompanyName, project: AppName, version: 1.0.1-beta)
Uploading appname-1.0.1-beta.dmg to GitHub
Uploading appname-1.0.1-beta-mac.zip to GitHub
Uploading latest-mac.json to GitHub
Uploading latest-mac.yml to GitHub
Error: write EPIPE
    at exports._errnoException (util.js:1050:11)
    at WriteWrap.afterWrite (net.js:814:14)
From previous event:
    at CancellationToken.createPromise (/Users/vagrant/git/node_modules/electron-builder-http/src/CancellationToken.ts:51:5)
    at NodeHttpExecutor.doApiRequest (/Users/vagrant/git/node_modules/electron-builder-util/src/nodeHttpExecutor.ts:51:30)
    at /Users/vagrant/git/node_modules/electron-publish/src/gitHubPublisher.ts:107:35
    at Generator.next (<anonymous>)
    at runCallback (timers.js:672:20)
    at tryOnImmediate (timers.js:645:5)
    at processImmediate [as _immediateCallback] (timers.js:617:5)
From previous event:
    at GitHubPublisher.doUpload (/Users/vagrant/git/node_modules/electron-publish/out/gitHubPublisher.js:163:11)
    at /Users/vagrant/git/node_modules/electron-publish/src/publisher.ts:74:16
    at Generator.next (<anonymous>)
    at /Users/vagrant/git/node_modules/graceful-fs/polyfills.js:287:18
    at FSReqWrap.oncomplete (fs.js:114:15)
@develar develar closed this as completed in 7ffcd27 Jul 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant