Hi!
I want to get the Gradle JPI Plugin [1] included on the Gradle Plugin Portal [2]. To make that happen, some preconditions need to be fulfilled and some configuration must be done in Bintray by someone with the necessary permissions [3]:
1. Make sure your plugin ID is qualified and valid
Done, the qualified plugin ID is org.jenkins-ci.jpi since version 0.7.0.
2. Create a Bintray package for your plugin
Done, that happened automagically [4].
3. Include your plugin package in the JCenter repository
Done, also happened automagically [5].
4. Add a 'gradle-plugin' attribute to each version in your plugin package
This needs to be done in Bintray by someone with the necessary permissions or someone needs to enable me to do that. Unfortunately this is not a one-time tasks, but needs to be done for every version of the Gradle JPI plugin being released.
The gradle-plugin attribute must be set to org.jenkins-ci.jpi:org.jenkins-ci.tools:gradle-jpi-plugin.
5. Submit your plugin package for inclusion in the Gradle Plugins repository
The same as #4.
6. Check this site for your plugin!
SUCCESS! Hopefully...
Thanks,
Daniel
[1]
https://github.com/jenkinsci/gradle-jpi-plugin[2]
https://plugins.gradle.org/[3]
https://plugins.gradle.org/submit[4]
https://bintray.com/jenkins/maven/tools%3Agradle-jpi-plugin/view[5]
https://bintray.com/bintray/jcenter?filterByPkgName=tools%3Agradle-jpi-plugin