| After I created a new jenkins pipeline that uses gerrit as source jenkins tries to scan the multibranch project to detect all existing branches. Unfortunatelly the scan does not show any branches, even if some are defined in gerrit, which I can see and checkout with regular git commands. In the output I can see the message:
ERROR: [Thu Jul 18 11:42:22 GMT 2019] Could not fetch branches from source 4f2ddb74-16e8-49cb-9ccf-5b9133b60321
com.urswolfer.gerrit.client.rest.http.HttpStatusException: Request not successful. Message: Not Found. Status-Code: 404. Content: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
Does anyone know if this is an existing bug or some missconfiguration of myself? Thanks in advance, Sven |