Sam Gleske

Results 397 comments of Sam Gleske

Yay, I may come up with a PR this week :)

The following seems roughly equivalent for `--no-progress` options. ``` curl -sS wget -nv ```

I don't mind using long double-dashed options. As far as wide support, I don't know. I'm using curl and wget on Mac and I know those options exist on Linux...

@PeterDaveHello thanks for including me. I have given some feedback on your PR. I'll test it fully when I think it is ready. I accidentally forgot about this issue which...

I have decided to create a generic solution for myself that applies to any utility and any CI. https://github.com/samrocketman/home/blob/main/bin/reduced-log-run.sh Here's some example usage ```bash reduced-log-run.sh -- nvm install thing ```

> Do we know if this'll be implemented at all? It's been a while since an update (to the query). If you have bash available in your multiprocess container then...

Related to #170. Better bootstrap of long running Jenkins instances is my line of thinking.

### Does not require JCasC support All of the code and implementation would exist in this repository. ### Example implementation `hudson.util.Secret` is a core Jenkins API. You could edit the...

### How I would bootstrap new environments I would have a `$JENKINS_HOME/init.groov.d/init-jcasc.groovy` initialization script which would do the following. 1. In AWS, there would be an instance role to AWS...

What are your thoughts on my proposed solution? I could open a PR but I might need help with mocking/testing as that's an area where I'm weak. I could compile...