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? 

 

0
2 comments
Avatar
Permanently deleted user

You can use Gradle plugin https://github.com/JetBrains/gradle-intellij-plugin and there is task for it.

0

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

0

Please sign in to leave a comment.