Ionic 4/Angular 8 builds suddenly stopped working, build "Killed"
Could you submit a support ticket please? I have some ideas of what could have happened but I would be more certain if I could look at the rest of your job output. You can reference this post in the...
View Article[WEBINAR] Making Serverless CI/CD Easier with CircleCI and AWS
July 1 @ 10 AM PT | 5PM UTC - Making Serverless CI/CD Easier with CircleCI and AWS In this webinar, AWS and CircleCI are teaming up to show how to use the Serverless Framework to develop and test a...
View Article'checkout' not working - I'm stuck on master?
I am not sure this answers the original question but might help someone who stumbles upon this post. Our final version that we had to do quite a bit of rework on circle CI’s weird checkout to undo...
View ArticleNot able to switch to new interface (with pipelines)
Awesome! Can’t believe that worked Thanks for sharing.
View ArticleAPI gives 302 and if I -L curl to follow, it ends up on 404 not found
For some reason, my user name is NOT my github deanorderly so fixing the username got me a step further in that now the api lists my artifacts in json which is a step forward.
View ArticleCan get latest artifacts from all branches in pipeline in v1.1 but not sure...
FIRST, every branch in our workflow submitted is always submit_xxxx which is merged into master. Our master branch is ALWAYS working because it’s locked down so only circleCI can push to...
View ArticleIP address range for CI servers, for whitelisting?
Some of our jasmine tests connect to our database using a connection string. However, these tests don’t work on CircleCI because the servers aren’t in our whitelist of accepted IP addresses that can...
View ArticleIP address range for CI servers, for whitelisting?
It’s not possible to safelist IP addresses, but we do have a document with some alternatives you can check out. You can find it here.
View ArticleLaravel SQLite migrates but doesn't test
Thank you for your reply. I’ve removed the cache to no joy, also tried running the test over SSH which didn’t work either. However, the migrations continue to work as normal. - run: sudo...
View ArticlePrevent pipeline from being created on commit
Hi - brand new to CircleCI and one of the quirks I’ve notice so far is a new build being created on every commit to the repo, however only triggering a build when the branch being committed to is the...
View ArticleEnvironment Variable Repalce
I created my first pipeline yesterday and I wanted to replace a placeholder in my bundle.gradle file with the CIRCLE_BUILD_NUM environment variable. The only method I found find was writing my own...
View ArticleLaravel SQLite migrates but doesn't test
Ok well that’s a bit sad. Can you submit a support ticket with the links to the recent jobs you ran and the las t working jobs? and reference this post. I can take a closer look at the logs.
View ArticleUnable to view all builds for an org in new UI
Hi @arekkas! We are currently investigating the ability to have a similar view in the new UI where you can view the builds of multiple projects, however at the moment you won’t be able to select more...
View ArticleENV concat
Welcome to Discuss @arag00rn! You should be able to insert multiple environment variables into a string by doing something like the following:...
View ArticleWARNING: terminal is not fully functional - cimg/python:3.8-node
Thank you, will give this a shot!
View ArticleENV concat
Hi, thank you for the suggestion. Unfortunately it doesn’t work. It was my first try. If I use: "{AWS_ECR_ACCOUNT_URL}/{AWS_RESOURCE_NAME_PREFIX}:{CIRCLE_SHA1}" I get...
View ArticleENV concat
Hi @arag00rn! Thanks for the reply and additional details! Can you go ahead and submit a support ticket with a link to the build that didn’t correctly work with this format:...
View ArticleTrigger PR build in organization after failing user build
I didn’t realize it until my builds stopped running, but my builds were running from my account following my fork instead of when pull requests were made to the source project. The builds are failing...
View ArticleLatest Artifacts API returns empty list
hi, i have also the exact same issue… https://circleci.com/api/v1.1/project/:vcs-type/:username/:project/:buildnum/artifacts -> works as expected...
View Article