How to automate uploading a new version of a plugin to the repository ?
I have a plugin that is in active development.
Currently, I have to go and manually upload the zip file to the plugin repository.
Does TeamCity have some sort of API that I can call in order to automate this process?
Thanks!
Please sign in to leave a comment.
Hi Dimitar,
please take a look at this gradle plugin (it has a separate task for publishing).
TeamCity doesn't have its own plugin, but we use this one in many of our external plugins.