Another CI/CD pipeline tool, similar as Travis CI.
Questions tagged [buildkite]
51 questions
0
votes
1 answer
How do your restart a buildkite agent
What is the command to restart a buildkite agent?

cam
- 129
- 1
- 12
0
votes
1 answer
How to add access control in buildkite for repository/pipeline level?
My organization deploy source code on github org account and uses Bulidkite as CI/CD tool. Any one who has access to Buildkite project can trigger a build for any repository pipelines. Is there a pipeline/repository access control in Buildkite to…

Joey Yi Zhao
- 37,514
- 71
- 268
- 523
0
votes
0 answers
How to install Docker 18.09 on Ubuntu Artful (17.10)
The Docker repository (https://download.docker.com/linux/ubuntu/) doesn't seem to have higher than 18.06 for Artful. Is there a way to install 18.09? I need that for Buildkit support as right now I'm getting buildkit not supported by daemon when…

lfk
- 2,423
- 6
- 29
- 46
0
votes
1 answer
Buildkite Windows agent - hook scripts location
Does anybody know where I should place my buildkite global hook scripts on a windows agent machine?
I place it in the hooks folder as specified in the buildkite-agent.cfg ... But it does not work.
It works just fine when using an Ubuntu agent!

shwz
- 426
- 1
- 6
- 22
0
votes
1 answer
zsh prompt wrapping to a newline after adding buildstatus
I'm attempting to add my Buildkite (ci build server) project status to the zsh prompt! I've written a ruby script that pulls the status and puts it into a colon separated file in the following format:
# .buildkite_status
project1: √
project2: x
The…

mark
- 833
- 8
- 21
-1
votes
2 answers
Got an error while Ansible ping from host to remote server via jump server
I got an error while trying to run a command " ansible -m ping uat" but I can ssh from my host computer to remote server via jump server.
I have used Mitogen for speed up. Please see the below logs getting while running the ansible ping command…