-
Bug
-
Resolution: Done
-
Major
-
None
-
-
0.8.0
When the build process fails due an error or gets aborted the plugin still tries to upload an release.
But this upload fails because no file is generated which should be uploaded.
As an result at app-center an empty release is generated.
The plugin should check if the current state of the job is failed/aborted and then do nothing
We use jenkins "freestyle project" for the job configuration.