Tadas Giniotis
Tadas Giniotis
I can explain the oddity on lines 84-87, since I originally wrote them. https://github.com/hub4j/github-api/blob/7c8a7ff26ebfb31aed3bfdd8f0825ea56142ba4e/src/test/java/org/kohsuke/github/AbstractGHAppInstallationTest.java#L71-L87 The `GitHub` client constructed on line 71 is using the JWT token. Which is appropriate for...
I have a Jenkinsfile that is roughly: ```groovy docker.image(dockerImageName).inside() { rtMavenRun( pom: 'pom.xml', goals: "...", opts: "...", resolverId: '...' deployerId: '...' ) } docker.image(dockerImageName).inside() { rtMavenRun( pom: 'pom.xml', goals: "...",...
The tool failed to correctly add the prefix to a quoted path. After some debugging, I found that the conditional does not match the `"` (quote symbol) on my repository...
# Description Fixes #1467 Add ability to receive and specify App IDs for required checks in branch protection rules. # Before submitting a PR: - [x] Changes must not break...
When I run the spotless maven plugin `check` goal locally, it goes through fine. But in CI, specifically Jenkins, I always get errors: ``` [ERROR] Failed to execute goal com.diffplug.spotless:spotless-maven-plugin:2.43.0:check...