Günter Grodotzki
Günter Grodotzki
Hmm I am having difficulties replicating the issue. I created a new Bitbucket Server repo (v7.19.1), forked it, and the build immediately started in Jenkins (LTS, latest plugins): ![Screenshot from...
Is this potentially resolved with the current release? (context: https://github.com/jenkinsci/bitbucket-branch-source-plugin/issues/527#issuecomment-986227458)
I don't know currently enough around this to do a comfortable merge - maybe someone else could chip-in? What would help would to have some tests though 😅
@mguillem I think you can be fair enough to give me time to review it properly or add tests for the behavior prior and expected behavior afterwards if you want...
This is related to https://github.com/jenkinsci/github-branch-source-plugin/pull/301 - e.g. currently a error message will popup not being able to create the webhook, even though the creation of that is not required
This might be a bug, the intention looks like it _should_ run on port 80: https://github.com/maptiler/tileserver-gl/blob/master/Dockerfile#L55 So ideally we update that as well, as there should be no reason on...
@ljharb nope I do not explicitly do `set -e` in my shell profile, and unfortunately this also happens with `set +e` I am running a pretty recent bash version on...
> My question is, why does it matter, exactly > other than my prompt, which shows the exit code, showing a 1 Exactly that is the reason :) - cleaner...
This was recommended by aws-support for boto3/aws-cli due to IMDS being a service with rate limits. However, in our case, we heavily use terraform which uses the aws-sdk-go library, so...