Why is build marked successful when artifact publishing failed
The following is the output of a build where the publishing of the artifacts failed, yet the build was marked successful. I know why the artifact publish failed and fixed that, but why is the build marked successful?
/viewLog.html?buildTypeId=bt60&buildId=98
/viewLog.html?buildTypeId=bt60&buildId=98
[11:31:52]: Publishing artifacts
[11:31:52]: [Publishing artifacts] Artifacts path foo.zip not found
[11:31:52]: [Publishing artifacts] Artifacts path bar.zip not found
[11:28:49]: Build finished
[11:31:52]: [Publishing artifacts] Artifacts path foo.zip not found
[11:31:52]: [Publishing artifacts] Artifacts path bar.zip not found
[11:28:49]: Build finished
Please sign in to leave a comment.
The output from the a build shows that the publishing of the artifacts for the build failed, but yet the build was marked successful. I know why the artifact publishing failed and have fixed that, but why was the build marked successful if the artifacts were not published?
[11:31:52]: [Publishing artifacts] Artifacts path connectws.zip not found
[11:31:52]: [Publishing artifacts] Artifacts path salesforce.zip not found
[11:28:49]: Build finished
ps... don't know why this didn't show up in the body of the orignal post
Hello Mark,
This is known problem.
Please vote for/watch the issue http://youtrack.jetbrains.net/issue/TW-5451
Kind regards,
KIR
Thanks