You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin also exposes a testing REST endpoint. If your Artifactory server is available at http://ARTIFACTORY_SERVER and you have administrator credentials 'admin/password', you can try:
curl -X GET -u admin:password "http://ARTIFACTORY_SERVER/artifactory/api/plugins/execute/testConfig"
If the plugin is configured correctly, you should get a response like this if everything is working as intended:
Your response might be a little different, but the essential pieces are getting 'OK' for canConnectToHub and getting a number greater than zero for artifactsFound.