Could not find method id() for arguments [org.scoverage] on root project...
Ok, I’ve found the issue executorType: machine is the problem. It failes build. I set executorType: machine in order to use test containers. Following this recommendation:...
View ArticleCheckout_code Script Broken
I’m having a similar issue. Any fix or workaround for this?
View ArticleHow to debug webpack job that stops prematurely but is marked as a success
We are having the same issue as well, are there any updates on this?
View ArticleSharing xcode derived data folder across jobs / workflows
That (or something like that) would be AMAZING. For what it’s worth, caching derivedData in a way that xcode wouldn’t immediately invalidate is something Bitrise claims to have solved:...
View ArticleShow absolute datetimes instead of "X days ago" with hover
I want to see if two jobs ran at the same time (to check for interference), so I would like to see the time started and ended not only for the job, but for the steps as well. The exact times please.
View ArticleAPI for triggering new builds no longer sends build_parameters
Hey, The request for triggering new builds through the API no longer sends build parameters as environment variables to the builds. This seems to have been working last week but has been broken since...
View ArticleAPI for triggering new builds no longer sends build_parameters
Hi @thepont - we’ve slowly been deprecating the 1.1 API for triggering jobs in favour of the 2.0 endpoint: https://circleci.com/docs/api/v2/#circleci-api. You can find out deprecation notice here:...
View ArticleError on checkout step
Hi @felipe - can you confirm when this job was run, and if you are attempting to rerun it? There was a small interruption with checkout commands on Friday that affected a small number of checkouts -...
View ArticleNew UI (workflows) missing cancel/re-run options, PR link etc. from workflow
First of all, I see the new UI lately evolving into being more usable and I find myself opting out of it less often recently. Great job and nice how you roll it out, I like that. There is just a...
View ArticleFrontend - Job Failure does not enable the "rerun" functionality
on the job page (https://app.circleci.com/pipelines/github/$org/$project/$id/workflows/$workflow_id) if a job fails, the dynamic frontend code does not allow the Rerun -> Rerun Workflow From Failed...
View ArticleError on checkout step
I’ve pushed a lot of commits yesterday with different attempts to fix this. Strange thing is that when I’ve added a step with such a command before checkout: mkdir ~/.ssh && touch...
View ArticleSharing xcode derived data folder across jobs / workflows
You could probably do something along the following lines: - run: find ~/Library/Developer/Xcode/DerivedData -exec touch -t 2004210000 {} \; || true If you place this step after your cache restore,...
View ArticleWhere does CircleCI get ssh keys from since I don't have add_ssh_keys in config?
After running tests, we deploy our app with Capistrano. Just today we ran into an issue where that task was failing with: SSHKit::Runner::ExecuteError: Exception while executing as user@staging:...
View ArticleTrying to enable pipelines on a project without success
Hi @amitz, that’s great to hear your issue is resolved. The VCS should be lowercase such as github. Thanks for calling that out, I’ll be sure to relay this experience with our teams internally. Happy...
View ArticleTrying to enable pipelines on a project without success
Not the VCS. The issue is with the repo name. If the repo is called e.g. myservice, both UIs (old and new) will be have more or less the same If the repo is called e.g. MyService, the behavior on each...
View ArticleGit rev-list --count develop..$CIRCLE_SHA1 returns 0
On CircleCI use the full commit sha1 instead of branch names For example, the sha1 for the develop branch using bash DEVELOP_SHA1=$(git rev-parse origin/develop) Then LATEST_COMMIT_SINCE_DEVELOP=$(git...
View ArticleError on checkout step
Hi! Thank you for your reply @gmemstr The problem started 4 days ago, but the error is still happening. I just created a new branch, a new commit and pushed it, but it failed with the same error. I...
View ArticleSharing xcode derived data folder across jobs / workflows
This seems to work. Just that the touch command takes around the same amount of time saved in the build step So it would still be great if the files was restored in a correct way instead of having to...
View ArticleFrontend - Job Failure does not enable the "rerun" functionality
Thanks for the report @tobypinder , making a bug card!
View Article