CJ
CJ
Does anyone actually have this docker file working? I'm curious as to the changes needed. I've iterated over fixing errors for a few hours now and no-go. Thanks, CJ
``` Failing to obtain http://my.jenkins.server.com/computer/opsbibackupsac/slave-agent.jnlp java.io.IOException: Failed to load http://my.jenkins.server.com/computer/opsbibackupsac/slave-agent.jnlp: 401 Authorization Required at hudson.remoting.Launcher.parseJnlpArguments(Launcher.java:236) at hudson.remoting.Launcher.run(Launcher.java:198) at hudson.remoting.Launcher.main(Launcher.java:171) Waiting 10 seconds before retry ``` Having an issue where the...
Thanks again for this library. It's pretty awesome and fulfilling a big need. After implementing #12, the process output is extremely valuable. I'm wondering if there is a good method...
Greetings - I'd like to add the Job Output to the packet that is sent to logstash. Has anyone done this before? Happy to figure it out, but don't want...
Would like to blacklist package names via API call rather than Config. This would be for consistency and integration with other systems.
Trying to mirror a private package with NPM lazy. This package is hosted on a local server and is only accessible via SSH. I've tried a few different incantations, but...