Mike Delaney
Mike Delaney
* Module version: 6.3.3 * Puppet version: 4.10.12 * OS and version: Ubuntu 16.04.5 LTS ## Bug description When applying a puppet catalog, I get the following error: ``` Error:...
## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 4.10.12 - Ruby: 2.3.7 - Distribution: Darwin (High Sierra) - Module version: 1.7 ## How to reproduce (e.g Puppet code...
When using the jenkins-slave on macOS, if I supply more then a single label the variable `LABELS` is over escaped/quotes by the time it gets to setting `JENKINS_SLAVE_ARGS` For example,...
I was wondering if it was possible, when using a YAML configuration, to have the date/time inserted as the file name when configuring a `file` appender? here is an example,...
## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 6.17.0 - Ruby: ruby 2.5.8p224 - Distribution: Ubuntu 18.04 / 20.04 - Module version: 7.1.0 ## How to reproduce (e.g...
**Describe the bug** When trying to use this tool with Jenkins (2.361.1), when I try to generate the next version. I get an error about `LibGit2Sharp.LibGit2SharpException: ref '...' doesn't match...
When doing work with groovy files, I'm using [groovyls](https://github.com/GroovyLanguageServer/groovy-language-server). However, doge wants to load [jdtls](https://github.com/eclipse-jdtls/eclipse.jdt.ls). This causes an issue where I get the message: `nvim-navic: Failed to attach to jdtls...
### Jenkins and plugins versions report Environment ```text Jenkins: 2.401.1 OS: Linux - 5.15.0-1029-azure Java: 11.0.19 - Ubuntu (OpenJDK 64-Bit Server VM) --- Office-365-Connector:4.18.0 ace-editor:1.1 analysis-model-api:11.3.0 ansicolor:1.0.2 ant:487.vd79d090d4ea_e antisamy-markup-formatter:159.v25b_c67cd35fb_ apache-httpcomponents-client-4-api:4.5.14-150.v7a_b_9d17134a_5...
As per the v2 API. When you cann 'https://www.hipchat.com/docs/apiv2/method/get_all_rooms', by default it limits the room list to 100. We have over 300 rooms, and so our list is getting truncated....
I have a recipe in which I want to set a unique value for `JAVA_HOME`. I have the following code: ``` class Package < FPM::Cookery::Recipe ... def build environment['JAVA_HOME'] =...