We're using Jenkins, and are trying to automate deployments to our Artifactory server. We've downloaded the Artifactory plugin, and configured it, but it doesn't work. The list of repositories under "Resolution repository" and "Publishing repository" are blank.
Nothing appears in the log file to indicate there's any problems. I'm trying to call code from the Script Console, but I'm being hampered by the complete lack of documentation on creating a Jenkins plugin. There's a few tutorials, but they don't discuss details about how plugins get loaded by the system, or how I can get references to them to figure out what's going wrong.
How do I debug this thing?