Geraint White

Results 85 comments of Geraint White

@monkeysuffrage did you figure this one out?

I found a really good proxy lib that I'm using instead that handles HTTP/HTTPS out of the box: https://github.com/alibaba/anyproxy. It might be too heavy or non-configurable for what you want.

Jenkins logs: ``` Feb 25, 2020 4:52:03 PM INFO com.dabsquared.gitlabjenkins.util.CommitStatusUpdater retrieveGitlabProjectIds Retrieving gitlab project ids Feb 25, 2020 4:52:03 PM INFO com.dabsquared.gitlabjenkins.util.CommitStatusUpdater retrieveGitlabProjectIds Build does not contain build data. Feb...

I believe it's because the plugin doesn't have SCM info until after the SCM checkout in multi-branch pipelines, whereas it should be able to send pending as soon as the...