Günter Grodotzki

Results 42 comments of Günter Grodotzki

Yes, AMIs are shared across accounts so they can be managed centrally and independent. Running the script multiple times would not help because I'd still have to somehow create a...

my mistake, CNAME is already handled correctly by the dns server (resolver). So only a explicit "CNAME" request might be missing for those records that are not pointed towards an...

I would expect that at least the `has()` function would be able to catch this? ``` echo '' | jq -e 'has("foobar")'; echo $? 0 ``` because clearly that is...

I think this is the default behavior also for EC2. I see an option with EC2 that you can automatically rollback on failures, but I have never tried that out....

Is this not quite risky currently on automated builds? Not sure why but also have been seeing way more errors than with the old method: ``` [2022-07-21T09:16:04.943Z] Step 15/15 :...

Ah you are right. So without verbose it will basically not even display any info? So if a plugin install fails after retries it will exit with > 0?

maybe a general utf8 code cleanup? (e.g. enforcing utf8mb everywhere)

Looking at this: https://github.com/jabberd2/jabberd2/blob/master/storage/authreg_mysql.c#L46 it should be configurable, or at least set to a much lower value (maybe max 128?) to realistically fit in mysql with utf8mb

would be great if we could get "zero downtime" ssl cert reloads

I never was able to get this working reliably - even with the github-branch-source plugin. It _might_ be a limitation in the design how Jenkins handles events. Usually what I...