Uploading test artifacts to Artifactory

Hey,

Is there a built in way to upload test artifacts to Artifactory? I don’t see an integration directly but perhaps there is an easier way to do it rather than using their rest api?

Also, it is possible to only upload the artifacts when building a tag?

Hi @ansman,

Thanks for asking this here! :wink:

We don’t have a step for that right now, but you can easily create your own, similar to our HockeyApp, Google Play, or any other #deploy steps. Or just use a Script step to implement the deploy if the service has an API.

If this request gets enough votes (a moved this question to be a #feature-request) then of course we’re open to do it, just wanted to mention that this can be created as a Bitrise build Step by anyone.

Sure! You can define Triggers for tags too - related docs: Using the Trigger Map to trigger builds - Bitrise Docs