Sometimes we experience a drone pipeline failing due to a lack of disk space, but there is a lot of space. We use docker images for running drone infostracture. The console command: My assumption may be due to the docker container’s limitations, and we need to configure it somehow manually. Any suggestion on how to fix it? Answer We have
Tag: continuous-integration
Local CircleCI reports “Unexpected environment preparation error: error looking up self container id: Found multiple cgroups for outer container”
I am getting the following error when I run circleci build locally on Ubuntu 18.04. The build runs perfectly inside the hosted CircleCI. CircleCI version: Docker-ce version: I installed Docker exactly as specified on the website, including setting the usergroup. I used the instructions here to install CircleCI, which is this command: sudo curl -o /usr/local/bin/circleci https://circle-downloads.s3.amazonaws.com/releases/build_agent_wrapper/circleci && sudo chmod
How do you make a Concourse Linux Machine read executable files? (chmod style)
I am trying to get my Concourse CI Linux VM to run a shell script. But i keep getting the same error: I fixed this locally (non VM, on a Mac) with chmod +x path/filename.sh to make it executable and adding !#/bin/sh to the shell script. But i dont know how to get Concourse/VM to know that it’s an executable?
Differences in build on Jenkins?
I configure Jenkins to build a project from git, i’m using maven: However, the project build is incomplete: In a terminal the build occurred correct: In both case no error occurs and a build is finished with sucess. I don’t know exactly, why the differences are happening. Answer I was making two mistakes: 1 – At the first time I
saving build data only in slave node Jenkins
I set up slave node in Jenkins. However when I am running job in slave node, I realized that build data, workspace and log information are still save in master node(Jenkins server). Is there a way to save this data in slave node instead of master node? Answer The job workspace is not saved to the master, unless you mark