Tim Jacomb

Results 1014 comments of Tim Jacomb

> Please note that this requires release.ci.jenkins.io to be migrated (in https://github.com/jenkins-infra/helpdesk/issues/2844) to a private cluster to achieve "enough" trust for the underlying infrastructure. Migrating to a private cluster should...

FWIW the proper way of doing this would be with an Azure AD account which would have 2fa on it. https://learn.microsoft.com/en-us/azure/postgresql/flexible-server/concepts-azure-ad-authentication You enable AD auth like so: https://github.com/hmcts/terraform-module-postgresql-flexible/blob/7a51169a92d62aaff78286a67e7ceb0d5eb38a44/pgsql-flexible-server.tf#L64 Set up...

You can get it from this: https://api.github.com/repos/jenkinsci/theme-manager-plugin/readme?ref=master

Worth looking at something like: https://github.com/hypermodules/changelog-parser I assume, although can't remember if changelog comes from here or plugin site api?

Guidance wise I think related to https://github.com/mi6/ic-design-system/issues/751 but an extension as thats just components and none of the patterns have code examples

I've tried with: 1. `ssh-keygen -t rsa -b 4096 -m PEM` 2. My original RSA formatted key I had 3. An openssh format RSA key On each of them I've...

Could you provide a full plugin list? Its possible you have a dependency conflict and the dependency update exposed it. I can't see any other plugin using this dependency though