IP

Results 20 comments of IP

It can be done with: ``` echo "$(jq '. + {"registry-mirrors": ["https://docker-mirror"]}' /etc/docker/daemon.json)" > /etc/docker/daemon.json ```

Hey! I'm glad I triggered such discussion and really glad so many people know *nix shell. `sponge` isn't included by default in almost all docker containers(frankly I've never heard about...

I have the same trouble but with terraform aws provider. How did you get dns-heaven output?

I have the same issue: note: I do use `checkout scm` as documentation says. Result: - `Send-status-1` not being send - `test-me-again-${BUILD_NUMBER}` is working. - `gitlabBuilds(builds: ['deploy-status'])` does nothing ```...

We have a user 'input' without timeout and that happens each time "Proceed" is pressed after Jenkins restart.

Could it be caused by 'transient' in https://github.com/jenkinsci/gitlab-plugin/blob/1bf706bc807051da7fc4e0843bf4e306888ff743/src/main/java/com/dabsquared/gitlabjenkins/workflow/GitLabCommitStatusStep.java#L77?

I also faced this problem. It just stopped working. UPDATE: Sorry I need to be more specific. I wasn't able to find what had been updated on my side. I...

It also might be beneficial to get id of span and of traceID to enrich trace with data from other tools. Like we have deployment tool being triggered within pipeline...

Yeah it would be extra useful but keep in mind it might expose some sensitive data like tokens or passwords. In general I have a big hope to use this...

Selfhosted GitLab server is also affected - I can't switch branches on WEB UI drop-down list due to parameter is being cleaned each time.