Erich Mauerböck
Erich Mauerböck
It seems the only field that cannot be persisted in the jenkins.yaml is "Ordered by". Please fix!
Up to 8 columns max. everything works as expected. If I select 9 or more, the actual number of columns jumps to at least 12. Btw. I cannot see any...
Hi. How can the following behaviour be suppressed: I configure a hash of plugins to be installed like so: ` class { 'jenkins': plugin_hash => { } } ` I...
Plugin reports an available update, but no update can be found via plugin manager.
It would be nice to have (filtered?) groups from LDAP users imported on login and synced regularly, so that we don't have to create and assign them manually.
If using the legacy distribution provided docker yum packages (1.13.1) there is no working combination of the following parameters due to wrong regexes in https://github.com/puppetlabs/puppetlabs-docker/blob/c861112cd817a930199cc072ffd3e3e593534712/manifests/init.pp#L546 and https://github.com/puppetlabs/puppetlabs-docker/blob/c861112cd817a930199cc072ffd3e3e593534712/manifests/init.pp#L609 - version (specify...
Hi. I stumbled upon a major issue. Managed dependencies work with fixed versions only, not ranges. I tried to run deps:latest on lerna-script itself, and got the following: ``` C:\dev\tools\nodejs\node.exe...
If deps:sync hasn't actually changed a package.json, it would be much nicer not to rewrite the file at all, just leave it as is, so git wouldn't see a change....
say I have a fixed version dependency of ``` "managedDependencies": { "package1": "1.1.0" }, "autoselect": { "versionDiff": [ "patch" ] } ``` in my release git branch. meanwhile, my develop...