Branches filtering does not work properly with ignore attribute
Hi @sykac, welcome to Discuss! The situation you described is possible and the workflow you provided is close to the setup needed to accomplish it – I think you just had some spacing issues. I believe...
View ArticleGradle Orb with alternative caching strategy
Hi, I’ve created a new orb for Gradle. It is based on the official CircleCI Gradle orb, but applies a different caching strategy. In a nutshell, it looks into the git history for changes to the Gradle...
View ArticleTimestamps on build logs [repeat request]
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleTimestamps on build logs [repeat request]
Hi @vladistan thanks for posting! I don’t see another post from you but welcome to our community. Can you tell me more about where you’re trying to see timestamps? And do you mean timestamp as in...
View ArticleTimestamps on build logs [repeat request]
Here is the other post, it was not by me but by another user: Timestamps on build logs What I am looking for is just to have a time and date on each line of the build log showing when this line was...
View ArticleGradle Orb with alternative caching strategy
Very cool. If many people agree that this is a better caching strategy, you might want to submit it as a PR to the official orb.
View ArticleDocker Hub rate limiting - how to prepare?
Starting November 1st, Docker Hub will change ToS and rate limit anonymous users to 100 image pulls per hour. The CircleCI convenience images are all hosted on Docker Hub and looking at our own runs...
View ArticlePossible to set a maximum build time limit?
Using workflows (2.1), is it possible to specify a time limit for builds, after which CircleCI cancels/fails the build? A recent bug in a build tool meant that a build job that normally would take 5...
View ArticleBranches filtering does not work properly with ignore attribute
Oh, this was a stupid mistake but didn’t get any errors/warnings anywhere thus I didn’t see it for hours. Thanks.
View ArticleGradle Orb with alternative caching strategy
Thanks, that is a good idea. I assume that the official orb can not apply this strategy unless Gradle adds proper support for cleaning up unusted dependencies (the part which now runs on internal...
View ArticleCan not view which tag that triggered build
@Kate_Catlin Here are screenshots of one row from the pipelines view, its associated workflow with one job, and that job detail view (please let me know if I don’t have the terminology correct). The...
View ArticleSkip build but for specific branch?
Hi and welcome @rankinit ! Thank you for writing in! Unfortunately, there’s no way to specify “ignored branches” in your commit message. If your workflow kicks off with a single job, you can filter by...
View ArticleDocker Hub rate limiting - how to prepare?
Thank you for posting @_joe! We are working on answers to all of these questions, and will update as soon as we can. We know how important this is. I will update you here when I know more.
View ArticleDocker Hub rate limiting - how to prepare?
For our OSS project, while the number of pulls from CI jobs can exceed the current limits, the number of triggered CI workflows is well below this. It would be nice if dependent jobs in a workflow...
View ArticleCaching Docker Base Image in CircleCI
We are in the same boat; speeding up builds by caching the env is a tradeoff with larger image sizes. Status: Downloaded newer image ... pull stats: download 2.226GiB in 26.833s (84.94MiB/s), extract...
View ArticleDocker Hub rate limiting - how to prepare?
The problem is that you have no knowledge what other users are doing on the shared hosts, just for the fun of it I could create a job to pull a hundred different images in a few seconds breaking...
View ArticleBuild times increasing over time?
We had a bunch of unused environment variables set up in CCI. I deleted all the unused ones and the time overheads for the steps have gone from about 15 seconds to 0 seconds, like in the older job I...
View ArticleDocker Hub rate limiting - how to prepare?
_joe: The problem is that you have no knowledge what other users are doing on the shared hosts, just for the fun of it I could create a job to pull a hundred different images in a few seconds breaking...
View ArticleAll jobs have 'Terminated-Unknown' status and unable to cancel workflow
Hi all, I am fairly new to CircleCI and hope to get help regarding the issue mentioned in topic. Context: Pick up an existing project A in Bitbucket, having a config.yml set up previously with most...
View ArticleCircleCI not able to checkout public repo
We are using CircleCI for our open source project. From last few days the build is failing for one of the repository. It is not able to checkout the code and error says Permission denied (publickey)....
View Article