Allan Burdajewicz
Allan Burdajewicz
Sorry about that. I tried to follow the issue template of the project. I can make it more visible.
Quickly proposed https://github.com/jenkinsci/azure-sdk-plugin/pull/232. I don't have an env to test this though.... Note: As a workaround, maybe a `|` delimited string can be added to `"Manage Jenkins -> Plugins ->...
ping @donmccasland
From https://cloud.google.com/compute/docs/instances/viewing-compute-operations#operation-retention-period: > While querying operations, keep in mind that completed operations are automatically removed from the database after a certain period. > Compute Engine retains completed operations for at...
It thought it could help to prevent scenario where someone generate bundle and share it somewhere without paying attention of currently enabled customer loggers. Though they should since it is...
@j-koehler Is it possible that you have several Cloud configured with the same `...` ? You may run a groovy script like the following to double check on this from...
@ironcerocloudbees What I mean by singleton is a some kind of "Holder" for the generator Thread. To avoid creating new a `SlowRequestThreadDumpsGenerator` threads if one of them is actually still...
@PrimosK `langchain4j-embeddings` also has enforcer issues. Should this be a distinct issue or can it be handled here ?: ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.5.0:enforce (enforce) on project ci-catalog-server:...
Thanks! 1) I can't reproduce the security problem. 2) Reproducible. Actually that comment made me think about `credentials.helper`, and when getting rid of it, actually even a branch build `checkout...
Allright, so actually this cannot work .. In `GitSCM`, the `GitSCMExtension` decorates the `GitClient` first and then it set the credentials if a credentials ID is provided https://github.com/jenkinsci/git-plugin/blob/git-5.2.2/src/main/java/hudson/plugins/git/GitSCM.java#L929. It's been...