Samuel Suter
Samuel Suter
> This is awesome, thanks for the PR! We'll give this some time for testing ASAP. Thank you - I did notice that the pipeline parser API is discarding url...
Thanks @pda for taking time to review this! > Also, I'm wondering what led you from docker-compose#^3.x in #1335 to docker-compose?constraint=^3.x I was pondering using the URL fragment, but I...
I would love to start up the conversation on this PR again around proper semver support for buildkite plugins. I am happy to keep iterating on this PR, but I...
"docker volume ls" output: ``` [root@sam7 ~]# docker volume ls DRIVER VOLUME NAME local 5286c12e059dcd4c46a31d01cbcbf255d861a6e3a9871807a1c07e805818f04b local 6333dfba95fa957f3b4a814ff53b7a457abd6c6329b5b029ba01b175e5cfc65f local 9c5df72623e17b3da1709b6c7448b75368d064aa2dda064b762e0435e1a0e12b local cbee150732aa7b42c16a3c20440e152aa6fe3b44fbc75f660f60672a7e21866d [root@sam7 ~]# ```
Debug log: ``` INFO[0000] == docker-volume-netshare :: Version: 0.19 - Built: 2016-07-10T08:08:53-07:00 == INFO[0000] Starting NFS Version 4 :: options: '' DEBU[0008] Host path for 10.47.65.10/mxl/msg_archive is at /var/lib/docker-volumes/netshare/nfs/10.47.65.10/mxl/msg_archive DEBU[0008]...
I'll give this a try for now, but I guess this ought to be fixed in the netshare driver, correct? I tried compiling it myself but the build failed (need...
The workaround with "docker volume create" works. One note though: You now need a colon to separate host and directory as this no longer goes through nfsDriver.fixSource(). So it's actually:...
I've been asked to document our specific topology in here (ref: https://kubernetes.slack.com/archives/CD6U2V71N/p1588804729193200) Our starting point in the account is that a Direct Connect Gateway (DXG) exists. What we would need...
A build step fails if any of your commands return a non-zero exit code. I assume cucumber is returning non-zero if there are failed tests? Are you by any chance...
I just wanted to highlight with my response that there isn't too much special about how Buildkite handles things. If you have a step like this for example: ``` steps:...