Conditional expression bash script
Hi Andrew, You cannot run your config as is. However, you can use the when attribute together with on_success and on_fail values to achieve your desired goal. You can have a look at some examples...
View ArticleReact test component fails in CircleCi and success locally
I wrote a simple test to my App component and the test pass in my local environment, but in CircleCi fails and throw this message: Cannot find module ‘./containers/signup_signin/signupsignin’ from...
View ArticleMissing dependency in maven multi-module project
i can confirm this works in my maven multi-module project, too. Thank you @ron190 However, it would be very cool if it would behave the same as if it were ran on my local machine (where a simple mvn...
View ArticleMax number of workflows per config
This sounds like you could make use of matrix jobs,which we added recently. FWIW we have rolled back the limit in question and are rethinking it right now. There is still going to be an upper limit on...
View ArticleNew UI wrongly redirecting
TL;DR - It looks like the new UI has a wild redirect when trying to add a user key. Whilst using the new UI me and my team tried adding a user SSH key by clicking the button “Authorize with GitHub”....
View ArticleNew UI is loading forever and sometimes blanks out
Hi, the new UI hasn’t been a success from my side, it often takes a very long time to load, for example when trying to look at all the builds for a specific branch at...
View ArticleMissing dependency in maven multi-module project
Remove your dependencies in your local .m2 then retry, it should fail too in your machine Usually I stay to this principle: when my pipelines are red in the cloud then I try to figure out what I’ve...
View ArticleNew v2 API Endpoint: job approval
We have a new API endpoint available to allow you to approve jobs programatically. The endpoint is: POST /api/v2/workflow/:id/approve/:approval-request-id You can find the approval_request_id of the...
View ArticleCircleCI Test Summary not working
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleReact test component fails in CircleCi and success locally
The problem is solved, it was some folders not updated after my commits to Github repo
View ArticleWorkflow steps running despite tag filter specifying only
I have a project that is trying to run a specific step ONLY for git tag pushes, not regular commits. According to the docs, it sounds like the following should work: workflows: version: 2...
View ArticleXcode build dir causes to build fail with fastlane plugin
I’m currently using circleci with fastlane for automated test environment. I tried to use fastlane plugin but somehow BUILD_DIR was not set to default location which causes test to fail. Locally, I...
View ArticleWorkflow steps running despite tag filter specifying only
Just to update, I did eventually find the tag build somewhere else in the UI (they weren’t showing up next to the other builds). But I’m still seeing the build_optuna job firing on non tag builds,...
View ArticleNginx configuration with upstream not working in CircleCI
In our local Docker environment, we have a docker-compose.yml as follows: version: '3' services: nextjs: build: ./ ports: - 3000:3000 networks: - internal nginx: build: ./nginx ports: - 80:80 -...
View ArticleWorkflow finished nicely but it's still blocking PRs on GitHub
We have a PR running on CircleCI here: github.com/weaveworks/wksctl add tests for verifying kubelet args and api-server args weaveworks:master ← weaveworks:add_test_for_extra_args opened 03:53PM - 07...
View ArticleParallel access to binary file
We run tests on cimg/openjdk:13 Tests are ran using mvn parallel jobs with browserstack We are using Browerstack Local, this requires access to a binary file. We are getting the following error...
View ArticleWorkflow steps running despite tag filter specifying only
You have to add a branch filter to ignore all branches. All branches build by default, no tags build by default.
View ArticleWorkflow finished nicely but it's still blocking PRs on GitHub
You shouldn’t have an optional job be required in GitHub. Since it’s optional, it won’t always run and GitHub will wait for it.
View ArticleUnable to fetch data from S3 artifacts due to No...
Hi there This issue was caused by a recent change to how artifacts are being served. CircleCI Track CircleCI Updates Track our platform changes and updates via the CircleCI Changelog. Stay up to date...
View Article