Marc Guillemot

Results 12 issues of Marc Guillemot

This PR fixes the problem of notifications beeing not sent to Bitbucket at the end of a build causing BitBucket to show for ever "1 Build in progress". Steps to...

needs-manual-testing
enhancement

Allows to have the configured informative test names in the reports instead of the test method signature (like `1: fib(0) = 0`, ..., `7: fib(6) = 8` instead of `fibonacci(int,...

Ensure that every failed test is reported by the `LegacyXmlResultFormatter`. Currently failures in `@BeforeEach` with a `@TestFactory` are not visible in the XMLreports. Possibly not fully correct `classname` and `name`...

I'v discovered the junit-expected-diff-plugin for a few weeks and the idea is so good, that it seems to me that something similar should be built-in directly in the junit-plugin. https://github.com/usultis/junit-expected-diff-plugin...

enhancement
help wanted

This is an integration test illustrating the regression. It doesn't fix it. Following this checklist to help us incorporate your contribution quickly and easily: - [x] Make sure there is...

According to the log (and my understanding of the code), it seems that a new certificate is requested for each route, even if the host name is the same. This...

**Actual behavior** With `v1.9.2-debug` pushing a (quite large) image to Nexus fails with following message: ``` 09:57:26.594 error pushing image: failed to push to destination svr-nexus01.#masked#:8128/#masked#: PATCH https://svr-nexus01.#masked#:8128/v2/#masked#/blobs/uploads/e92e4712-9a8b-4624-9bf2-22bb84d72065: UNKNOWN: unknown...

kind/bug
priority/p1
priority/p0
area/registry
regression
regression/v1.9.1

This change adds the possibility to provide ini SQL files in /docker-entrypoint-initdb.d (only for 10.1 in a first time). This is really useful to provide images with an initial state...

pr/missing-review

Allows access to information about workspaces through the API. No need to parse HTML output anymore. Exports WorkspaceRunAction class and new value object with workspace information. - [x] Make sure...

## [JENKINS-64844](https://issues.jenkins.io/browse/JENKINS-64844) - Provide credentials during checkout Start support for partially cloned repos This is a first draft for review to allow to perform checkout using credentials as required for...