INFO: Loading property: 'session.validationinterval' : '2'
Jan 15, 2020 4:46:10 PM com.atlassian.crowd.service.client.ClientPropertiesImpl loadAndLogPropertyString
INFO: Failed to find value for property: cookie.domain
Jan 15, 2020 4:46:10 PM de.theit.jenkins.crowd.CrowdSecurityRealm$DescriptorImpl doTestConnection
SEVERE: The connection check failed.
com.atlassian.crowd.exception.InvalidCrowdServiceException: The following URL does not specify a valid Crowd User Management REST service: http://servername:8095/rest/usermanagement/1/search?entity-type=user&start-index=0&max-results=1&expand=user
Hi @yoki89
Thank you for reaching out to Atlassian Community!
I assume that your problem is related to connecting Jenkins with Crowd as you are getting `InvalidCrowdServiceException`.
This error is being thrown if the response does not contain following HTTP header
X-Embedded-Crowd-Version
I've noticed that your URL starts with:
http://servername:8095/rest/
and does not contain /crowd context path. Although it is possible to run Crowd without /crowd context path, can you check if the URL is correct? Perhaps you could check if header I've mentioned is being sent by running:
curl -v http://servername:8095/rest/usermanagement/1/search?entity-type=user&start-index=0&max-results=1&expand=user
Best Regards,
Marcin Kempa
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.