Nils Mahlstaedt
Nils Mahlstaedt
Hi @keegancsmith thank you for your swift answer! I probably did not phrase that question the right way, sorry for that. Let me try again: On https://langserver.org/#implementations-server you have a...
Thank you for your swift answers!
IntelliJ IDEA 2022.2.2 (Community Edition) has no problems to find the `check` test when tasked to run all test in the ` ReproducerTest` Testclass for JUnit-Jupiter 5.8.2 and 5.9.0 Class...
maybe make it one of the pipeline behaviours you can set. Then you could also config the path (maybe ant glob pattern) to search in for report xml's
Hi, The Problem with the bitbucket Docs ist, that they Mix Personal Access Tokens (linked to an Account) and http Access Tokens (linked to a Project). I tried IT against...
Regarding the needed changes to the [git-client-plugin](https://github.com/jenkinsci/git-client-plugin/tree/master) After a first look there is only a single place that would need changes in the GitCliClient. The [launchCommandWithCredentials](https://github.com/jenkinsci/git-client-plugin/blob/master/src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java#L2082) method already handles SSHUserPrivateKey...
An alternative method to the `-c` flag can be environment vars for git versions >=2.31 As per [git-config doc](https://git-scm.com/docs/git-config#ENVIRONMENT) you can set up an env var config like this ```bash...
> Does `git -c http.extraHeader=…` cover Git LFS too, or would that have to be configured separately? Git LFS has [tests that add extra headers to .git/config](https://github.com/git-lfs/git-lfs/blob/d59d2bbbf98b1f350d6f70cc5c0868cb6d80cfc7/t/t-extra-header.sh#L13-L15) but I'm not...
Hi, Yeah this was some time ago. I think i found a was around IT somehow. Thanks for the follow up! goyalyashpal ***@***.***> schrieb am Mo., 20. März 2023, 18:20:...
~still have that issue on linux bysed build hosts in version 2.7.3~ Sorry please ignore that, I meant the [cyclonedx-maven-plugin](https://github.com/CycloneDX/cyclonedx-maven-plugin). There the problem seems to have fixed itself by upgrading...