John Patrick

Results 60 issues of John Patrick

I'm happy to do the work but after some discussion at apache commons, I would propose a major version bump for adding module-info into typetools. 1) Any downstream projects using...

### General information * Minishift version: 3.11 * OS: macOS * Hypervisor: n/a ### Steps to reproduce 1. This guide https://docs.okd.io/3.11/minishift/getting-started/setting-up-virtualization-environment.html#for-macos 2. Run the verify command "brew info --installed docker-machine-driver-xhyve"...

component/documentation

### General information * Minishift version: 3.11 * OS: macOS * Hypervisor: n/a ### Steps to reproduce 1. This guide https://docs.okd.io/3.11/minishift/getting-started/quickstart.html 2. Click this link "Creating New Applications" at the...

component/documentation

### General information * Minishift version: 3.11.0 * OS: macOS * Hypervisor: VirtualBox Minishift was working fine for months, then earlier this week it was running, laptop went to sleep...

tweak package url for lts installations.

stale

### Jenkins and plugins versions report Environment jenkins-plugin-manager-2.13.0.jar ### What Operating System are you using (both controller, and any agents involved in the problem)? n/a ### Reproduction steps 1. ENV...

bug

Fixes https://github.com/jenkinsci/plugin-installation-manager-tool/issues/415 The current code ignores JENKINS_UC_DOWNLOAD_URL if specified, as logic above will always result in something else being checked. Other if/else statements might also need to be changed to...

bug

I keep having to use `argLine` then realise it might be useful to add as explicit parameter. 1) `profiles` for every maven command executed. 2) `[pre|post]*Profiles` for every goal parameter.

Another approach to https://github.com/aleksandr-m/gitflow-maven-plugin/pull/244 Adding `gitflow.maven.settings.global` and `gitflow.maven.settings.user` as plugin properties. If `-gs` is already in the `argLine` it is skipped, same handling for `-s`.

The `-gs` and `-s` command line flags are dropped by the child maven command(s) when spawned. When using Jenkins and plugins like [config-file-provider](https://plugins.jenkins.io/config-file-provider/), the settings file is normally dynamically provided...