Mark
Mark
This is because [the `engines` field](https://github.com/cjpatoilo/banner-cli/blob/c8d7062f8325ec2c062d2d670d162b901b308f12/package.json#L55-L58) is restricted to Node 12--so any other versions will produce the warning. I got this same warning when using node 14. But I've verified...
Think I've found a way. Looks like I was incorrectly assuming that what was returned from `build.get()` was the job (per code snippet in https://github.com/silas/node-jenkins/issues/102#issuecomment-770305686, which has it assigned to...
@silas Just stumbling upon this issue. Thanks for posting that code snippet above--it really helps. However, am I correct that it's missing code that would handle a possible build failure?...
Oh ok that makes sense. So I'm guessing I can't use the `err` in the callback for [`jenkins.job.build()`](https://github.com/silas/node-jenkins#jenkinsjobbuildoptions-callback)? since that doesn't seem to represent the build failing. If that's true,...
Any word on this enhancement? I would like to do the capture groups mentioned above.
Came here to post an issue about this. > The log file is removed due to security concerns. You can view logs by running the `gpclient` command in the Terminal....
Does a more detailed error show up in the logs? The log file has been removed (see https://github.com/yuezk/GlobalProtect-openconnect/issues/135#issuecomment-1080158798) so it can no longer be viewed. So the only way to...
Also ran into this issue with `fixRequestBody` 😞
Yes! This is an amazing feature and I do plan to tackle it soon. I've just been so busy but I will make sure to prioritize this in my todo...
This is very helpful @WebReflection. It looks like I may have some time to try to tackle this in the next couple of weeks (if @keithamus and his crew don't...