Mark Waite
Mark Waite
## Merge request merged to target branch - HTTP 404 An HTTP 404 is reported when a merge request is merged to its target branch. The build runs as expected...
## Freestyle job definition I was using. The job definition that I was using for the tests is included below. Click for more details <project> <actions/> <description/> <keepDependencies>false</keepDependencies> <properties> <com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty...
> @MarkEWaite I have removed the residual RESTEasy dependencies in Spotbugs and Dependabot via [340c333](https://github.com/jenkinsci/gitlab-plugin/commit/340c333acd9e581a763fb8d09e171ff884fe7408). We may need to test again to see if such removals are effective in getting...
> @MarkEWaite I don't think there is any trace of RESTEasy in the codebase of milestone 2. If something like that would have been there @krisstern would have easily found...
## New branch - read timed out When I pushed a new branch (no merge request, just push of a new branch), the log reports a read timeout on a...
## New push to existing branch - socket read timeout When I pushed an additional commit to an existing branch, a socket timeout was reported. This is the same case...
> > > @MarkEWaite can you increase your readtimeout to 60 in Jenkins? I think that should help. > > > > > > We will need to put in...
> @MarkEWaite so the plugin is working interactively, but we get SocketTimeoutException in the logs? Correct. The job runs as expected and builds the expected change, but reports the timeout...
> @MarkEWaite @krisstern the setCommitStatusPendingIfNecessary is causing the logs! I think there should be some problem in the method in RESTEasy version of plugin too. I am seeing an additional...
> Seems like we still need to do some debugging before this PR can be merged, but it is a good start The master branch will also need to be...