Hello everyone!
First time doing this, and I'm doing this based off the wiki. I have
a plugin that I would like to be hosted on
jenkins-ci.org.
The plugin interacts with the Delphix Engine which is the core product
that my company sells. Our product allows for customers to spin up
virtual copies of their production databases that take no additional
space and changes to those databases are stored as a diff. The
virtual databases can be rewound, fast forwarded, in a manner somewhat
similar to source control. As a result a lot of our customers like to
use our product with Jenkins and have Jenkins spin up virtual
databases as part of test runs that can be tested against and then
destroyed when the run completes.
This plugin adds a couple build steps that give Jenkins the ability to
make API calls to our engines deployed at customer sites to perform
some of the operations that I just described. It also has niceties
such as including log output from our engine in the Jenkins logs so
that if a job on our engine fails the logs can be inspected in Jenkins
to figure out what went wrong as well as clean up on our engine if a
Jenkins job gets aborted mid-run.
The plugin is located here and having the same repository name is fine
with me:
https://github.com/delphix/delphix-jenkins-plugin
It is licensed under the open source Apache 2.0 license.
My github id is: peterlvilim. My
jenkins-ci.org username is: peterlvilim
Happy to answer any questions.

-Peter