Is there a way to indicate failure to upload a specific artifact is not enough to fail the job? I am uploading logs as part of the artifact upload. I do not care if this fails, would like it to issue a warning instead and continue processing.
example:
<artifacts>
<artifact src="**/BuildLog.htm" dest="logs" failonerror="false"/>
<artifact src="**/*.log" dest="logs" failonerror="false"/>
<artifact src="**/*.dll" dest="bin" failonerror="true"/><artifact src="**/*.exe" dest="bin" failonerror="true"/>
</artifacts>
Comments
3 comments
Hi Lee,
This feature is as designed. No we can't set any property to indicate a warning state for uploads currently.
Can this be added to the list of feature requests?
We have added this feature request to our backlog.
Thanks
Santosh
Please sign in to leave a comment.