Ken Rachynski

Results 14 comments of Ken Rachynski

> * For the "random branch" thing ... using `git clone --mirror` doesn't _allow_ you to specify which branch to check out, because if the copy you're making is into...

> * Using a complex pattern like `--convert-to-git-lfs '*.{csv,pdf,xlsx}'` works for BFG (in that all of those files end up being converted to LFS objects), but the pattern doesn't work...

I just ran into this behaviour today and was going to ask how to cancel that sync. This is my log today ``` Ement: Response arrived after 30.68 seconds. Reading...

Oh, sorry. I did follow the guidance on setting emoji fontsets. This is GNU Emacs 28.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.37, cairo version 1.16.0) The display name is ๐Ÿ‡จ๐Ÿ‡ฆ๐Ÿดโ€โ˜ ๏ธPoฯั—ล‹ั•ากi๐Ÿดโ€โ˜ ๏ธ๐Ÿ‡จ๐Ÿ‡ฆ-The-Mandalorian

I am also running into this on 0.55.13. We're using Jenkins and the AWS Pipeline plugin (jenkinsci/pipeline-aws-plugin) which provides the credentials to our build session as Environment Variables only. There...

I've been digging into the plugin and GitLab itself in relation to [jenkinsci/gitlab-branch-source-plugin#340](https://github.com/jenkinsci/gitlab-branch-source-plugin/issues/340) and wonder if there's a roundtrip that's failing here. GitLab's [documentation](https://docs.gitlab.com/16.1/ee/administration/system_hooks.html#hooks-request-example) says that the header is supposed...

Unless there is an actual roundtrip with the system hook, this is probably a red herring.

I am seeing the same behaviour here. Jenkins: 2.414.1 OS: Linux - 5.15.0-73-generic Java: 11.0.20 - Eclipse Adoptium (OpenJDK 64-Bit Server VM) --- Office-365-Connector:4.20.0 active-directory:2.33 amazon-ecr:1.114.vfd22430621f5 analysis-model-api:11.7.0 ansible:253.v4fe719ffdd8a_ ant:497.v94e7d9fffa_b_9 antisamy-markup-formatter:162.v0e6ec0fcfcf6...

System log shows the following ``` Sep 11, 2023 8:17:27 PM WARNING io.jenkins.plugins.gitlabbranchsource.GitLabHookCreator register Could not manage project hooks for krachynski/temperson on https://gitlab.company.local org.gitlab4j.api.GitLabApiException: Invalid url given at org.gitlab4j.api.AbstractApi.validate(AbstractApi.java:678) at...

Further investigation suggests that GitLab might be trying to test the hook out after creation and it's sending a header that doesn't match what the plugin expects or what GitLab...