Hi, according to Hosting Plugins wiki, all plugins are automatically built. but somehow our plugin https://github.com/jenkinsci/azure-batch-parallel-plugin is not built. Is there anything else we need to do, besides the steps in the wiki? thanks.
Continuous integration builds on *DEV@cloud* <https://jenkins.ci.cloudbees.com/job/plugins/> To have your plugin built on *jenkins.ci.cloudbees.com* <https://jenkins.ci.cloudbees.com/job/plugins/>, you do not need to do anything---all Jenkins plugins are automatically built as Maven jobs (clean install -e). All plugin CI broken build results will be mailed to any configured developers in the POM, plus culprits. Ruby and Gradle plugins are also supported, but you should wave on the developers *mailing list* <https://jenkins-ci.org/content/mailing-lists> to have someone with the proper access right update the job for you. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/81f94c32-b48f-488f-a92c-b300450ca893%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
