Benjamin Herbert

Results 17 comments of Benjamin Herbert

I just found, Jenkins prints nicely colored if you wrap the step in the following: ``` wrap([$class: 'AnsiColorBuildWrapper', 'colorMapName': 'XTerm']) { sh 'dgr build' } ```

Thanks for having a look. Is it supposed to work at all this way? Maybe my assumptions are wrong. Here are some further observations. All log statements (regardless of build...

I was running it as `dgr build && dgr push`.

Yes, I was confused by the log output. I checked again, using the instructions listed here: https://github.com/blablacar/dgr#push-an-aci-and-run-from-repository. Build & push now works either way: `./dgr clean build --set-env=VERSION=1.2.3 && ./dgr...

I can see a request made to: `POST /aci-dummy-latest-linux-amd64.aci/startupload HTTP/1.1`

@SteveLasker I just stumbled upon this issue and checked the uservoice link, these do not work anymore... :cry: > Note: We will be moving away from UserVoice feedback sites on...

Another workaround: ``` terragrunt apply -destroy ```` Somehow, there seems to be a difference.. It's not only a _convenience alias_ as `terragrunt destroy --help` claims: > terragrunt destroy --help >...

@boranx The documentation says: ["USING DENY_ AS A PREFIX TO SIMPLIFY TESTING" ](https://www.conftest.dev/#using-deny_-as-a-prefix-to-simplify-testing) So I guess it is not implemented for warn...

Hello there, I just ran into this issue as well, as I wanted to resize a disk to 4Ti. This failed, as the storage-class I am using was using cachingmode=ReadOnly,...