Attempt to add artifacts whether build is successful or not
The artifacts we use are actually very useful on a failed build.
Note what we get on a successful build -
https://ci.appveyor.com/project/ferventcoder/choco/build/1.0.0.25/a...
However, those artifacts that could lead us to discovery of what is
wrong are not there on a failed build -
https://ci.appveyor.com/project/ferventcoder/choco/build/1.0.0.28/a...
Is there a setting I missed somewhere? :)
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by ferventcoder on 20 Jan, 2015 01:47 PM
This seems somewhat related to http://help.appveyor.com/discussions/questions/328-recognizing-test... (but different enough to stand out on its own).
Support Staff 2 Posted by Feodor Fitsner on 20 Jan, 2015 05:17 PM
You should push them
on_finish
phase using command-line or PowerShell: http://www.appveyor.com/docs/build-worker-api#push-artifact3 Posted by ferventcoder on 20 Jan, 2015 05:36 PM
That's one way to do it. :) Thanks for pointing that out. Perhaps a bit of documentation on that then? It varies from other CI systems, they publish artifacts even when builds fail.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:53 AM.