Nick Carpenter

Results 5 issues of Nick Carpenter

See line : https://github.com/chef-cookbooks/jenkins/blob/8e7f33f45cd8ca115bd5f9721c4bd220552a1ccc/libraries/slave.rb#L198 All it needs is to go from: ``` #{convert_to_groovy(new_resource.name)}, ``` to ``` #{convert_to_groovy(new_resource.slave_name)}, ``` Will see if I can get a PR in.

@pburkholder suggested I opened something here, maybe put in the readme. But before opening the PR - wanted to see if you wanted the link. https://github.com/ebsco/iisposh We were able to...

**First issue:** [This official doc page](https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-schema.html#schema-properties-handlers-create-timeoutinminutes) page maps to [this in github](https://github.com/aws-cloudformation/cloudformation-cli/blob/master/doc_source/resource-type-schema.md) and they are not equal. The latest change was from 1 year ago, why is it out of...

documentation

See [JENKINS-67725](https://issues.jenkins.io/browse/JENKINS-67725) for more context. - [x] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch! - [x] Ensure that the pull request...

We have looked into this issue extensively. We are not using a polling mechanism, but using knife winrm to execute chef-client runs. We are using a special exit code to...