Tim Jacomb
Tim Jacomb
**Do you want to request a _feature_ or report a _bug_?** Feature The preferred way to manage the version of yarn is now corepack not checking the yarn file into...
I hit a few issues when trying to run this repo. 1. repo.json was super confusing that I had to copy your sample repos.json before I could load repos with...
Ref https://github.com/jenkinsci/jenkins/pull/5916#issuecomment-1186117735 Automatically lint (and fix) files supported by prettier - css - JavaScript - html - markdown - yaml Prettier is an [opinionated formatter](https://prettier.io/docs/en/option-philosophy.html) that can be used to...
Previously it was just looking at the `war` module See https://github.com/jenkinsci/jenkins/pull/6863#issuecomment-1203270149 ### Testing done - I've tested the components - I've clicked through pages looking for JavaScript errors - I've...
Support the triage permission: https://help.github.com/en/github/setting-up-and-managing-organizations-and-teams/repository-permission-levels-for-an-organization With this the user can add labels, request reviews and close / re-open PRs / issues
Is there any reason this isn't hosted with the rest of the plugins on the jenkinsci github org? https://jenkins.io/doc/developer/publishing/requesting-hosting/ @jan-molak
See https://backstage.io/docs/auth/#adding-the-provider-to-the-sign-in-page ```diff + import { githubAuthApiRef } from '@backstage/core-plugin-api'; + import { SignInProviderConfig, SignInPage } from '@backstage/core-components'; + const githubProvider: SignInProviderConfig = { + id: 'github-auth-provider', + title: 'GitHub',...
### Which service(blob, file, queue, table) does this issue concern? ### Which version of the Azurite was used? mcr.microsoft.com/azure-storage/azurite:latest ### Where do you get Azurite? (npm, DockerHub, NuGet, Visual Studio...
[`docker-fixtures`](https://github.com/jenkinsci/docker-fixtures/) has been deprecated for a long time, https://www.testcontainers.org is the recommended replacement. We should switch to it.