Is there any API to upload plugin to repository?
I current upload plugin to the repository from this page: https://plugins.jetbrains.com.
But I really want to automate the deploy phase by a script (python or shell) and integrate it to my CI/CD pipelines.
So is there any API for plugin uploading to intellij repository?
Please sign in to leave a comment.
You can use Gradle plugin https://github.com/JetBrains/gradle-intellij-plugin and there is task for it.
Hi,
Gradle plugin mentioned above is a recommended way, but if it somehow doesn't fit your needs you are welcome to use your own tools with API documented here: http://www.jetbrains.org/intellij/sdk/docs/plugin_repository/api/plugin_upload.html