Sam Gleske

Results 107 issues of Sam Gleske

Tools...Options creates the default keyfinder.ini when it doesn't already exist; but, it overwrites an existing one (throwing away any changes) if you do it a second time. It might be...

bug

Read through Nexus source code and security settings. Determine the best way to keep settings stored in configuration as code. Desired format is JSON like repositories.

Roles are granting permissions through privileges. Users are granted permissions by being assigned to roles. Role types include: - [ ] Nexus Role - [ ] LDAP Role

Listed under security. Privilege types include: - [ ] Application - [ ] Repository Admin - [ ] Repository Content Selector - [ ] Repository View - [ ] Script...

Right now, `init.sh` only supports [`java`](https://github.com/KostyaSha/yet-another-docker-plugin/blob/80c991f821c3a68354e8c744c9fd876810f88e28/yet-another-docker-plugin/src/main/resources/com/github/kostyasha/yad/launcher/DockerComputerJNLPLauncher/init.sh#L80) and depends on the `$PATH` to sort out which version. In the SSH launcher, the `java` binary path can be specified. It would be...

Research https://github.com/jenkinsci/github-pr-coverage-status-plugin

research

# Bug This fails only on the first scan of Jervis if multiple builds in occur parallel. Once the artifacts are fetched this is no longer the case. This problem...

bug
upstream

There's two ways. The user who caused the build is stored in a variable. ```groovy println "JENKINS_USER: ${JENKINS_USER}" ``` A more manual method for determining the user who triggered the...

research