Quantcast
Channel: CircleCI Discuss - Latest posts
Browsing all 14909 articles
Browse latest View live

Using pipeline parameters

Hi @danpalmer, If I understand you correctly you want to run specific parts of a pipeline via the API, depending on paramters you provide in the API call. This is possible using what we call...

View Article


Can anyone explain why my job is not running on a tagged build

Thanks @levlaz. So easy to miss. I really miss circleci 1’s ‘always run a task unless filtered not to’ semantics

View Article


Image may be NSFW.
Clik here to view.

Join us for our inaugural Open Circle Sessions with CircleCI Product

circleci-sessions-black1280×341 21.6 KB DATE and TIME: 2020-03-26T19:00:00Z Open Circle Sessions enable CircleCI community members to interact directly with CircleCI teams and employees to discuss all...

View Article

Join us for our inaugural Open Circle Sessions with CircleCI Product

View Article

Can anyone explain why my job is not running on a tagged build

For sure, I have banged my head against my desk many times for little things like this. I am glad you got it sorted out.

View Article


Python tox doesn't build anymore

Thanks for sharing your workaround!

View Article

"Too long with no output" on job that completes

I managed to isolate which specific test suite was hanging and also determined that it needed the --runInBand flag to run correctly. still don’t know why this only happens in ci.

View Article

"Too long with no output" on job that completes

CI executes in a non-interactive non-login shell, which is very different from a login shell. Depending on the specific tools that you are using, this can sometimes lead to the situation that you...

View Article


New Python Convenience Image Public Beta

A Node.js variant for this image has been enabled: - image: cimg/python:<version>-node

View Article


New OpenJDK Convenience Image Public Beta

A Node.js variant for this image has been enabled: - image: cimg/openjdk:<version>-node

View Article

New PHP Convenience Image Public Beta

A Node.js variant for this image has been enabled: - image: cimg/php:<version>-node

View Article

New Rust Convenience Image Public Beta

A Node.js variant for this image has been enabled: - image: cimg/rust:<version>-node

View Article

New Ruby Convenience Image Public Beta

- image: cimg/ruby:<version>-node

View Article


Builds failing on JQ orb with 403 respose

My companies builds are repeatedly failing to complete due to the JQ orb encountering a: curl: (22) The requested URL returned error: 403 Forbidden response during the execute of the JQ orb portion of...

View Article

Docker-compose not outputting from child - fixed with new binary

Hey all, We’re running a CI pipeline starting with the docker image “circleci/node:12.13.0” and recently started seeing some weird behavior. We bring up a docker cluster with docker-compose to run a...

View Article


Skip a step in a job if cache is found

I tried searching the documentation if there is a simple way to skip a step if the cache was resolved successfully. Any solution for that?

View Article

Environment variable set to the number of available CPU's

I can confirm this. It is impossible to get the CPU count in the bash: cpuset=$(cat /sys/fs/cgroup/cpuset/cpuset.cpus) limits=(${cpuset//-/ }) TOTAL_CPUS=$((${limits[1]}-${limits[0]}+1)) echo "CPU...

View Article


Builds failing on JQ orb with 403 respose

I had the same issue, twice this afternoon. The error was different though curl: (22) The requested URL returned error: 403 rate limit exceeded

View Article

Builds failing on JQ orb with 403 respose

Interesting. I’ll ask around to see if its a rate limit issue for us as well. Too many happy CiricleCI customers using jq… Maybe they need their own CDN for resources their users will hit a ton.

View Article

Tools unable to determine the proper worker count

It is impossible to determine the proper usable CPU count currently. This leads to problems like here: https://github.com/facebook/create-react-app/issues/4870 When building a react-native app this is...

View Article
Browsing all 14909 articles
Browse latest View live


Latest Images