I try to setup the Jenkins Artifactory Plugin to deploy some artifacts after a successfull build.
But the configuration "Test Connection" button in the system configuration tab fails with "Service Unavailable".
This Rest Call is working!
curl -uadmin:password "127.0.0.1:8081/artifactory/api/system/version"
I don't know whats wrong here.